]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
More typo, broken link patches from Daniel Gruno. rumble at cord dk
authorRich Bowen <rbowen@apache.org>
Fri, 16 Mar 2012 20:36:18 +0000 (20:36 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 16 Mar 2012 20:36:18 +0000 (20:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1301748 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml
docs/manual/rewrite/avoid.xml
docs/manual/rewrite/proxy.xml
docs/manual/rewrite/remapping.xml
docs/manual/sections.xml
docs/manual/stopping.xml
docs/manual/vhosts/details.xml

index 7f01ac158e4f9d79631e5ddeff4cd7d9763f7e31..e6e5c4e92e5714764287880c557d8e2aca3be091 100644 (file)
@@ -1470,7 +1470,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>
 
index 3fe116c438b313a36aa3349f3c86368dfeb0cd43..594914b804ec3fa0d3c3d7d2c2f7d03bf1fb3931 100644 (file)
@@ -155,7 +155,7 @@ with mod_rewrite</a>, it is seldom the right way. Creating individual
 event that you have an enormous number of virtual hosts, consider using
 <module>mod_vhost_alias</module> to create these hosts automatically.</p>
 
-<p>Third-party modules such as <a href="link_needed">mod_macro</a> are
+<p>Third-party modules such as <a href="http://people.apache.org/~fabien/mod_macro/">mod_macro</a> are
 also useful for creating a large number of virtual hosts dynamically.</p>
 
 <p>Using <module>mod_rewrite</module> for vitualhost creation may be
index 1020cb56757504ffa439eb0b6d6a735fabe6e1f9..113fed4fa1e944744b928f940d5235b3c3ea274c 100644 (file)
@@ -94,7 +94,7 @@ ProxyPassReverse / http://old.example.com/
     
     <p>Consider using either <directive
     module="mod_proxy">ProxyPass</directive> or <directive
-    module="mod_rewrite">ProxyPassMatch</directive> whenever possible in
+    module="mod_proxy">ProxyPassMatch</directive> whenever possible in
     preference to mod_rewrite.</p>
     </dd>
   </dl>
index 94d11cd9252e05a153b970603dd01831e33e4b9c..a0ca09c21a695a76ec9d9da64855f5ebfa3e60d0 100644 (file)
@@ -249,7 +249,7 @@ RewriteRule ^(.*).html$ $1.php<br />
     &lt;Directory&gt; block or in a .htaccess file), so that the
     <code>-f</code> checks are looking at the correct directory path.
     You may need to set a <directive
-    module="mod_rewite">RewriteBase</directive> directive to specify the
+    module="mod_rewrite">RewriteBase</directive> directive to specify the
     directory base that you're working in.</p>
     </dd>
   </dl>
@@ -275,7 +275,7 @@ RewriteRule ^(.*).html$ $1.php<br />
         <dd>
 
 <p>The very best way to solve this doesn't involve mod_rewrite at all,
-but rather uses the <directive module="alias">Redirect</directive>
+but rather uses the <directive module="mod_alias">Redirect</directive>
 directive placed in a virtual host for the non-canonical
 hostname(s).</p>
 
index 9a7d36a094bd251a8b8b822c21f9083f111d1826..cbe052667c1128450c4fd6182e1bb3e753d6ec82 100644 (file)
@@ -93,7 +93,7 @@ to work all the time, because it can suppress useful error messages
 about missing modules.</p>
 
 <p>In the following example, the <directive
-module="mod_mime_magic">MimeMagicFiles</directive> directive will be
+module="mod_mime_magic">MimeMagicFile</directive> directive will be
 applied only if <module>mod_mime_magic</module> is available.</p>
 
 <example>
index 52424250a766456de94714c382cfe17aa397f976..8cc7e4370f39a97f4cc7704d923c3c200aa418ba 100644 (file)
@@ -215,7 +215,7 @@ error. See above for a method of avoiding this.</note>
     conditions with some configurations.</p> 
 
     <p>Care has been taken to ensure that on-disk files
-    such as the <directive module="core">Lockfile</directive> and <directive 
+    such as the <directive module="mpm_common">Lockfile</directive> and <directive 
     module="mod_cgid">ScriptSock</directive> files contain the server
     PID, and should coexist without problem. However, if a configuration
     directive, third-party module or persistent CGI utilises any other on-disk 
index 1db9bff53b8df0e858db7cf92762334c93bd6277..51f6c1e2cc15ce1a51328a701c5b60f75e924194 100644 (file)
       <directive module="core">KeepAliveTimeout</directive>,
       <directive module="core">KeepAlive</directive>,
       <directive module="core">MaxKeepAliveRequests</directive>,
-      <directive module="core">ReceiveBufferSize</directive>,
-      or <directive module="core">SendBufferSize</directive>
+      <directive module="mpm_common">ReceiveBufferSize</directive>,
+      or <directive module="mpm_common">SendBufferSize</directive>
       directive then the respective value is inherited from the
       main_server. (That is, inherited from whatever the final
       setting of that value is in the main_server.)</li>