From 3d7f9d754a3dfa960d5abf959db574bcb58f15ee Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 28 Sep 2000 23:04:41 +0000 Subject: [PATCH] Remove compatibility info from index. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86353 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/index-bytype.html | 20 ++++++++++---------- docs/manual/mod/index.html | 20 ++++++++++---------- docs/manual/mod/mod_example.html | 5 +++++ 3 files changed, 25 insertions(+), 20 deletions(-) diff --git a/docs/manual/mod/index-bytype.html b/docs/manual/mod/index-bytype.html index 19881d096a..7770fb4cd4 100644 --- a/docs/manual/mod/index-bytype.html +++ b/docs/manual/mod/index-bytype.html @@ -35,9 +35,9 @@ directives.
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 @@ directives.
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 @@ directives.

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 @@ directives.
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 @@ directives.
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_file_cache
Caching files in memory for faster serving. @@ -166,7 +166,7 @@ directives.

Development

-
mod_example Apache 1.2 and up +
mod_example
Demonstrates Apache API
diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html index 7d252b2d87..f355c37832 100644 --- a/docs/manual/mod/index.html +++ b/docs/manual/mod/index.html @@ -72,13 +72,13 @@ mod_usertrack
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_file_cache
Caching files in memory for faster serving. -
mod_headers Apache 1.2 and up +
mod_headers
Add arbitrary HTTP headers to resources
mod_imap
The imagemap file handler. @@ -105,23 +105,23 @@ mod_log_config module in Apache 1.2 and up
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 diff --git a/docs/manual/mod/mod_example.html b/docs/manual/mod/mod_example.html index f302361d5b..11f7526695 100644 --- a/docs/manual/mod/mod_example.html +++ b/docs/manual/mod/mod_example.html @@ -38,6 +38,11 @@ REL="Help" HREF="module-dict.html#ModuleIdentifier" REL="Help" >Module Identifier: example_module +
+Compatibility: Available in Apache 1.2 and later.

-- 2.50.1