From: Eric Covener Date: Thu, 8 Jan 2009 20:47:05 +0000 (+0000) Subject: Corrections to URL Mapping topic X-Git-Tag: 2.3.2~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d32efe3a7f12157418692423069443cab4cf2ad9;p=apache Corrections to URL Mapping topic Submitted By: Bob Ionescu Reviewed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@732819 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en index b87d0d7d8d..86647c8bbf 100644 --- a/docs/manual/urlmapping.html.en +++ b/docs/manual/urlmapping.html.en @@ -42,7 +42,7 @@
top

DocumentRoot

@@ -211,8 +211,8 @@ server.

ProxyPass /foo/ http://internal.example.com/bar/
-ProxyPassReverse /foo/ http://internal.example.com/bar/ -ProxyPassReverseCookieDomain internal.example.com public.example.com +ProxyPassReverse /foo/ http://internal.example.com/bar/
+ProxyPassReverseCookieDomain internal.example.com public.example.com
ProxyPassReverseCookiePath /foo/ /bar/

@@ -246,7 +246,7 @@ is available to rewrite links in HTML and XHTML.

of performing all three types of mappings discussed above: internal redirects (aliases), external redirects, and proxying. Many practical examples employing mod_rewrite are discussed in the - URL Rewriting Guide.

+ detailed mod_rewrite documentation.

top

File Not Found

diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index 7b7eec374f..289ca24126 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -55,7 +55,7 @@ Redirect RedirectMatch RewriteCond -RewriteMatch +RewriteRule ScriptAlias ScriptAliasMatch UserDir @@ -238,8 +238,8 @@ server.

ProxyPass /foo/ http://internal.example.com/bar/
-ProxyPassReverse /foo/ http://internal.example.com/bar/ -ProxyPassReverseCookieDomain internal.example.com public.example.com +ProxyPassReverse /foo/ http://internal.example.com/bar/
+ProxyPassReverseCookieDomain internal.example.com public.example.com
ProxyPassReverseCookiePath /foo/ /bar/
@@ -273,7 +273,7 @@ is available to rewrite links in HTML and XHTML.

of performing all three types of mappings discussed above: internal redirects (aliases), external redirects, and proxying. Many practical examples employing mod_rewrite are discussed in the - URL Rewriting Guide.

+ detailed mod_rewrite documentation.

File Not Found