From 2ffc11fbaf509a83819ce9a7eec7ecfa3c229055 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 19 Jun 2002 21:09:00 +0000 Subject: [PATCH] Easy to identify wrowe docs :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95815 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/request.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/developer/request.html b/docs/manual/developer/request.html index 2ed39e5020..4089862700 100644 --- a/docs/manual/developer/request.html +++ b/docs/manual/developer/request.html @@ -119,7 +119,7 @@ ap_location_walk() call. This reassures that a translated request is still subjected to the configured <Location > 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.

@@ -213,12 +213,12 @@

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.

Hook: handler

-

The module finally has a chance to serve the request in it's +

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 -- 2.40.0