Apache HTTP Server Version 2.0
モジュール一覧
以下は Apache の配布の一部として配られているすべてのモジュールの 一覧です。すべての Apache ディレクティブ のアルファベット順のリストも見てください。
コア機能と MPM
- core
 - Core Apache HTTP Server features that are always available
 - mpm_common
 - 二つ以上のマルチプロセッシングモジュール (MPM) で実装されているディレクティブのコレクション
 - mpm_netware
 - Multi-Processing Module implementing an exclusively threaded web server optimized for Novell NetWare
 - mpm_winnt
 - Windows NT 向けに最適化されたマルチプロセッシングモジュール
 - perchild
 - Multi-Processing Module allowing for daemon processes serving requests to be assigned a variety of different userids
 - prefork
 - スレッドを使わず、先行して fork を行なうウェブサーバを実装
 - worker
 - マルチスレッドとマルチプロセスのハイブリッド型 ウェブサーバを実装したマルチプロセッシングモジュール
 他のモジュール
- mod_access
 - クライアントのホスト名、IP アドレス、その他のクライアント のリクエストの特徴に基づいたアクセス制御機能を提供する
 - mod_actions
 - This module provides for executing CGI scripts based on media type or request method.
 - mod_alias
 - Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
 - mod_asis
 - Sends files that contain their own HTTP headers
 - mod_auth
 - テキストファイルを用いたユーザ認証
 - mod_auth_anon
 - Allows "anonymous" user access to authenticated areas
 - mod_auth_dbm
 - Provides for user authentication using DBM files
 - mod_auth_digest
 - User authentication using MD5 Digest Authentication.
 - mod_autoindex
 - Unix の ls コマンドや Win32 の dir シェルコマンドに似た ディレクトリインデックスを生成する
 - mod_cache
 - Content cache keyed to URIs
 - mod_cern_meta
 - CERN httpd metafile semantics
 - mod_cgi
 - Execution of CGI scripts
 - mod_cgid
 - Execution of CGI scripts using an external CGI daemon
 - mod_charset_lite
 - Specify character set translation or recoding
 - mod_dav
 - 分散オーサリングとバージョン管理 (WebDAV) 機能
 - mod_deflate
 - Compress content before it is delivered to the client
 - mod_dir
 - 「最後のスラッシュ」のリダイレクトと、ディレクトリの インデックスファイルを扱う機能を提供する
 - mod_echo
 - A simple echo server to illustrate protocol modules
 - mod_env
 - CGI スクリプト及び SSI ページに渡される環境変数を変更する機能を提供する
 - mod_example
 - Illustrates the Apache module API
 - mod_expires
 - Generation of
 ExpiresHTTP headers according to user-specified criteria- mod_ext_filter
 - Pass the response body through an external program before delivery to the client
 - mod_file_cache
 - Caches a static list of files in memory
 - mod_headers
 - Customization of HTTP request and response headers
 - mod_imap
 - Server-side imagemap processing
 - mod_include
 - Server-parsed html documents (Server Side Includes)
 - mod_info
 - Provides a comprehensive overview of the server configuration
 - mod_isapi
 - ISAPI Extensions within Apache for Windows
 - mod_log_config
 - Logging of the requests made to the server
 - mod_mime
 - Associates the requested filename's extensions with the file's behavior (handlers and filters) and content (mime-type, language, character set and encoding)
 - mod_mime_magic
 - Determines the MIME type of a file by looking at a few bytes of its contents
 - mod_negotiation
 - Provides for content negotiation
 - mod_proxy
 - HTTP/1.1 proxy/gateway server
 - mod_rewrite
 - Provides a rule-based rewriting engine to rewrite requested URLs on the fly
 - mod_setenvif
 - Allows the setting of environment variables based on characteristics of the request
 - mod_so
 - 起動時や再起動時に実行コードとモジュールをサーバにロードする
 - mod_speling
 - Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
 - mod_ssl
 - Strong cryptography using the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols
 - mod_status
 - Provides information on server activity and performance
 - mod_suexec
 - 指定されたユーザとグループで CGI スクリプトを実行する
 - mod_unique_id
 - Provides an environment variable with a unique identifier for each request
 - mod_userdir
 - ユーザ専用のディレクトリを提供
 - mod_usertrack
 - Clickstream logging of user activity on a site
 - mod_vhost_alias
 - Provides for dynamically configured mass virtual hosting
 

