From: Rich Bowen
Date: Fri, 16 Mar 2012 20:36:18 +0000 (+0000)
Subject: More typo, broken link patches from Daniel Gruno. rumble at cord dk
X-Git-Tag: 2.2.23~235
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ac5f11c4254e9c3aaac5894aa7be853250ca71;p=thirdparty%2Fapache%2Fhttpd.git
More typo, broken link patches from Daniel Gruno. rumble at cord dk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1301748 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 7f01ac158e4..e6e5c4e92e5 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1470,7 +1470,7 @@ directly
As a degenerate case, a SubNet with 32 valid bits is the
- equivalent to an IPAddr, while a SubNet with zero
+ equivalent to an IPAddr, while a SubNet with zero
valid bits (e.g., 0.0.0.0/0) is the same as the constant
_Default_, matching any IP address.
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml
index 3fe116c438b..594914b804e 100644
--- a/docs/manual/rewrite/avoid.xml
+++ b/docs/manual/rewrite/avoid.xml
@@ -155,7 +155,7 @@ with mod_rewrite, it is seldom the right way. Creating individual
event that you have an enormous number of virtual hosts, consider using
mod_vhost_alias to create these hosts automatically.
-Third-party modules such as mod_macro are
+
Third-party modules such as mod_macro are
also useful for creating a large number of virtual hosts dynamically.
Using mod_rewrite for vitualhost creation may be
diff --git a/docs/manual/rewrite/proxy.xml b/docs/manual/rewrite/proxy.xml
index 1020cb56757..113fed4fa1e 100644
--- a/docs/manual/rewrite/proxy.xml
+++ b/docs/manual/rewrite/proxy.xml
@@ -94,7 +94,7 @@ ProxyPassReverse / http://old.example.com/
Consider using either ProxyPass or ProxyPassMatch whenever possible in
+ module="mod_proxy">ProxyPassMatch whenever possible in
preference to mod_rewrite.
diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml
index 94d11cd9252..a0ca09c21a6 100644
--- a/docs/manual/rewrite/remapping.xml
+++ b/docs/manual/rewrite/remapping.xml
@@ -249,7 +249,7 @@ RewriteRule ^(.*).html$ $1.php
<Directory> block or in a .htaccess file), so that the
-f
checks are looking at the correct directory path.
You may need to set a RewriteBase directive to specify the
+ module="mod_rewrite">RewriteBase directive to specify the
directory base that you're working in.
@@ -275,7 +275,7 @@ RewriteRule ^(.*).html$ $1.php
The very best way to solve this doesn't involve mod_rewrite at all,
-but rather uses the Redirect
+but rather uses the Redirect
directive placed in a virtual host for the non-canonical
hostname(s).
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml
index 9a7d36a094b..cbe052667c1 100644
--- a/docs/manual/sections.xml
+++ b/docs/manual/sections.xml
@@ -93,7 +93,7 @@ to work all the time, because it can suppress useful error messages
about missing modules.
In the following example, the MimeMagicFiles directive will be
+module="mod_mime_magic">MimeMagicFile directive will be
applied only if mod_mime_magic is available.
diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml
index 52424250a76..8cc7e4370f3 100644
--- a/docs/manual/stopping.xml
+++ b/docs/manual/stopping.xml
@@ -215,7 +215,7 @@ error. See above for a method of avoiding this.
conditions with some configurations.
Care has been taken to ensure that on-disk files
- such as the Lockfile and Lockfile and ScriptSock 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
diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml
index 1db9bff53b8..51f6c1e2cc1 100644
--- a/docs/manual/vhosts/details.xml
+++ b/docs/manual/vhosts/details.xml
@@ -177,8 +177,8 @@
KeepAliveTimeout,
KeepAlive,
MaxKeepAliveRequests,
- ReceiveBufferSize,
- or SendBufferSize
+ ReceiveBufferSize,
+ or SendBufferSize
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.)