]> granicus.if.org Git - apache/commitdiff
ianh: updated docs
authorGraham Leggett <minfrin@apache.org>
Sat, 29 Sep 2001 20:12:24 +0000 (20:12 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 29 Sep 2001 20:12:24 +0000 (20:12 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

docs/manual/mod/mod_proxy.html

index 4f176e369a08c79e3ac158f575eb7e9c755883f2..f9d7904668a8ade16a2fa1b4549b562281484caa 100644 (file)
@@ -326,7 +326,9 @@ by another forward proxy.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ProxyPass <EM>path url</EM><BR>
+><STRONG>Syntax:</STRONG></A> ProxyPass <EM>path url</EM><br> 
+or: ProxyPass <EM>url</EM> when placed in a &lt;location&gt; directive <em>(Apache 2.0 only)</em>
+<br>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -367,6 +369,7 @@ will cause a local request for the
 internally converted into a proxy request to
 &lt;<SAMP>http://foo.com/bar</SAMP>&gt;.
 
+
 <HR>
 
 <H2><A NAME="proxypassreverse">ProxyPassReverse</A> directive</H2>
@@ -374,6 +377,7 @@ internally converted into a proxy request to
  HREF="directive-dict.html#Syntax"
  REL="Help"
 ><STRONG>Syntax:</STRONG></A> ProxyPassReverse <EM>path url</EM><BR>
+or: ProxyPassReverse <EM>url</EM> when placed in a &lt;location&gt; directive <em>(Apache 2.0 only)</em><br>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"