From 7f7cda6af8e677bad7d4e2e34b19110da7c0cb9d Mon Sep 17 00:00:00 2001 From: David Shane Holden Date: Sun, 8 Sep 2002 23:01:12 +0000 Subject: [PATCH] Update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96718 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/handler.html.en | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en index e6771dd2de..9c85416b8b 100644 --- a/docs/manual/handler.html.en +++ b/docs/manual/handler.html.en @@ -63,10 +63,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 @@ -84,11 +84,11 @@ the send-as-is handler, regardless of their filename extensions.

-

+

<Directory /web/htdocs/asis>
SetHandler send-as-is
</Directory> -

+

top

Programmer's Note

@@ -98,9 +98,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 -- 2.50.1