From: Rich Bowen Date: Wed, 26 Nov 2008 19:22:17 +0000 (+0000) Subject: Slight clarification to the way rewrite works in per-directory context. X-Git-Tag: 2.3.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a9ef20751a21a5fcdbbd867cc3c4b3d1c98494;p=thirdparty%2Fapache%2Fhttpd.git Slight clarification to the way rewrite works in per-directory context. Suggested by Peter Kehl on the users mailing list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720955 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index b2041606eab..679c5e701d3 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -215,7 +215,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 919f39870c3..e16b7922fc0 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -631,7 +631,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