Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 77072 invoked by uid 500); 8 Sep 2000 23:28:26 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 77053 invoked by uid 500); 8 Sep 2000 23:28:25 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Delivered-To: apmail-httpd-docs-2.0-cvs@apache.org Date: 8 Sep 2000 23:28:25 -0000 Message-ID: <20000908232825.77030.qmail@locus.apache.org> From: slive@locus.apache.org To: httpd-docs-2.0-cvs@apache.org Subject: cvs commit: httpd-docs-2.0/htdocs/manual/mod index-bytype.html index.html slive 00/09/08 16:28:24 Modified: htdocs/manual index.html htdocs/manual/mod index.html Added: htdocs/manual/mod index-bytype.html Log: Add an index of modules "by type". The modules directory in 2.0 could use a good cleaning to get rid of stuff that doesn't need to be carried over, but that can wait. Revision Changes Path 1.4 +2 -1 httpd-docs-2.0/htdocs/manual/index.html Index: index.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.html 2000/03/16 20:08:41 1.3 +++ index.html 2000/09/08 23:28:24 1.4 @@ -32,7 +32,8 @@
  • Starting
  • Stopping or Restarting
  • Run-time configuration directives -
  • Modules +
  • Modules: By Type or + Alphabetical
  • Virtual Hosts
  • Dynamic Shared Object (DSO) support
  • Handlers 1.32 +6 -5 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.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- index.html 2000/07/30 04:12:37 1.31 +++ index.html 2000/09/08 23:28:24 1.32 @@ -16,11 +16,12 @@

    Apache modules

    -Below is a list of all of the modules that come as part of the -Apache distribution. See also the complete alphabetical list of -all Apache directives. +Below is a list of all of the modules that come as part of the Apache ++distribution. See also the list of modules sorted by type and the complete ++alphabetical list of all Apache ++directives. +

    1.1 httpd-docs-2.0/htdocs/manual/mod/index-bytype.html Index: index-bytype.html =================================================================== Apache modules

    Apache modules

    Below is a list of all of the modules that come as part of the Apache distribution. See also the list of modules sorted alphabetically and the complete alphabetical list of all Apache directives.

    Core

    Core
    Core Apache features.

    Environment Creation

    mod_env
    Passing of environments to CGI scripts
    mod_setenvif Apache 1.3 and up
    Set environment variables based on client information
    mod_unique_id Apache 1.3 and up
    Generate unique request identifier for every request

    Content Type Decisions

    mod_mime
    Determining document types using file extensions.
    mod_mime_magic
    Determining document types using "magic numbers".
    mod_negotiation
    Content negotiation.
    mod_charset_lite
    Configuring character set translation.

    URL Mapping

    mod_alias
    Aliases and redirects.
    mod_rewrite Apache 1.2 and up
    Powerful URI-to-filename mapping using regular expressions
    mod_userdir
    User home directories.
    mod_speling Apache 1.3 and up
    Automatically correct minor typos in URLs
    mod_vhost_alias Apache 1.3.7 and up
    Support for dynamically configured mass virtual hosting

    Directory Handling

    mod_dir
    Basic directory handling.
    mod_autoindex
    Automatic directory listings.

    Access Control

    mod_access
    Host based access control.
    mod_auth
    User authentication using text files.
    mod_auth_dbm
    User authentication using DBM files.
    mod_auth_db
    User authentication using Berkeley DB files.
    mod_auth_anon
    Anonymous user authentication, FTP-style.
    mod_auth_digest
    MD5 authentication
    mod_digest
    MD5 authentication

    HTTP Response

    mod_headers Apache 1.2 and up
    Add arbitrary HTTP headers to resources
    mod_cern_meta
    Support for HTTP header metafiles.
    mod_expires Apache 1.2 and up
    Apply Expires: headers to resources
    mod_asis
    The .asis file handler.

    Dynamic Content

    mod_include
    Server-parsed documents.
    mod_cgi
    Invoking CGI scripts.
    mod_actions Apache 1.1 and later.
    Filetype/method-based script execution
    mod_isapi
    Windows ISAPI Extension support

    Internal Content Handlers

    mod_status
    Server status display
    mod_info
    Server configuration information

    Logging

    mod_log_config
    User-configurable logging replacement for mod_log_common.
    mod_log_agent
    Logging of User Agents.
    mod_log_referer
    Logging of document references.
    mod_usertrack Apache 1.2 and up
    User tracking using Cookies (replacement for mod_cookies.c)

    Miscellaneous

    mod_imap
    The imagemap file handler.
    mod_proxy
    Caching proxy abilities
    mod_so Apache 1.3 and up
    Experimental support for loading modules (DLLs on Windows) at runtime
    mod_file_cache
    Caching files in memory for faster serving.
    mod_dav
    Class 1,2 WebDAV HTTP extensions

    Development

    mod_example Apache 1.2 and up
    Demonstrates Apache API

    Obsolete

    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_cookies up to Apache 1.1.1
    Support for Netscape-like cookies. Replaced in Apache 1.2 by mod_usertrack
    mod_dld Apache 1.2.* and earlier
    Start-time linking with the GNU libdld. Replaced in Apache 1.3 by mod_so
    mod_dll Apache 1.3b1 to 1.3b5 only
    Replaced in 1.3b6 by mod_so
    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