From: David Shane Holden Date: Sun, 8 Sep 2002 21:39:10 +0000 (+0000) Subject: fixups. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346948cd81a7f6422d1d73c899e83c9a9393bebd;p=thirdparty%2Fapache%2Fhttpd.git fixups. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96716 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/handler.xml b/docs/manual/handler.xml index 3907bb4f205..87c55a35530 100644 --- a/docs/manual/handler.xml +++ b/docs/manual/handler.xml @@ -88,10 +88,10 @@ the html extension to trigger the launch of the footer.pl CGI script.

- + Action add-footer /cgi-bin/footer.pl
AddHandler add-footer .html -
+

Then the CGI script is responsible for sending the originally requested document (pointed to by the @@ -109,11 +109,11 @@ the send-as-is handler, regardless of their filename extensions.

- + <Directory /web/htdocs/asis>
SetHandler send-as-is
</Directory> -
+
@@ -124,9 +124,10 @@ been 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:

-
-    char *handler
-
+ + + char *handler +

If you wish to have your module engage a handler, you need only to set r->handler to the name of the