]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a "default-handler" handler that calls the default_hander()
authorMarc Slemko <marc@apache.org>
Wed, 21 Oct 1998 05:57:58 +0000 (05:57 +0000)
committerMarc Slemko <marc@apache.org>
Wed, 21 Oct 1998 05:57:58 +0000 (05:57 +0000)
function which is normally called for static content.  This allows
you to override a specific handler.  This is not a complete solution to
being able to "unconfigure" things as asked for in PR#2979, but it is
still useful.

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82288 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/handler.html
docs/manual/handler.html.en

index 84cd97c06b1e8649b8ef3f546a51a52679bf6c46..5a0e1486a84feada977e634a8ca262e23ba0470d 100644 (file)
@@ -36,6 +36,10 @@ HREF="mod/mod_actions.html#action">Action</A> directive. The built-in
 handlers in the standard distribution are as follows:</P>
 
 <UL>
+<LI><STRONG>default-handler</STRONG>:
+    Send the file using the <CODE>default_handler()</CODE>, which is the 
+    handler used by default to handle static content.
+    (core)
 <LI><STRONG>send-as-is</STRONG>:
     Send file with HTTP headers as is.
     (<A HREF="mod/mod_asis.html">mod_asis</A>)
index 84cd97c06b1e8649b8ef3f546a51a52679bf6c46..5a0e1486a84feada977e634a8ca262e23ba0470d 100644 (file)
@@ -36,6 +36,10 @@ HREF="mod/mod_actions.html#action">Action</A> directive. The built-in
 handlers in the standard distribution are as follows:</P>
 
 <UL>
+<LI><STRONG>default-handler</STRONG>:
+    Send the file using the <CODE>default_handler()</CODE>, which is the 
+    handler used by default to handle static content.
+    (core)
 <LI><STRONG>send-as-is</STRONG>:
     Send file with HTTP headers as is.
     (<A HREF="mod/mod_asis.html">mod_asis</A>)