From 80e250688525ebf32faec381ff841e0e91ea3cb1 Mon Sep 17 00:00:00 2001 From: pcs Date: Thu, 11 Sep 1997 13:59:30 +0000 Subject: [PATCH] Add link to mod_setenvif docs. Add placeholder for mod_unique_id. Put proxy & rewrite into alphabetic order. Note the modules which are not longer part of Apache 1.3 (mod_browser, mod_auth_msql). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79178 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/index.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html index 4e582e41ff..3f81d2b7ed 100644 --- a/docs/manual/mod/index.html +++ b/docs/manual/mod/index.html @@ -42,12 +42,13 @@ Apache distribution. See also the complete alphabetical list of
User authentication using Berkeley DB files.
mod_auth_dbm
User authentication using DBM files. -
mod_auth_msql +
mod_auth_msql Apache 1.2.* and earlier
User authentication using mSQL files.
mod_autoindex
Automatic directory listings. -
mod_browser Apache 1.2 and up -
Set environment variables based on User-Agent strings +
mod_browser Apache 1.2.* only +
Set environment variables based on User-Agent strings. Replaced by + mod_setenvif in Apache 1.3 and up
mod_cern_meta
Support for HTTP header metafiles.
mod_cgi @@ -94,14 +95,18 @@ mod_log_config module in Apache 1.2 and up
Determining document types using "magic numbers".
mod_negotiation
Content negotiation. -
mod_rewrite Apache 1.2 and up -
Powerful URI-to-filename mapping using regular expressions
mod_proxy
Caching proxy abilities +
mod_rewrite Apache 1.2 and up +
Powerful URI-to-filename mapping using regular expressions +
mod_setenvif Apache 1.3 and up +
Set environment variables based on client information
mod_status
Server status display
mod_userdir
User home directories. +
mod_unique_id Apache 1.3 and up +
Generate unique request identifier for every request
mod_usertrack Apache 1.2 and up
User tracking using Cookies (replacement for mod_cookies.c) -- 2.40.0