Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45DE99EA3 for ; Fri, 20 Apr 2012 10:32:37 +0000 (UTC) Received: (qmail 12584 invoked by uid 500); 20 Apr 2012 10:32:36 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 12489 invoked by uid 500); 20 Apr 2012 10:32:36 -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 12481 invoked by uid 99); 20 Apr 2012 10:32:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 10:32:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 20 Apr 2012 10:32:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3AD9C2388962; Fri, 20 Apr 2012 10:32:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1328303 - in /httpd/httpd/trunk/docs/manual/rewrite: avoid.xml index.xml Date: Fri, 20 Apr 2012 10:32:15 -0000 To: cvs@httpd.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120420103215.3AD9C2388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: humbedooh Date: Fri Apr 20 10:32:14 2012 New Revision: 1328303 URL: http://svn.apache.org/viewvc?rev=1328303&view=rev Log: Fix some more typos Modified: httpd/httpd/trunk/docs/manual/rewrite/avoid.xml httpd/httpd/trunk/docs/manual/rewrite/index.xml Modified: httpd/httpd/trunk/docs/manual/rewrite/avoid.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/avoid.xml?rev=1328303&r1=1328302&r2=1328303&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/avoid.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/avoid.xml Fri Apr 20 10:32:14 2012 @@ -180,7 +180,7 @@ RewriteRule ^/?images(.*) http://imagese

However, in many cases, when there is no actual pattern matching -meeded, as in the example shown above, the ProxyPass directive is a better choice. The example here could be rendered as:

@@ -209,7 +209,7 @@ accomplish.

Environment Variable Testing

mod_rewrite is frequently used to take a particular -action based on the presence or absense of a particular environment +action based on the presence or absence of a particular environment variable or request header. This can be done more efficiently using the If.

Modified: httpd/httpd/trunk/docs/manual/rewrite/index.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/index.xml?rev=1328303&r1=1328302&r2=1328303&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/index.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/index.xml Fri Apr 20 10:32:14 2012 @@ -56,7 +56,7 @@ complex. This document supplements the reference documentation, and attempts to allay some of that complexity, and provide highly - annoted examples of common scenarios that you may handle with + annotated examples of common scenarios that you may handle with mod_rewrite. But we also attempt to show you when you should not use mod_rewrite, and use other standard Apache features instead, thus avoiding this unnecessary complexity.