]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
remove proxy sample config
authorAndré Malo <nd@apache.org>
Sun, 6 Jul 2003 14:43:30 +0000 (14:43 +0000)
committerAndré Malo <nd@apache.org>
Sun, 6 Jul 2003 14:43:30 +0000 (14:43 +0000)
Suggested by: Joshua Slive
Acked by: Cliff Woolley, Sander Striker, David Reid, /me

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100464 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf

index 16e43ef29cb3eb5095adf07eb61bdd844ebb6ffa..07d0d3ec47e7cb81a80b7f1ef268682a0009992b 100644 (file)
@@ -1001,40 +1001,6 @@ BrowserMatch "^gnome-vfs" redirect-carefully
 #    Allow from .example.com
 #</Location>
 
-#
-# Proxy Server directives. Uncomment the following lines to
-# enable the proxy server:
-#
-#<IfModule mod_proxy.c>
-#ProxyRequests On
-#
-#<Proxy *>
-#    Order deny,allow
-#    Deny from all
-#    Allow from .example.com
-#</Proxy>
-
-#
-# 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 "@exp_proxycachedir@"
-#CacheSize 5
-#CacheGcInterval 4
-#CacheMaxExpire 24
-#CacheLastModifiedFactor 0.1
-#CacheDefaultExpire 1
-#NoCache a-domain.com another-domain.edu joes.garage-sale.com
-
-#</IfModule>
-# End of proxy directives.
 
 #
 # Bring in additional module-specific configurations
index a77b2c5b12a82ed29d6110a67f533bfd776bfd34..8ac7044fb80c76c9371fd531525835eaf19c79d4 100644 (file)
@@ -921,40 +921,6 @@ BrowserMatch "^gnome-vfs" redirect-carefully
 #    Allow from .@@DomainName@@
 #</Location>
 
-#
-# Proxy Server directives. Uncomment the following lines to
-# enable the proxy server:
-#
-#<IfModule mod_proxy.c>
-#ProxyRequests On
-#
-#<Proxy *>
-#    Order deny,allow
-#    Deny from all
-#    Allow from .example.com
-#</Proxy>
-
-#
-# 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
-
-#</IfModule>
-# End of proxy directives.
 
 #
 # Bring in additional module-specific configurations