]> granicus.if.org Git - apache/commitdiff
Easy to identify wrowe docs :)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 19 Jun 2002 21:09:00 +0000 (21:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 19 Jun 2002 21:09:00 +0000 (21:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95815 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/request.html

index 2ed39e5020eac2873d8ebaf1d5991a3de9d724fa..408986270014b3025db2826f9f280cc32ed3475b 100644 (file)
     <code>ap_location_walk()</code> call. This reassures that a
     translated request is still subjected to the configured
     &lt;Location &gt; sections. The request again borrows some or
-    all of the processing from it's previous location_walk above,
+    all of the processing from its previous location_walk above,
     so this step is almost always very efficient unless the
     translated URI mapped to a substantially different path or
     Virtual Host.</p>
     <p>Modules that transform the content in some way can insert
     their values and override existing filters, such that if the
     user configured a more advanced filter out-of-order, then the
-    module can move it's order as need be.  There is no result code,
+    module can move its order as need be.  There is no result code,
     so actions in this hook better be trusted to always succeed.</p>
 
     <h3>Hook: handler</h3>
 
-    <p>The module finally has a chance to serve the request in it's
+    <p>The module finally has a chance to serve the request in its
     handler hook. Note that not every prepared request is sent to
     the handler hook. Many modules, such as mod_autoindex, will
     create subrequests for a given URI, and then never serve the