From: Takashi Sato Date: Sat, 29 Nov 2008 04:05:16 +0000 (+0000) Subject: Merge r720955 from trunk: X-Git-Tag: 2.0.64~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3acfad1c2df9dcd48dcac03e204467af54809b4;p=thirdparty%2Fapache%2Fhttpd.git Merge r720955 from trunk: Slight clarification to the way rewrite works in per-directory context. Suggested by Peter Kehl on the users mailing list. Reviewed by: rbowen, covener, takashi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@721622 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 03925f173ac..7f19a2528d1 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -292,7 +292,9 @@ Result: correct Apache internal processing. Because the per-directory rewriting comes late in the process, the rewritten request - has to be re-injected into the Apache kernel. + has to be re-injected into the Apache kernel, as if it + were a new request. (See mod_rewrite technical + details.) This is not the serious overhead it may seem to be - this re-injection is completely internal to the Apache server (and the same procedure is used by diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index e9e7c895e6e..0e501309810 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -729,7 +729,10 @@ Result: correct Apache internal processing. Because the per-directory rewriting comes late in the process, the rewritten request - has to be re-injected into the Apache kernel. + has to be re-injected into the Apache kernel, as if it + were a new request. (See mod_rewrite technical + details.) This is not the serious overhead it may seem to be - this re-injection is completely internal to the Apache server (and the same procedure is used by