From: Takashi Sato Date: Sat, 29 Nov 2008 04:02:05 +0000 (+0000) Subject: Merge r720955 from trunk: X-Git-Tag: 2.2.11~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdea8aaa3827f4b60761833fcffbb14ef12ef014;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.2.x@721621 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 5abe2dabf5f..6a72c1bc41d 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 452129fa5e2..e0a4e1da665 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -611,7 +611,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