Skip to content

Instantly share code, notes, and snippets.

@an9er
Created April 22, 2016 01:00
Show Gist options
  • Save an9er/8a73722380116cc47cea8dcdebdf1bfc to your computer and use it in GitHub Desktop.
Save an9er/8a73722380116cc47cea8dcdebdf1bfc to your computer and use it in GitHub Desktop.
##### =======
--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