summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_asis.html
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/mod/mod_asis.html
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/mod/mod_asis.html')
-rw-r--r--docs/manual/mod/mod_asis.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_asis.html b/docs/manual/mod/mod_asis.html
index db224d5177..aceb9f2ee7 100644
--- a/docs/manual/mod/mod_asis.html
+++ b/docs/manual/mod/mod_asis.html
@@ -22,14 +22,14 @@ document with mime type <CODE>httpd/send-as-is</CODE> will be processed by
this module.
<!--%plaintext &lt;?INDEX {\tt httpd/send-as-is} mime type&gt; -->
-<h2>Purpose</h2>
+<H2>Purpose</H2>
To allow file types to be defined such that Apache sends them without
adding HTTP headers.<P>
This can be used to send any kind of data from the server, including redirects
and other special HTTP responses, without requiring a cgi-script or an nph
script.
-<h2>Usage</h2>
+<H2>Usage</H2>
In the server configuration file, define a new mime type called
<CODE>httpd/send-as-is</CODE> e.g.
<BLOCKQUOTE><CODE>AddType httpd/send-as-is asis</CODE></BLOCKQUOTE>