From 7f7cda6af8e677bad7d4e2e34b19110da7c0cb9d Mon Sep 17 00:00:00 2001
From: David Shane Holden 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>
-
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