Commit fd9020bb authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent cfc407bb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 
+4 −1
Original line number Diff line number Diff line
@@ -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