Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 21375 invoked from network); 15 Apr 2010 13:24:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Apr 2010 13:24:01 -0000 Received: (qmail 58870 invoked by uid 500); 15 Apr 2010 13:24:01 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 58795 invoked by uid 500); 15 Apr 2010 13:24:00 -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 58788 invoked by uid 99); 15 Apr 2010 13:24:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 13:24:00 +0000 X-ASF-Spam-Status: No, hits=-1394.0 required=10.0 tests=ALL_TRUSTED,AWL 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, 15 Apr 2010 13:23:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DA239238890B; Thu, 15 Apr 2010 13:23:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r934398 - in /httpd/httpd/trunk/docs/manual/rewrite: flags.html.en flags.xml Date: Thu, 15 Apr 2010 13:23:38 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100415132338.DA239238890B@eris.apache.org> Author: rbowen Date: Thu Apr 15 13:23:38 2010 New Revision: 934398 URL: http://svn.apache.org/viewvc?rev=934398&view=rev Log: Replace 'Apache' with contextually correct phrasing. Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.html.en httpd/httpd/trunk/docs/manual/rewrite/flags.xml Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.html.en?rev=934398&r1=934397&r2=934398&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/flags.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/flags.html.en Thu Apr 15 13:23:38 2010 @@ -77,7 +77,7 @@ of how you might use them.

characters before applying the transformation.

-

Apache has to unescape URLs before mapping them, +

mod_rewrite has to unescape URLs before mapping them, so backreferences will be unescaped at the time they are applied. Using the B flag, non-alphanumeric characters in backreferences will be escaped. For example, consider the rule:

@@ -238,7 +238,7 @@ an example, not as a recommendation.

top

F|forbidden

-

Using the [F] flag causes Apache to return a 403 Forbidden status +

Using the [F] flag causes the server to return a 403 Forbidden status code to the client. While the same behavior can be accomplished using the Deny directive, this allows more flexibility in assigning a Forbidden status.

@@ -260,7 +260,7 @@ immediately, and no further rules are ev
top

G|gone

-

The [G] flag forces Apache to return a 410 Gone status with the +

The [G] flag forces the server to return a 410 Gone status with the response. This indicates that a resource used to be available, but is no longer available.

@@ -443,7 +443,7 @@ considered.

You must make sure that the substitution string is a valid URI (typically starting with http://hostname) which can be -handled by the Apache proxy module. If not, you will get an +handled by the mod_proxy. If not, you will get an error from the proxy module. Use this flag to achieve a more powerful implementation of the ProxyPass directive, to map remote content into the namespace of the local server.

Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.xml?rev=934398&r1=934397&r2=934398&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/flags.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/flags.xml Thu Apr 15 13:23:38 2010 @@ -62,7 +62,7 @@ module="mod_rewrite">RewriteRule -

Apache has to unescape URLs before mapping them, +

mod_rewrite has to unescape URLs before mapping them, so backreferences will be unescaped at the time they are applied. Using the B flag, non-alphanumeric characters in backreferences will be escaped. For example, consider the rule:

@@ -225,7 +225,7 @@ an example, not as a recommendation.

F|forbidden -

Using the [F] flag causes Apache to return a 403 Forbidden status +

Using the [F] flag causes the server to return a 403 Forbidden status code to the client. While the same behavior can be accomplished using the Deny directive, this allows more flexibility in assigning a Forbidden status.

@@ -247,7 +247,7 @@ immediately, and no further rules are ev
G|gone -

The [G] flag forces Apache to return a 410 Gone status with the +

The [G] flag forces the server to return a 410 Gone status with the response. This indicates that a resource used to be available, but is no longer available.

@@ -435,7 +435,7 @@ considered.

You must make sure that the substitution string is a valid URI (typically starting with http://hostname) which can be -handled by the Apache proxy module. If not, you will get an +handled by the mod_proxy. If not, you will get an error from the proxy module. Use this flag to achieve a more powerful implementation of the ProxyPass directive,