Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Richard Bowen committed Nov 26, 2008
1 parent cfc407b commit fd9020b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/manual/mod/mod_rewrite.html.en
Expand Up @@ -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 <a href="../rewrite/rewrite_tech.html">mod_rewrite technical
details</a>.)
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
Expand Down
5 changes: 4 additions & 1 deletion docs/manual/mod/mod_rewrite.xml
Expand Up @@ -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 <a
href="../rewrite/rewrite_tech.html">mod_rewrite technical
details</a>.)
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
Expand Down

0 comments on commit fd9020b

Please sign in to comment.