]> granicus.if.org Git - apache/commitdiff
These no longer work, and even though most of this whole
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 31 Aug 2001 21:43:53 +0000 (21:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 31 Aug 2001 21:43:53 +0000 (21:43 +0000)
  <IfModule mod_proxy.c> section doesn't work today, at least
  get the syntax right for <Proxy > blocks.

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

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

index f9f965c21b97462a00fc51b8b8461502b2d73bad..9f8052f009e6637615ecb6df08b2732700671c6e 100644 (file)
@@ -975,7 +975,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0
 #<IfModule mod_proxy.c>
 #ProxyRequests On
 #
-#<Directory proxy:*>
+#<Proxy *>
 #    Order deny,allow
 #    Deny from all
 #    Allow from .your_domain.com
index 5aa3aab02711867d3544b21785e6ddd6037c01a0..8a9a545489a72440f0594df4ba69c638fc55ea7a 100644 (file)
@@ -878,7 +878,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0
 #<IfModule mod_proxy.c>
 #ProxyRequests On
 #
-#<Directory proxy:*>
+#<Proxy *>
 #    Order deny,allow
 #    Deny from all
 #    Allow from .your_domain.com