Return-Path: Mailing-List: contact apache-docs-help@apache.org; run by ezmlm Delivered-To: mailing list apache-docs@apache.org Received: (qmail 22474 invoked by uid 500); 28 Sep 2000 22:55:31 -0000 Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Received: (qmail 22471 invoked by uid 1173); 28 Sep 2000 22:55:31 -0000 Date: 28 Sep 2000 22:55:31 -0000 Message-ID: <20000928225531.22470.qmail@locus.apache.org> From: slive@locus.apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual/mod index.html index-bytype.html mod_example.html slive 00/09/28 15:55:31 Modified: htdocs/manual/mod index.html index-bytype.html mod_example.html Log: Now that we have compatibility info consistently in the module docs, I don't see any reason to have it in the index, where it was inconsistent, and made things harder to read. Revision Changes Path 1.35 +10 -10 httpd-docs-1.3/htdocs/manual/mod/index.html Index: index.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/index.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- index.html 2000/09/25 23:55:47 1.34 +++ index.html 2000/09/28 22:55:30 1.35 @@ -69,11 +69,11 @@
Replaced in 1.3b6 by mod_so
mod_env
Passing of environments to CGI scripts -
mod_example Apache 1.2 and up +
mod_example
Demonstrates Apache API -
mod_expires Apache 1.2 and up +
mod_expires
Apply Expires: headers to resources -
mod_headers Apache 1.2 and up +
mod_headers
Add arbitrary HTTP headers to resources
mod_imap
The imagemap file handler. @@ -102,23 +102,23 @@
Content negotiation.
mod_proxy
Caching proxy abilities -
mod_rewrite Apache 1.2 and up +
mod_rewrite
Powerful URI-to-filename mapping using regular expressions -
mod_setenvif Apache 1.3 and up +
mod_setenvif
Set environment variables based on client information -
mod_so Apache 1.3 and up +
mod_so
Experimental support for loading modules (DLLs on Windows) at runtime -
mod_speling Apache 1.3 and up +
mod_speling
Automatically correct minor typos in URLs
mod_status
Server status display
mod_userdir
User home directories. -
mod_unique_id Apache 1.3 and up +
mod_unique_id
Generate unique request identifier for every request -
mod_usertrack Apache 1.2 and up +
mod_usertrack
User tracking using Cookies (replacement for mod_cookies.c) -
mod_vhost_alias Apache 1.3.7 and up +
mod_vhost_alias
Support for dynamically configured mass virtual hosting 1.7 +10 -10 httpd-docs-1.3/htdocs/manual/mod/index-bytype.html Index: index-bytype.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/index-bytype.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- index-bytype.html 2000/09/25 23:55:47 1.6 +++ index-bytype.html 2000/09/28 22:55:30 1.7 @@ -37,9 +37,9 @@
mod_env
Passing of environments to CGI scripts -
mod_setenvif Apache 1.3 and up +
mod_setenvif
Set environment variables based on client information -
mod_unique_id Apache 1.3 and up +
mod_unique_id
Generate unique request identifier for every request
@@ -60,13 +60,13 @@
mod_alias
Mapping different parts of the host filesystem in the document tree, and URL redirection. -
mod_rewrite Apache 1.2 and up +
mod_rewrite
Powerful URI-to-filename mapping using regular expressions
mod_userdir
User home directories. -
mod_speling Apache 1.3 and up +
mod_speling
Automatically correct minor typos in URLs -
mod_vhost_alias Apache 1.3.7 and up +
mod_vhost_alias
Support for dynamically configured mass virtual hosting @@ -102,11 +102,11 @@

HTTP Response

-
mod_headers Apache 1.2 and up +
mod_headers
Add arbitrary HTTP headers to resources
mod_cern_meta
Support for HTTP header metafiles. -
mod_expires Apache 1.2 and up +
mod_expires
Apply Expires: headers to resources
mod_asis
Sending files which contain their own HTTP headers. @@ -143,7 +143,7 @@
Logging of User Agents.
mod_log_referer
Logging of document references. -
mod_usertrack Apache 1.2 and up +
mod_usertrack
User tracking using Cookies (replacement for mod_cookies.c)
@@ -154,7 +154,7 @@
The imagemap file handler.
mod_proxy
Caching proxy abilities -
mod_so Apache 1.3 and up +
mod_so
Experimental support for loading modules (DLLs on Windows) at runtime
mod_mmap_static
Mapping files into memory for faster serving. @@ -164,7 +164,7 @@

Development

-
mod_example Apache 1.2 and up +
mod_example
Demonstrates Apache API
1.10 +5 -0 httpd-docs-1.3/htdocs/manual/mod/mod_example.html Index: mod_example.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/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:42:13 1.9 +++ mod_example.html 2000/09/28 22:55:30 1.10 @@ -38,6 +38,11 @@ HREF="module-dict.html#ModuleIdentifier" REL="Help" >Module Identifier: example_module +
+Compatibility: Available in Apache 1.2 and later.