You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/03/16 21:24:10 UTC

svn commit: r1301742 - in /httpd/httpd/branches/2.4.x/docs/manual: bind.xml mod/mod_proxy.xml rewrite/vhosts.xml

Author: rbowen
Date: Fri Mar 16 20:24:09 2012
New Revision: 1301742

URL: http://svn.apache.org/viewvc?rev=1301742&view=rev
Log:
Various typos and broken links. Daniel Gruno. rumble at cord dot dk

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/bind.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/vhosts.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/bind.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/bind.xml?rev=1301742&r1=1301741&r2=1301742&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/bind.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/bind.xml Fri Mar 16 20:24:09 2012
@@ -51,7 +51,7 @@
     it listens to all addresses on the machine. However, it may need to
     be told to listen on specific ports, or only on selected
     addresses, or a combination of both. This is often combined with the
-    <a href="vhosts.html">Virtual Host</a> feature, which determines how
+    <a href="vhosts">Virtual Host</a> feature, which determines how
     <code>httpd</code> responds to different IP addresses, hostnames and
     ports.</p>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml?rev=1301742&r1=1301741&r2=1301742&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml Fri Mar 16 20:24:09 2012
@@ -1558,7 +1558,7 @@ directly</description>
     </dl>
 
     <p>As a degenerate case, a <em>SubNet</em> with 32 valid bits is the
-    equivalent to an <var><a href="#ipadr">IPAddr</a></var>, while a <var>SubNet</var> with zero
+    equivalent to an <var><a href="#ipaddr">IPAddr</a></var>, while a <var>SubNet</var> with zero
     valid bits (<em>e.g.</em>, 0.0.0.0/0) is the same as the constant
     <var>_Default_</var>, matching any IP address.</p></dd>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/vhosts.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/vhosts.xml?rev=1301742&r1=1301741&r2=1301742&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/vhosts.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/vhosts.xml Fri Mar 16 20:24:09 2012
@@ -116,7 +116,7 @@ dynamic content, and Alias resolution.
     Virtual Hosts Using <module>mod_rewrite</module></title>
 
     <p>This extract from <code>httpd.conf</code> does the same
-    thing as <a href="#simple">the first example</a>. The first
+    thing as <a href="#per-hostname">the first example</a>. The first
     half is very similar to the corresponding part above, except for
     some changes, required for backward compatibility and to make the
     <code>mod_rewrite</code> part work properly; the second half