]> granicus.if.org Git - apache/commitdiff
Add a couple cross-references to the modules that send headers.
authorJoshua Slive <slive@apache.org>
Mon, 27 May 2002 01:25:22 +0000 (01:25 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 27 May 2002 01:25:22 +0000 (01:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95299 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_asis.xml
docs/manual/mod/mod_cern_meta.xml

index 2c5d6c5efe29176825d2544b07a73750f57f04a4..564d0e034cab15f0fbfd4dd051bb29a89b7c05b5 100644 (file)
@@ -23,6 +23,9 @@ HTTP headers</description>
     file with the mime type <code>httpd/send-as-is</code>.</p>
 </summary>
 
+<seealso><module>mod_headers</module></seealso>
+<seealso><module>mod_cern_meta</module></seealso>
+
 <section><title>Usage</title>
 
     <p>In the server configuration file, associate files with the
index 4444d9d8c9b640d2e5e42cb88acd6f5f03d74fb6..c57609e3e12981a225b6a98bffb553a49a6d9ec4 100644 (file)
@@ -10,7 +10,6 @@
 <identifier>cern_meta_module</identifier>
 
 <summary>
-    <!-- XXX: Should mention other possibilities in Apache: mod_header -->
     <p>Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP
     headers that can be output in addition to the normal range of
     headers for each file accessed. They appear rather like the
@@ -25,6 +24,9 @@
     CERN metafile semantics</a> is available.</p>
 </summary>
 
+<seealso><module>mod_headers</module></seealso>
+<seealso><module>mod_asis</module></seealso>
+
 <directivesynopsis>
 <name>MetaFiles</name>
 <description>Activates CERN meta-file processing</description>