diff options
author | Joshua Slive <slive@apache.org> | 2000-09-27 05:08:24 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2000-09-27 05:08:24 +0200 |
commit | 438188035272df920b8d29605484e8fd573b1f57 (patch) | |
tree | 462808344ce970d97bcb16901ed3c9d14e0d9258 /docs/manual/mod/mod_headers.html | |
parent | Create a helper function "get_canned_error_string" for use by (diff) | |
download | apache2-438188035272df920b8d29605484e8fd573b1f57.tar.xz apache2-438188035272df920b8d29605484e8fd573b1f57.zip |
Style update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86342 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_headers.html')
-rw-r--r-- | docs/manual/mod/mod_headers.html | 33 |
1 files changed, 25 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_headers.html b/docs/manual/mod/mod_headers.html index d143427f6f..3d79eaa238 100644 --- a/docs/manual/mod/mod_headers.html +++ b/docs/manual/mod/mod_headers.html @@ -15,21 +15,38 @@ <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Module mod_headers</H1> -The optional headers module allows for the customization of HTTP -response headers. Headers can be merged, replaced or removed. The -directives described in this document are only available if Apache is -compiled with <STRONG>mod_headers.c</STRONG>. +<p>This module provides for the customization of HTTP +response headers.</p> + +<P><A +HREF="module-dict.html#Status" +REL="Help" +><STRONG>Status:</STRONG></A> Extension +<BR> +<A +HREF="module-dict.html#SourceFile" +REL="Help" +><STRONG>Source File:</STRONG></A> mod_headers.c +<BR> +<A +HREF="module-dict.html#ModuleIdentifier" +REL="Help" +><STRONG>Module Identifier:</STRONG></A> headers_module +</P> -<HR> +<h2>Summary</h2> + +This module provides a directive to control the sending of HTTP +headers. Headers can be merged, replaced or removed. -<H2>Directive</H2> +<H2>Directives</H2> <UL> <LI><A HREF="#header">Header</A> </UL> <HR> -<H2><A NAME="header">Header</A></H2> +<H2><A NAME="header">Header</A> directive</H2> <A HREF="directive-dict.html#Syntax" REL="Help" @@ -51,7 +68,7 @@ compiled with <STRONG>mod_headers.c</STRONG>. <A HREF="directive-dict.html#Status" REL="Help" -><STRONG>Status:</STRONG></A> optional<BR> +><STRONG>Status:</STRONG></A> Extension<BR> <A HREF="directive-dict.html#Module" REL="Help" |