summaryrefslogtreecommitdiff
path: root/docs/manual/handler.html.en
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-01-28 19:11:58 +0000
committerKen Coar <coar@apache.org>1998-01-28 19:11:58 +0000
commit8d03a2f94434fafa977f853f946f0bb5e1e077a2 (patch)
tree18f25dd25bfca80d60a213284b801aac3f4d2a64 /docs/manual/handler.html.en
parent558d60dcd01a6a1c2cc9497b3f9225d5b6a5ca31 (diff)
downloadhttpd-8d03a2f94434fafa977f853f946f0bb5e1e077a2.tar.gz
As threatened. The directive attributes in the module documentation
are now links back to a description of what the attributes mean. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80041 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/handler.html.en')
-rw-r--r--docs/manual/handler.html.en40
1 files changed, 32 insertions, 8 deletions
diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en
index 504dd09ebf..a87b4d319d 100644
--- a/docs/manual/handler.html.en
+++ b/docs/manual/handler.html.en
@@ -71,10 +71,22 @@ handlers in the standard distribution are as follows:</P>
<h2><A name="addhandler">AddHandler</A></h2>
-<STRONG>Syntax:</STRONG> &lt;AddHandler <EM>handler-name extension</EM>&gt;<BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;AddHandler <EM>handler-name extension</EM>&gt;<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime
<P>AddHandler maps the filename extension <EM>extension</EM> to the
handler <EM>handler-name</EM>. For example, to activate CGI scripts
@@ -91,10 +103,22 @@ program.</P>
<h2><A name="sethandler">SetHandler</A></h2>
-<STRONG>Syntax:</STRONG> &lt;SetHandler <EM>handler-name</EM>&gt;<BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;SetHandler <EM>handler-name</EM>&gt;<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime
<P>When placed into an <CODE>.htaccess</CODE> file or a
<CODE>&lt;Directory&gt;</CODE> or <CODE>&lt;Location&gt;</CODE> section,