summaryrefslogtreecommitdiff
path: root/docs/manual/handler.html.en
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-02-05 20:05:18 +0000
committerKen Coar <coar@apache.org>1998-02-05 20:05:18 +0000
commit80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7 (patch)
treed84bf79bbaa000a17174059724a09ff6219e8245 /docs/manual/handler.html.en
parent3ff603fdf59d7b3247bdd60b9054095cded19258 (diff)
downloadhttpd-80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7.tar.gz
Another pass at the normalisation of the HTML tags. Some
corrections coming up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/handler.html.en')
-rw-r--r--docs/manual/handler.html.en12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en
index a87b4d319d..d5995da06b 100644
--- a/docs/manual/handler.html.en
+++ b/docs/manual/handler.html.en
@@ -13,9 +13,9 @@
ALINK="#FF0000"
>
<!--#include virtual="header.html" -->
-<h1 ALIGN="CENTER">Apache's Handler Use</H1>
+<H1 ALIGN="CENTER">Apache's Handler Use</H1>
-<h2>What is a Handler</h2>
+<H2>What is a Handler</H2>
<P>A "handler" is an internal Apache representation of the action to be
performed when a file is called. Generally, files have implicit
@@ -61,7 +61,7 @@ handlers in the standard distribution are as follows:</P>
<P>
-<h2>Directives</h2>
+<H2>Directives</H2>
<UL>
<LI><A HREF="#addhandler">AddHandler</A>
<LI><A HREF="#sethandler">SetHandler</A>
@@ -69,7 +69,7 @@ handlers in the standard distribution are as follows:</P>
<HR>
-<h2><A name="addhandler">AddHandler</A></h2>
+<H2><A name="addhandler">AddHandler</A></H2>
<A
HREF="directive-dict.html#Syntax"
@@ -101,7 +101,7 @@ program.</P>
<HR>
-<h2><A name="sethandler">SetHandler</A></h2>
+<H2><A name="sethandler">SetHandler</A></H2>
<A
HREF="directive-dict.html#Syntax"
@@ -141,7 +141,7 @@ called, you might put the following into access.conf:
<P><HR>
-<h2>Programmer's Note</h2>
+<H2>Programmer's Note</H2>
<P>In order to implement the handler features, an addition has been
made to the <A HREF="misc/API.html">Apache API</A> that you may wish to