From d40f5f41f5b712d8814a6b5acf98d5ad984c8929 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 6 Jul 2003 14:37:30 +0000 Subject: [PATCH] remove proxy sample config 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 | 35 ----------------------------------- docs/conf/httpd-win.conf | 34 ---------------------------------- 2 files changed, 69 deletions(-) diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 7689578919..b6bfcd404c 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -1023,41 +1023,6 @@ ServerSignature On # - - # - # Proxy Server directives. Uncomment the following lines to - # enable the proxy server: - # - #ProxyRequests On - # - # - # Order deny,allow - # Deny from all - # Allow from .example.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 "@exp_proxycachedir@" - #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. - # # Bring in additional module-specific configurations # diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index ff4d222ef7..88ed5a6448 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -922,40 +922,6 @@ BrowserMatch "^gnome-vfs/1.0" redirect-carefully # Allow from .@@DomainName@@ # -# -# Proxy Server directives. Uncomment the following lines to -# enable the proxy server: -# -# -#ProxyRequests On -# -# -# Order deny,allow -# Deny from all -# Allow from .example.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. # # Bring in additional module-specific configurations -- 2.40.0