You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/10/10 15:06:56 UTC

svn commit: r1180935 - in /httpd/httpd/trunk/docs/manual/rewrite: tech.html.en tech.xml

Author: rbowen
Date: Mon Oct 10 13:06:56 2011
New Revision: 1180935

URL: http://svn.apache.org/viewvc?rev=1180935&view=rev
Log:
Adds a recommendation that rewrite logging be consulted for more details
on how rewrite is looking at URIs. refs https://issues.apache.org/bugzilla/show_bug.cgi?id=30021

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/tech.html.en
    httpd/httpd/trunk/docs/manual/rewrite/tech.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/tech.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/tech.html.en?rev=1180935&r1=1180934&r2=1180935&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/tech.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/tech.html.en Mon Oct 10 13:06:56 2011
@@ -39,7 +39,7 @@ and URL matching.</p>
     content, and logging. (These is not an exhaustive list.)</p>
 
     <p>mod_rewrite acts in two of these phases (or "hooks", as they are
-    sometimes called) to influence how URLs may be rewritten.</p>
+    often called) to influence how URLs may be rewritten.</p>
 
     <p>First, it uses the URL-to-filename translation hook, which occurs
     after the HTTP request has been read, but before any authorization
@@ -104,6 +104,10 @@ and URL matching.</p>
 
     </table>
 
+    <p>For even more insight into how mod_rewrite manipulates URIs in
+    different contexts, you should consult the <a href="../mod/mod_rewrite.html#logging">log entries</a> made during 
+    rewriting.</p>
+
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="InternalRuleset" id="InternalRuleset">Ruleset Processing</a></h2>

Modified: httpd/httpd/trunk/docs/manual/rewrite/tech.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/tech.xml?rev=1180935&r1=1180934&r2=1180935&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/tech.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/tech.xml Mon Oct 10 13:06:56 2011
@@ -48,7 +48,7 @@ and URL matching.</p>
     content, and logging. (These is not an exhaustive list.)</p>
 
     <p>mod_rewrite acts in two of these phases (or "hooks", as they are
-    sometimes called) to influence how URLs may be rewritten.</p>
+    often called) to influence how URLs may be rewritten.</p>
 
     <p>First, it uses the URL-to-filename translation hook, which occurs
     after the HTTP request has been read, but before any authorization
@@ -114,6 +114,11 @@ and URL matching.</p>
 
     </table>
 
+    <p>For even more insight into how mod_rewrite manipulates URIs in
+    different contexts, you should consult the <a
+    href="../mod/mod_rewrite.html#logging">log entries</a> made during 
+    rewriting.</p>
+
 </section>
 
 <section id="InternalRuleset"><title>Ruleset Processing</title>