Skip to content

Instantly share code, notes, and snippets.

@pi0
Last active January 10, 2017 10:12
Show Gist options
  • Save pi0/f53d74593461efd7c327 to your computer and use it in GitHub Desktop.
Save pi0/f53d74593461efd7c327 to your computer and use it in GitHub Desktop.
squid build
./configure --prefix=/usr \
--localstatedir=/var \
--libexecdir=${prefix}/lib/squid \
--srcdir=. \
--with-openssl \
--datadir=${prefix}/share/squid \
--sysconfdir=/etc/squid \
--with-default-user=proxy \
--with-logdir=/var/log \
--with-pidfile=/var/run/squid.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment