From 58da9d8d2e97d29a5ff99d1321a21bb5353980a2 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