From: Joshua Slive Date: Thu, 24 Jul 2003 15:27:57 +0000 (+0000) Subject: As in 2.0: remove the proxy config from httpd.conf to try to prevent X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec31d6f2d839facf5c9ee256e0c3fb6179007137;p=thirdparty%2Fapache%2Fhttpd.git As in 2.0: remove the proxy config from httpd.conf to try to prevent people from shooting themselves in the foot. A similar example that people can cut-and-paste is now in the mod_proxy docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100764 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/httpd.conf-dist b/conf/httpd.conf-dist index e442242474b..f517ca56a5c 100644 --- a/conf/httpd.conf-dist +++ b/conf/httpd.conf-dist @@ -907,41 +907,6 @@ ServerSignature On # ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi # -# -# Proxy Server directives. Uncomment the following lines to -# enable the proxy server: -# -# -# ProxyRequests On - -# -# Order deny,allow -# Deny from all -# Allow from .your-domain.com -# - - # - # Enable/disable the handling of HTTP/1.1 "Via:" headers. - # ("Full" adds the server version; "Block" removes all outgoing Via: headers) - # Set to one of: Off | On | Full | Block - # -# ProxyVia On - - # - # To enable the cache as well, edit and uncomment the following lines: - # (no cacheing without CacheRoot) - # -# CacheRoot "@@ServerRoot@@/proxy" -# CacheSize 5 -# CacheGcInterval 4 -# CacheMaxExpire 24 -# CacheLastModifiedFactor 0.1 -# CacheDefaultExpire 1 -# NoCache a-domain.com another-domain.edu joes.garage-sale.com - -# -# End of proxy directives. - ### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostnames on your diff --git a/conf/httpd.conf-dist-nw b/conf/httpd.conf-dist-nw index 938aa5c0ce8..b0a89e716a6 100644 --- a/conf/httpd.conf-dist-nw +++ b/conf/httpd.conf-dist-nw @@ -856,41 +856,6 @@ ServerSignature On # ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi # -# -# Proxy Server directives. Uncomment the following lines to -# enable the proxy server: -# -# -#ProxyRequests On -# -# -# Order deny,allow -# Deny from all -# Allow from .your-domain.com -# - -# -# Enable/disable the handling of HTTP/1.1 "Via:" headers. -# ("Full" adds the server version; "Block" removes all outgoing Via: headers) -# Set to one of: Off | On | Full | Block -# -#ProxyVia On - -# -# To enable the cache as well, edit and uncomment the following lines: -# (no cacheing without CacheRoot) -# -#CacheRoot "sys:/apache/proxy" -#CacheSize 5 -#CacheGcInterval 4 -#CacheMaxExpire 24 -#CacheLastModifiedFactor 0.1 -#CacheDefaultExpire 1 -#NoCache a-domain.com another-domain.edu joes.garage-sale.com - -# -# End of proxy directives. - ### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostnames on your diff --git a/conf/httpd.conf-dist-win b/conf/httpd.conf-dist-win index 02dadb45a07..264c5da7fcf 100644 --- a/conf/httpd.conf-dist-win +++ b/conf/httpd.conf-dist-win @@ -953,41 +953,6 @@ ServerSignature On # ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi # -# -# Proxy Server directives. Uncomment the following lines to -# enable the proxy server: -# -# -# ProxyRequests On - -# -# Order deny,allow -# Deny from all -# Allow from @@Domain@@ -# - - # - # Enable/disable the handling of HTTP/1.1 "Via:" headers. - # ("Full" adds the server version; "Block" removes all outgoing Via: headers) - # Set to one of: Off | On | Full | Block - # -# ProxyVia On - - # - # To enable the cache as well, edit and uncomment the following lines: - # (no cacheing without CacheRoot) - # -# CacheRoot "@@ServerRoot@@/proxy" -# CacheSize 5 -# CacheGcInterval 4 -# CacheMaxExpire 24 -# CacheLastModifiedFactor 0.1 -# CacheDefaultExpire 1 -# NoCache a-domain.com another-domain.edu joes.garage-sale.com - -# -# End of proxy directives. - ### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostnames on your