From: brian Date: Thu, 5 Dec 1996 05:49:19 +0000 (+0000) Subject: Reviewed by: X-Git-Tag: APACHE_1_2b2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b89fa01e35fc0ce9ccac9d56e71e03e5fafa1111;p=thirdparty%2Fapache%2Fhttpd.git Reviewed by: Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77196 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/handler.html b/docs/manual/handler.html index c94afd7653c..d6e577c4297 100644 --- a/docs/manual/handler.html +++ b/docs/manual/handler.html @@ -113,7 +113,7 @@ called, you might put the following into access.conf:

Programmer's Note

In order to implement the handler features, an addition has been -made to the Apache API that you may wish to +made to the Apache API that you may wish to make use of. Specifically, a new record has been added to the request_rec structure:

diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en
index c94afd7653c..d6e577c4297 100644
--- a/docs/manual/handler.html.en
+++ b/docs/manual/handler.html.en
@@ -113,7 +113,7 @@ called, you might put the following into access.conf:
 

Programmer's Note

In order to implement the handler features, an addition has been -made to the Apache API that you may wish to +made to the Apache API that you may wish to make use of. Specifically, a new record has been added to the request_rec structure: