From b21e576e4009cd77362626f12124c55c07aa0838 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 1 Aug 2007 13:54:06 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy.html.en | 2 +- docs/manual/mod/mod_proxy.xml | 2 +- docs/manual/mod/mod_rewrite.html.en | 2 +- docs/manual/mod/mod_rewrite.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 886ca4acd9..77d5066154 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 34c795ae40..b1805b4222 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 1149b0fc0a..9951886790 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 69076a16ed..db8a08e095 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
-- 2.40.0