Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./configure \
- --prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --libexecdir=/usr/lib/squid \
- --sysconfdir=/etc/squid \
- --localstatedir=/var \
- --libdir=/usr/lib \
- --includedir=/usr/include \
- --datadir=/usr/share/squid \
- --mandir=/usr/share/man \
- --with-logdir=/var/log/squid \
- --with-pid-file=/var/run/squid.pid \
- --with-openssl \
- --enable-icmp \
- --enable-wccp \
- --enable-wccpv2 \
- --disable-kqueue \
- --disable-esi \
- --disable-arch-native \
- --disable-ipv6 \
- --enable-poll \
- --enable-ident-lookups \
- --enable-storeio=aufs,diskd,ufs,rock \
- --enable-underscores \
- --enable-http-violations \
- --enable-removal-policies=heap,lru \
- --enable-delay-pools \
- --enable-linux-netfilter \
- --enable-snmp \
- --enable-auth \
- --enable-auth-basic \
- --enable-auth-digest \
- --enable-auth-negotiate \
- --enable-auth-ntlm \
- --enable-log-daemon-helpers \
- --enable-url-rewrite-helpers \
- --enable-storeid-rewrite-helpers \
- --enable-build-info \
- --enable-eui \
- --enable-async-io=16 \
- --enable-unlinkd \
- --enable-epoll \
- --enable-select \
- --enable-cache-digests \
- --enable-forw-via-db \
- --enable-htcp \
- --enable-kill-parent-hack \
- --enable-icap-client \
- --enable-ecap \
- --enable-zph-qos \
- --with-dl \
- --with-filedescriptors=65536 \
- --with-large-files \
- --enable-ltdl-convenience
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement