Skip to content

Instantly share code, notes, and snippets.

@nwalke
Last active February 9, 2016 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nwalke/a9fea476cf7b3326ef14 to your computer and use it in GitHub Desktop.
Save nwalke/a9fea476cf7b3326ef14 to your computer and use it in GitHub Desktop.
./configure --prefix=/usr --exec-prefix=/usr --libexecdir=/usr/lib/squid --sysconfdir=/etc/squid \
--sharedstatedir=/var/lib --localstatedir=/var --libdir=/usr/lib64 --datadir=/usr/share/squid \
--with-logdir=/var/log/squid --with-pidfile=/var/run/squid.pid --with-default-user=squid --disable-dependency-tracking \
--enable-linux-netfilter --with-openssl --without-nettle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment