slive 00/09/28 16:04:41
Modified: htdocs/manual/mod index.html index-bytype.html mod_example.html Log: Remove compatibility info from index. Revision Changes Path 1.38 +10 -10 httpd-docs-2.0/htdocs/manual/mod/index.html Index: index.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mod/index.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- index.html 2000/09/25 23:59:28 1.37 +++ index.html 2000/09/28 23:04:40 1.38 @@ -72,13 +72,13 @@ <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 @@ <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> 1.6 +10 -10 httpd-docs-2.0/htdocs/manual/mod/index-bytype.html Index: index-bytype.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mod/index-bytype.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index-bytype.html 2000/09/25 23:59:28 1.5 +++ index-bytype.html 2000/09/28 23:04:41 1.6 @@ -35,9 +35,9 @@ <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 @@ <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 @@ <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 @@ <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 @@ <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 @@ <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> 1.10 +5 -0 httpd-docs-2.0/htdocs/manual/mod/mod_example.html Index: mod_example.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mod/mod_example.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mod_example.html 2000/09/28 22:43:31 1.9 +++ mod_example.html 2000/09/28 23:04:41 1.10 @@ -38,6 +38,11 @@ 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>