Created
April 22, 2016 01:00
-
-
Save an9er/8a73722380116cc47cea8dcdebdf1bfc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### ======= | |
--prefix=/usr \ | |
--localstatedir=/var \ | |
--libexecdir=${prefix}/lib/squid3 \ | |
--datadir=${prefix}/share/squid3 \ | |
--sysconfdir=/etc/squid3 \ | |
--with-default-user=proxy \ | |
--with-logdir=/var/log/squid3 \ | |
--with-pidfile=/var/run/squid3.pid \ | |
--enable-silent-rules \ | |
--enable-dependency-tracking \ | |
--with-openssl \ | |
--enable-icmp \ | |
--enable-delay-pools \ | |
--enable-useragent-log \ | |
--enable-esi \ | |
--enable-follow-x-forwarded-for \ | |
--enable-auth | |
##### ====== | |
--with-default-user=ebu \ | |
--with-openssl=?? \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment