From: Rich Bowen Date: Thu, 15 Apr 2010 13:23:38 +0000 (+0000) Subject: Replace 'Apache' with contextually correct phrasing. X-Git-Tag: 2.3.6~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=585e0c73ccf4a2de6fb0a3ac1a75650c90a61266;p=apache Replace 'Apache' with contextually correct phrasing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@934398 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index c6d33f9534..288e32a0ee 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -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 evaluated.

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.

diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index b06d303b93..d0e4af10a1 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -62,7 +62,7 @@ module="mod_rewrite">RewriteRule to escape non-alphanumeric 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:

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

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,