]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make headers also consistent in Apache 1.2.2 docs.
authorRalf S. Engelschall <rse@apache.org>
Sat, 2 Aug 1997 08:24:08 +0000 (08:24 +0000)
committerRalf S. Engelschall <rse@apache.org>
Sat, 2 Aug 1997 08:24:08 +0000 (08:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78866 13f79535-47bb-0310-9956-ffa450edef68

APACHE_1_2_X/htdocs/manual/mod/mod_browser.html
APACHE_1_2_X/htdocs/manual/mod/mod_cern_meta.html
APACHE_1_2_X/htdocs/manual/mod/mod_env.html
APACHE_1_2_X/htdocs/manual/mod/mod_headers.html
APACHE_1_2_X/htdocs/manual/mod/mod_proxy.html

index 551c38c0faff5747294b68cda894c7fb690a14ee..cd9e39fba1e8894e9c75960013f3edd1271d88c2 100644 (file)
@@ -13,7 +13,7 @@
  ALINK="#FF0000"
 >
 <!--#include virtual="header.html" -->
-<H1 ALIGN="CENTER">Apache module mod_browser</h1>
+<H1 ALIGN="CENTER">Module mod_browser</H1>
 
 This module is contained in the <code>mod_browser.c</code> file, and
 is compiled in by default with Apache 1.2 and above. It provides for
index 98a7410f401bfd6d9f22dcfd0b4f8f0cb486ce85..69f52df6aff4fc4ac84b407377c98973e5bcc5bc 100644 (file)
@@ -13,7 +13,7 @@
  ALINK="#FF0000"
 >
 <!--#include virtual="header.html" -->
-<H1 ALIGN="CENTER">Apache module mod_cern_meta</h1>
+<H1 ALIGN="CENTER">Module mod_cern_meta</H1>
 
 This module is contained in the <code>mod_cern_meta.c</code> file, and
 is not compiled in by default. It provides for CERN httpd metafile
index 0ee71931b396e80a408c0532eb35fc76075af921..55f3172c36cbdfa552f46587aef3c37ea5fb5a1a 100644 (file)
@@ -13,7 +13,7 @@
  ALINK="#FF0000"
 >
 <!--#include virtual="header.html" -->
-<H1 ALIGN="CENTER">Apache module mod_env</h1>
+<H1 ALIGN="CENTER">Module mod_env</H1>
 
 This module is contained in the <code>mod_env.c</code> file, and
 is not compiled in by default. It provides for
index aed34f04db9e9cdb746947c54c1d3e125d7ada62..12b8490cdf23c4a5ac454c0436e84ce511e7f632 100644 (file)
@@ -13,7 +13,7 @@
  ALINK="#FF0000"
 >
 <!--#include virtual="header.html" -->
-<h1 ALIGN="CENTER">Headers Module</h1>
+<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
index f9e5a3a2d9ce3085146a1163e279ba1349597992..c9a38be59f7b34c9b2534a4b1bc999c3466e84e7 100644 (file)
@@ -13,7 +13,7 @@
  ALINK="#FF0000"
 >
 <!--#include virtual="header.html" -->
-<H1 ALIGN="CENTER">Apache module mod_proxy</h1>
+<H1 ALIGN="CENTER">Module mod_proxy</H1>
 
 This module is contained in the <code>mod_proxy.c</code> file for Apache 1.1.x,
 or the <code>modules/proxy</code> subdirectory for Apache 1.2, and