]> granicus.if.org Git - apache/commitdiff
remove proxy sample config
authorAndré Malo <nd@apache.org>
Sun, 6 Jul 2003 14:37:30 +0000 (14:37 +0000)
committerAndré Malo <nd@apache.org>
Sun, 6 Jul 2003 14:37:30 +0000 (14:37 +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/trunk@100463 13f79535-47bb-0310-9956-ffa450edef68

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

index 76895789199f5349f276a44c1ed0bc76090e1949..b6bfcd404cc9b7b02598ca398f855999db9eb3e8 100644 (file)
@@ -1023,41 +1023,6 @@ ServerSignature On
     #</Location>
 </IfModule>
 
-<IfModule mod_proxy.c>
-    #
-    # Proxy Server directives. Uncomment the following lines to
-    # enable the proxy server:
-    #
-    #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 ff4d222ef7aec33b95ee0ef01e8f829830782674..88ed5a6448c08faa34b827be79126f240b5a88fa 100644 (file)
@@ -922,40 +922,6 @@ BrowserMatch "^gnome-vfs/1.0" 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