From: Joshua Slive Date: Wed, 1 Aug 2007 13:54:06 +0000 (+0000) Subject: A couple small fixes suggested by Vincent. X-Git-Tag: 2.3.0~1663 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b21e576e4009cd77362626f12124c55c07aa0838;p=thirdparty%2Fapache%2Fhttpd.git A couple small fixes suggested by Vincent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561797 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 886ca4acd9b..77d50661548 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -301,7 +301,7 @@
The IP address of the client.
X-Forwarded-Host
The original host requested by the client in the Host - HTTP request ehader.
+ HTTP request header.
X-Forwarded-Server
The hostname of the proxy server.
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 34c795ae402..b1805b4222f 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -275,7 +275,7 @@
The IP address of the client.
X-Forwarded-Host
The original host requested by the client in the Host - HTTP request ehader.
+ HTTP request header.
X-Forwarded-Server
The hostname of the proxy server.
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 1149b0fc0a1..99518867907 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -120,7 +120,7 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/

RewriteEngine On
- RewriteOptions inherit + RewriteOptions Inherit

top
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 69076a16ed9..db8a08e095e 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -105,7 +105,7 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/ RewriteEngine On
- RewriteOptions inherit + RewriteOptions Inherit