diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-02 20:21:40 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-02 20:21:40 +0000 |
commit | c3076efeb36f7a409ce0e0f49ca4aa943bda21a0 (patch) | |
tree | bf5cabbd9a92d13de93f83840b1befadf4047509 | |
parent | f913011edcbad8320d043efb1eafd2e688fb6b17 (diff) | |
download | ports-c3076efeb36f7a409ce0e0f49ca4aa943bda21a0.tar.gz ports-c3076efeb36f7a409ce0e0f49ca4aa943bda21a0.zip |
Document the configure argument for reverse SSL proxies.
Notes
Notes:
svn path=/head/; revision=72301
-rw-r--r-- | www/squid/Makefile | 2 | ||||
-rw-r--r-- | www/squid25/Makefile | 2 | ||||
-rw-r--r-- | www/squid26/Makefile | 2 | ||||
-rw-r--r-- | www/squid27/Makefile | 2 | ||||
-rw-r--r-- | www/squid30/Makefile | 2 | ||||
-rw-r--r-- | www/squid31/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index e420e7a9fe52..38770314f07b 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -69,6 +69,8 @@ MAKEFILE= Makefile #CONFIGURE_ARGS+= --enable-kill-parent-hack # - Turn on SNMP server support #CONFIGURE_ARGS+= --enable-snmp +# - Turn on SSL server support for reverse proxies +#CONFIGURE_ARGS+= --enable-ssl # - Optimize time updates to one per second rather than calling gettimeofday() #CONFIGURE_ARGS+= --enable-time-hack # - Set an explicit hostname in cachemgr.cgi diff --git a/www/squid25/Makefile b/www/squid25/Makefile index e420e7a9fe52..38770314f07b 100644 --- a/www/squid25/Makefile +++ b/www/squid25/Makefile @@ -69,6 +69,8 @@ MAKEFILE= Makefile #CONFIGURE_ARGS+= --enable-kill-parent-hack # - Turn on SNMP server support #CONFIGURE_ARGS+= --enable-snmp +# - Turn on SSL server support for reverse proxies +#CONFIGURE_ARGS+= --enable-ssl # - Optimize time updates to one per second rather than calling gettimeofday() #CONFIGURE_ARGS+= --enable-time-hack # - Set an explicit hostname in cachemgr.cgi diff --git a/www/squid26/Makefile b/www/squid26/Makefile index e420e7a9fe52..38770314f07b 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -69,6 +69,8 @@ MAKEFILE= Makefile #CONFIGURE_ARGS+= --enable-kill-parent-hack # - Turn on SNMP server support #CONFIGURE_ARGS+= --enable-snmp +# - Turn on SSL server support for reverse proxies +#CONFIGURE_ARGS+= --enable-ssl # - Optimize time updates to one per second rather than calling gettimeofday() #CONFIGURE_ARGS+= --enable-time-hack # - Set an explicit hostname in cachemgr.cgi diff --git a/www/squid27/Makefile b/www/squid27/Makefile index e420e7a9fe52..38770314f07b 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -69,6 +69,8 @@ MAKEFILE= Makefile #CONFIGURE_ARGS+= --enable-kill-parent-hack # - Turn on SNMP server support #CONFIGURE_ARGS+= --enable-snmp +# - Turn on SSL server support for reverse proxies +#CONFIGURE_ARGS+= --enable-ssl # - Optimize time updates to one per second rather than calling gettimeofday() #CONFIGURE_ARGS+= --enable-time-hack # - Set an explicit hostname in cachemgr.cgi diff --git a/www/squid30/Makefile b/www/squid30/Makefile index e420e7a9fe52..38770314f07b 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -69,6 +69,8 @@ MAKEFILE= Makefile #CONFIGURE_ARGS+= --enable-kill-parent-hack # - Turn on SNMP server support #CONFIGURE_ARGS+= --enable-snmp +# - Turn on SSL server support for reverse proxies +#CONFIGURE_ARGS+= --enable-ssl # - Optimize time updates to one per second rather than calling gettimeofday() #CONFIGURE_ARGS+= --enable-time-hack # - Set an explicit hostname in cachemgr.cgi diff --git a/www/squid31/Makefile b/www/squid31/Makefile index e420e7a9fe52..38770314f07b 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -69,6 +69,8 @@ MAKEFILE= Makefile #CONFIGURE_ARGS+= --enable-kill-parent-hack # - Turn on SNMP server support #CONFIGURE_ARGS+= --enable-snmp +# - Turn on SSL server support for reverse proxies +#CONFIGURE_ARGS+= --enable-ssl # - Optimize time updates to one per second rather than calling gettimeofday() #CONFIGURE_ARGS+= --enable-time-hack # - Set an explicit hostname in cachemgr.cgi |