From: Mark J. Cox Date: Thu, 21 Nov 1996 14:29:18 +0000 (+0000) Subject: Add missing and changed modules X-Git-Tag: APACHE_1_2b1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=345db775cbc63734c5bfdcef1900270c3c890604;p=apache Add missing and changed modules git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77022 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html index feb12c5055..5e592756d0 100644 --- a/docs/manual/mod/index.html +++ b/docs/manual/mod/index.html @@ -33,16 +33,19 @@
Support for HTTP header metafiles.
mod_cgi
Invoking CGI scripts. -
mod_cookies -
Support for Netscape-like cookies. +
mod_cookies up to Apache 1.1.1 +
Support for Netscape-like cookies. Replaced in Apache 1.2 by +mod_usertrack
mod_digest
MD5 authentication
mod_dir
Automatic directory listings. -
mod_env -
Passing of environments to CGI scripts
mod_dld
Start-time linking with the GNU libdld. +
mod_env +
Passing of environments to CGI scripts +
mod_fastcgi Apache 1.2 and up +
A high-performance alternative to CGI for a variety of languages
mod_imap
The imagemap file handler.
mod_include @@ -51,8 +54,9 @@
Server configuration information
mod_log_agent
Logging of User Agents. -
mod_log_common -
Standard logging in the Common Logfile Format. +
mod_log_common up to Apache 1.1.1 +
Standard logging in the Common Logfile Format. Replaced by the +mod_log_config module in Apache 1.2 and up
mod_log_config
User-configurable logging replacement for mod_log_common.
mod_log_referer @@ -67,6 +71,8 @@
Server status display
mod_userdir
User home directories. +
mod_usertrack Apache 1.2 and up +
User tracking using Cookies (replacement for mod_cookies.c)