You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dp...@apache.org on 2003/01/20 03:22:30 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_proxy.html.en mod_proxy.xml

dpejesh     2003/01/19 18:22:30

  Modified:    docs/manual/mod mod_proxy.html.en mod_proxy.xml
  Log:
  The correct syntax is <ProxyMatch> not <Proxy>.
  
  Revision  Changes    Path
  1.23      +1 -1      httpd-2.0/docs/manual/mod/mod_proxy.html.en
  
  Index: mod_proxy.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy.html.en,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- mod_proxy.html.en	19 Jan 2003 03:35:01 -0000	1.22
  +++ mod_proxy.html.en	20 Jan 2003 02:22:29 -0000	1.23
  @@ -560,7 +560,7 @@
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Container for directives applied to regular-expression-matched 
   proxied resources</td></tr>
  -<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>&lt;Proxy <em>regex</em>&gt; ...&lt;/Proxy&gt;</code></td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>&lt;ProxyMatch <em>regex</em>&gt; ...&lt;/ProxyMatch&gt;</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
  
  
  
  1.14      +1 -1      httpd-2.0/docs/manual/mod/mod_proxy.xml
  
  Index: mod_proxy.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mod_proxy.xml	19 Jan 2003 03:35:01 -0000	1.13
  +++ mod_proxy.xml	20 Jan 2003 02:22:30 -0000	1.14
  @@ -315,7 +315,7 @@
   <name>ProxyMatch</name>
   <description>Container for directives applied to regular-expression-matched 
   proxied resources</description>
  -<syntax>&lt;Proxy <em>regex</em>&gt; ...&lt;/Proxy&gt;</syntax>
  +<syntax>&lt;ProxyMatch <em>regex</em>&gt; ...&lt;/ProxyMatch&gt;</syntax>
   <contextlist><context>server config</context>
   <context>virtual host</context></contextlist>