From: Eric Covener Date: Thu, 8 Jan 2009 20:52:43 +0000 (+0000) Subject: Corrections to URL Mapping topic X-Git-Tag: 2.2.12~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad69a2643005aaf1068c46a83cdef3b5d4848d53;p=thirdparty%2Fapache%2Fhttpd.git Corrections to URL Mapping topic Submitted By: Bob Ionescu Reviewed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@732823 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en index f96bedcbb2f..f20c7e694e1 100644 --- a/docs/manual/urlmapping.html.en +++ b/docs/manual/urlmapping.html.en @@ -41,7 +41,7 @@
top

DocumentRoot

@@ -210,8 +210,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/

@@ -245,7 +245,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 7b7eec374f3..289ca241266 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