-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfigs
20 lines (20 loc) · 1.03 KB
/
configs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ENABLE_ICAP = --enable-icap-client
ENABLE_ECAP = --enable-ecap
ENABLE_SSL = --enable-ssl --enable-ssl-crtd --with-openssl
ENABLE_REMOVAL_POLICIES = --enable-removal-policies="lru,heap"
ENABLE_DELAY_POOLS = --enable-delay-pools
ENABLE_CACHE_DIGESTS = --enable-cache-digests
ENABLE_FOLLOW_X_FORWARDED_FOR = --enable-follow-x-forwarded-for
ENABLE_AUTH_BASIC = --enable-auth-basic="DB,fake,getpwnam,LDAP,NCSA,NIS,PAM,POP3,RADIUS,SASL,SMB"
ENABLE_AUTH_DIGEST = --enable-auth-digest="file,LDAP"
ENABLE_AUTH_NEGOTIATE = --enable-auth-negotiate="kerberos,wrapper"
ENABLE_AUTH_NTLM = --enable-auth-ntlm="fake,SMB_LM"
ENABLE_EXTERNAL_ACL_HELPERS = --enable-external-acl-helpers="file_userip,kerberos_ldap_group,LDAP_group,session,SQL_session,time_quota,unix_group,wbinfo_group"
ENABLE_URL_REWRITE = --enable-url-rewrite-helpers="fake"
ENABLE_EUI = --enable-eui
ENABLE_ESI = --enable-esi
ENABLE_ICMP = --enable-icmp
ENABLE_QOS_FLOWS = --enable-zph-qos
ENABLE_LINUX_NETFILTER = --enable-linux-netfilter
ENABLE_HTCP = --enable-htcp
ENABLE_EPOLL = --enable-epoll