You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/12/15 19:07:03 UTC

svn commit: r604470 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_proxy_balancer.xml mod_rewrite.xml

Author: noodl
Date: Sat Dec 15 10:07:02 2007
New Revision: 604470

URL: http://svn.apache.org/viewvc?rev=604470&view=rev
Log:
'segement' typo and link to correct directive for lbmethod explanation

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml?rev=604470&r1=604469&r2=604470&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml Sat Dec 15 10:07:02 2007
@@ -53,7 +53,7 @@
     <p>At present, there are 2 load balancer scheduler algorithms available
     for use: Request Counting and Weighted Traffic Counting. These are controlled
     via the <code>lbmethod</code> value of the Balancer definition. See
-    the <directive module="mod_proxy">Proxy</directive> directive for
+    the <directive module="mod_proxy">ProxyPass</directive> directive for
     more information.</p>
 
 </section>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml?rev=604470&r1=604469&r2=604470&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml Sat Dec 15 10:07:02 2007
@@ -1155,7 +1155,7 @@
         module="core">DocumentRoot</directive>-relative path to the
         resource to be served. Note that <module>mod_rewrite</module>
         tries to guess whether you have specified a file-system path
-        or a URL-path by checking to see if the first segement of the
+        or a URL-path by checking to see if the first segment of the
         path exists at the root of the file-system. For example, if
         you specify a <em>Substitution</em> string of
         <code>/www/file.html</code>, then this will be treated as a