Advertisement
albspirit86

squid 3.4.7 tproxy

Sep 14th, 2014
570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin \
  2. --libexecdir=/usr/lib/squid --sysconfdir=/etc/squid --localstatedir=/var \
  3. --libdir=/usr/lib --includedir=/usr/include --datadir=/usr/share/squid \
  4. --infodir=/usr/share/info --mandir=/usr/share/man --disable-dependency-tracking \
  5. --enable-storeio=ufs,aufs,diskd --enable-removal-policies=lru,heap --enable-icmp \
  6. --enable-esi --enable-icap-client --disable-wccp --disable-wccpv2 \
  7. --enable-kill-parent-hack --enable-cachemgr-hostname=TProxy --enable-ssl \
  8. --enable-cache-digests --enable-Linux-netfilter --enable-follow-x-forwarded-for \
  9. --enable-x-accelerator-vary --enable-zph-qos --enable-http-violations --with-default-user=proxy \
  10. --with-logdir=/var/log/squid --with-pidfile=/var/run/squid.pid --with-large-files \
  11. --enable-ltdl-convenience --with-filedescriptors=65536 --with-openssl --enable-ssl-crtd \
  12. --enable-default-err-languages=English --enable-err-languages=English \
  13. --disable-auth --build=i486-Linux-gnu build_alias=i486-Linux-gnu --enable-icap-client
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement