Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 51520 invoked from network); 8 Jan 2009 20:47:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jan 2009 20:47:37 -0000 Received: (qmail 4476 invoked by uid 500); 8 Jan 2009 20:47:37 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 4422 invoked by uid 500); 8 Jan 2009 20:47:37 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 4409 invoked by uid 99); 8 Jan 2009 20:47:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2009 12:47:37 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2009 20:47:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E09D623888E7; Thu, 8 Jan 2009 12:47:05 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r732819 - in /httpd/httpd/trunk/docs/manual: urlmapping.html.en urlmapping.xml Date: Thu, 08 Jan 2009 20:47:05 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090108204705.E09D623888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: covener Date: Thu Jan 8 12:47:05 2009 New Revision: 732819 URL: http://svn.apache.org/viewvc?rev=732819&view=rev Log: Corrections to URL Mapping topic Submitted By: Bob Ionescu Reviewed By: covener Modified: httpd/httpd/trunk/docs/manual/urlmapping.html.en httpd/httpd/trunk/docs/manual/urlmapping.xml Modified: httpd/httpd/trunk/docs/manual/urlmapping.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/urlmapping.html.en?rev=732819&r1=732818&r2=732819&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/urlmapping.html.en (original) +++ httpd/httpd/trunk/docs/manual/urlmapping.html.en Thu Jan 8 12:47:05 2009 @@ -42,7 +42,7 @@
top

DocumentRoot

@@ -211,8 +211,8 @@

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 @@ 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

Modified: httpd/httpd/trunk/docs/manual/urlmapping.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/urlmapping.xml?rev=732819&r1=732818&r2=732819&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/urlmapping.xml (original) +++ httpd/httpd/trunk/docs/manual/urlmapping.xml Thu Jan 8 12:47:05 2009 @@ -55,7 +55,7 @@ Redirect RedirectMatch RewriteCond -RewriteMatch +RewriteRule ScriptAlias ScriptAliasMatch UserDir @@ -238,8 +238,8 @@ 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 @@ 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