]> granicus.if.org Git - apache/commitdiff
Remove compatibility info from index.
authorJoshua Slive <slive@apache.org>
Thu, 28 Sep 2000 23:04:41 +0000 (23:04 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 28 Sep 2000 23:04:41 +0000 (23:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86353 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/index-bytype.html
docs/manual/mod/index.html
docs/manual/mod/mod_example.html

index 19881d096ad6a66ee7e8ef5bb90e5aac43e895c1..7770fb4cd492f36d48dbe45722723eed7b65e376 100644 (file)
@@ -35,9 +35,9 @@ directives</A>.
 <DL>
 <DT><A HREF="mod_env.html">mod_env</A>
 <DD>Passing of environments to CGI scripts
-<DT><A HREF="mod_setenvif.html">mod_setenvif</A> Apache 1.3 and up
+<DT><A HREF="mod_setenvif.html">mod_setenvif</A>
 <DD>Set environment variables based on client information
-<DT><A HREF="mod_unique_id.html">mod_unique_id</A> Apache 1.3 and up
+<DT><A HREF="mod_unique_id.html">mod_unique_id</A>
 <DD>Generate unique request identifier for every request
 </DL>
 
@@ -60,13 +60,13 @@ directives</A>.
 <DT><A HREF="mod_alias.html">mod_alias</A>
 <DD>Mapping different parts of the host filesystem in the document tree,
  and URL redirection.
-<DT><A HREF="mod_rewrite.html">mod_rewrite</A> Apache 1.2 and up
+<DT><A HREF="mod_rewrite.html">mod_rewrite</A>
 <DD>Powerful URI-to-filename mapping using regular expressions
 <DT><A HREF="mod_userdir.html">mod_userdir</A>
 <DD>User home directories.
-<DT><A HREF="mod_speling.html">mod_speling</A> Apache 1.3 and up
+<DT><A HREF="mod_speling.html">mod_speling</A>
 <DD>Automatically correct minor typos in URLs
-<DT><A HREF="mod_vhost_alias.html">mod_vhost_alias</A> Apache 1.3.7 and up
+<DT><A HREF="mod_vhost_alias.html">mod_vhost_alias</A>
 <DD>Support for dynamically configured mass virtual hosting
 </DL>
 
@@ -102,11 +102,11 @@ directives</A>.
 <H2>HTTP Response</H2>
 
 <DL>
-<DT><A HREF="mod_headers.html">mod_headers</A> Apache 1.2 and up
+<DT><A HREF="mod_headers.html">mod_headers</A>
 <DD>Add arbitrary HTTP headers to resources
 <DT><A HREF="mod_cern_meta.html">mod_cern_meta</A>
 <DD>Support for HTTP header metafiles.
-<DT><A HREF="mod_expires.html">mod_expires</A> Apache 1.2 and up
+<DT><A HREF="mod_expires.html">mod_expires</A>
 <DD>Apply Expires: headers to resources
 <DT><A HREF="mod_asis.html">mod_asis</A>
 <DD>Sending files which contain their own HTTP headers.
@@ -143,7 +143,7 @@ directives</A>.
 <DD>Logging of User Agents.
 <DT><A HREF="mod_log_referer.html">mod_log_referer</A>
 <DD>Logging of document references.
-<DT><A HREF="mod_usertrack.html">mod_usertrack</A> Apache 1.2 and up
+<DT><A HREF="mod_usertrack.html">mod_usertrack</A>
 <DD>User tracking using Cookies (replacement for mod_cookies.c)
 </DL>
 
@@ -154,7 +154,7 @@ directives</A>.
 <DD>The imagemap file handler.
 <DT><A HREF="mod_proxy.html">mod_proxy</A>
 <DD>Caching proxy abilities
-<DT><A HREF="mod_so.html">mod_so</A> Apache 1.3 and up
+<DT><A HREF="mod_so.html">mod_so</A>
 <DD>Experimental support for loading modules (DLLs on Windows) at runtime
 <DT><A HREF="mod_file_cache.html">mod_file_cache</A>
 <DD>Caching files in memory for faster serving.
@@ -166,7 +166,7 @@ directives</A>.
 <H2>Development</H2>
 
 <DL>
-<DT><A HREF="mod_example.html">mod_example</A> Apache 1.2 and up
+<DT><A HREF="mod_example.html">mod_example</A>
 <DD>Demonstrates Apache API
 </DL>
 
index 7d252b2d871b38b362fcef228814d3320097e440..f355c3783245ad89d4eafd2771e73abec5e53ef0 100644 (file)
@@ -72,13 +72,13 @@ mod_usertrack
 <DD>Replaced in 1.3b6 by mod_so
 <DT><A HREF="mod_env.html">mod_env</A>
 <DD>Passing of environments to CGI scripts
-<DT><A HREF="mod_example.html">mod_example</A> Apache 1.2 and up
+<DT><A HREF="mod_example.html">mod_example</A>
 <DD>Demonstrates Apache API
-<DT><A HREF="mod_expires.html">mod_expires</A> Apache 1.2 and up
+<DT><A HREF="mod_expires.html">mod_expires</A>
 <DD>Apply Expires: headers to resources
 <DT><A HREF="mod_file_cache.html">mod_file_cache</A>
 <DD>Caching files in memory for faster serving.
-<DT><A HREF="mod_headers.html">mod_headers</A> Apache 1.2 and up
+<DT><A HREF="mod_headers.html">mod_headers</A>
 <DD>Add arbitrary HTTP headers to resources
 <DT><A HREF="mod_imap.html">mod_imap</A>
 <DD>The imagemap file handler.
@@ -105,23 +105,23 @@ mod_log_config module in Apache 1.2 and up
 <DD>Content negotiation.
 <DT><A HREF="mod_proxy.html">mod_proxy</A>
 <DD>Caching proxy abilities
-<DT><A HREF="mod_rewrite.html">mod_rewrite</A> Apache 1.2 and up
+<DT><A HREF="mod_rewrite.html">mod_rewrite</A>
 <DD>Powerful URI-to-filename mapping using regular expressions
-<DT><A HREF="mod_setenvif.html">mod_setenvif</A> Apache 1.3 and up
+<DT><A HREF="mod_setenvif.html">mod_setenvif</A>
 <DD>Set environment variables based on client information
-<DT><A HREF="mod_so.html">mod_so</A> Apache 1.3 and up
+<DT><A HREF="mod_so.html">mod_so</A>
 <DD>Experimental support for loading modules (DLLs on Windows) at runtime
-<DT><A HREF="mod_speling.html">mod_speling</A> Apache 1.3 and up
+<DT><A HREF="mod_speling.html">mod_speling</A>
 <DD>Automatically correct minor typos in URLs
 <DT><A HREF="mod_status.html">mod_status</A>
 <DD>Server status display
 <DT><A HREF="mod_userdir.html">mod_userdir</A>
 <DD>User home directories.
-<DT><A HREF="mod_unique_id.html">mod_unique_id</A> Apache 1.3 and up
+<DT><A HREF="mod_unique_id.html">mod_unique_id</A>
 <DD>Generate unique request identifier for every request
-<DT><A HREF="mod_usertrack.html">mod_usertrack</A> Apache 1.2 and up
+<DT><A HREF="mod_usertrack.html">mod_usertrack</A>
 <DD>User tracking using Cookies (replacement for mod_cookies.c)
-<DT><A HREF="mod_vhost_alias.html">mod_vhost_alias</A> Apache 1.3.7 and up
+<DT><A HREF="mod_vhost_alias.html">mod_vhost_alias</A>
 <DD>Support for dynamically configured mass virtual hosting
 </DL>
 
index f302361d5bd4c5f255292ff02aebf1fee26af51d..11f752669574363b17cc6886d3b11c2869cccd6f 100644 (file)
@@ -38,6 +38,11 @@ REL="Help"
 HREF="module-dict.html#ModuleIdentifier"
 REL="Help"
 ><STRONG>Module Identifier:</STRONG></A> example_module
+<BR>
+<A 
+HREF="module-dict.html#Compatibility"
+REL="Help"
+><STRONG>Compatibility:</STRONG></A> Available in Apache 1.2 and later.
 </P>