Apache HTTP サーバ バージョン 2.2
モジュール一覧
以下は Apache の配布の一部として配られているすべてのモジュールの 一覧です。すべての Apache ディレクティブ のアルファベット順のリストも見てください。
コア機能と MPM
- core
- 常に使用可能な Apache HTTP サーバのコア機能
- mpm_common
- 二つ以上のマルチプロセッシングモジュール (MPM) で実装されているディレクティブのコレクション
- beos
- This Multi-Processing Module is optimized for BeOS.
- event
- An experimental variant of the standard
worker
MPM - mpm_netware
- Multi-Processing Module implementing an exclusively threaded web server optimized for Novell NetWare
- mpmt_os2
- Hybrid multi-process, multi-threaded MPM for OS/2
- prefork
- スレッドを使わず、先行して fork を行なうウェブサーバを実装
- mpm_winnt
- Windows NT 向けに最適化されたマルチプロセッシングモジュール
- worker
- マルチスレッドとマルチプロセスのハイブリッド型 ウェブサーバを実装したマルチプロセッシングモジュール
他のモジュール
A | C | D | E | F | H | I | L | M | N | P | R | S | U | V
- mod_actions
- メディアタイプやリクエストメソッドに応じて CGI スクリプトを実行する機能を提供
- mod_alias
- ホストファイルシステム上のいろいろな違う場所を ドキュメントツリーにマップする機能と、 URL のリダイレクトを行なう機能を提供する
- mod_asis
- 自分用の HTTP ヘッダの書かれているファイルを送信する
- mod_auth_basic
- 基本認証
- mod_auth_digest
- User authentication using MD5 Digest Authentication.
- mod_authn_alias
- Provides the ability to create extended authentication providers based on actual providers
- mod_authn_anon
- 認証が必要な領域への "anonymous" ユーザのアクセスを許可する
- mod_authn_dbd
- User authentication using an SQL database
- mod_authn_dbm
- DBM ファイルを用いたユーザ認証
- mod_authn_default
- 認証フォールバックモジュール
- mod_authn_file
- テキストファイルを用いたユーザ認証
- mod_authnz_ldap
- Allows an LDAP directory to be used to store the database for HTTP Basic authentication.
- mod_authz_dbm
- Group authorization using DBM files
- mod_authz_default
- 承認フォールバックモジュール
- mod_authz_groupfile
- プレーンテキストファイルを用いたグループ承認
- mod_authz_host
- ホスト (名前もしくは IP アドレス) に基づいたグループ承認
- mod_authz_owner
- ファイルの所有者に基づいた承認
- mod_authz_user
- ユーザ承認
- mod_autoindex
- Unix の
ls
コマンドや Win32 のdir
シェルコマンドに似た ディレクトリインデックスを生成する - mod_cache
- URI をキーにしたコンテンツのキャッシュ
- mod_cern_meta
- CERN httpd metafile semantics
- mod_cgi
- CGI スクリプトの実行
- mod_cgid
- 外部 CGI デーモンを使った CGI スクリプトの実行
- mod_charset_lite
- Specify character set translation or recoding
- mod_dav
- 分散オーサリングとバージョン管理 (WebDAV) 機能
- mod_dav_fs
mod_dav
のためのファイルシステムプロバイダ- mod_dav_lock
mod_dav
用の汎用ロックモジュール- mod_dbd
- Manages SQL database connections
- mod_deflate
- クライアントへ送られる前にコンテンツを圧縮する
- mod_dir
- 「最後のスラッシュ」のリダイレクトと、ディレクトリの インデックスファイルを扱う機能を提供する
- mod_disk_cache
- URI をキーにしたコンテンツキャッシュストレージ管理
- mod_dumpio
- 望むようにすべての I/O をエラーログにダンプする
- mod_echo
- プロトコルモジュールの概要を示すための単純なエコーサーバ
- mod_env
- CGI スクリプト及び SSI ページに渡される環境変数を変更する機能を提供する
- mod_example
- Illustrates the Apache module API
- mod_expires
- ユーザの指定した基準に基づいた
Expires
とCache-Control
HTTP ヘッダの生成 - mod_ext_filter
- レスポンスのボディをクライアントに送る前に外部プログラムで処理する
- mod_file_cache
- Caches a static list of files in memory
- mod_filter
- Context-sensitive smart filter configuration module
- mod_headers
- HTTP リクエストのヘッダと応答のヘッダのカスタマイズ
- mod_ident
- RFC 1413 ident lookups
- mod_imagemap
- Server-side imagemap processing
- mod_include
- サーバがパースする html ドキュメント (Server Side Includes)
- mod_info
- サーバの設定の包括的な概観を提供する
- mod_isapi
- ISAPI Extensions within Apache for Windows
- mod_ldap
- LDAP connection pooling and result caching services for use by other LDAP modules
- mod_log_config
- サーバへのリクエストのロギング
- mod_log_forensic
- サーバに送られたリクエストの forensic ロギング
- mod_logio
- リクエスト毎に入力バイト数と出力バイト数とをロギング
- mod_mem_cache
- URI をキーにしたコンテンツのキャッシュ
- mod_mime
- リクエストされたファイルの拡張子とファイルの振る舞い (ハンドラとフィルタ)、内容 (MIME タイプ、言語、文字セット、エンコーディング) とを関連付ける
- mod_mime_magic
- Determines the MIME type of a file by looking at a few bytes of its contents
- mod_negotiation
- コンテントネゴシエーション 機能を提供する
- mod_nw_ssl
- Enable SSL encryption for NetWare
- mod_proxy
- HTTP/1.1 プロキシ/ゲートウェイサーバ
- mod_proxy_ajp
mod_proxy
で AJP をサポートするためのモジュール- mod_proxy_balancer
- 負荷分散のための
mod_proxy
拡張 - mod_proxy_connect
CONNECT
リクエストを扱うmod_proxy
用の拡張- mod_proxy_ftp
mod_proxy
のための FTP サポートモジュール- mod_proxy_http
mod_proxy
のための HTTP サポートモジュール- mod_proxy_scgi
mod_proxy
のための SCGI ゲートウェイモジュール- mod_reqtimeout
- Set timeout and minimum data rate for receiving requests
- mod_rewrite
- Provides a rule-based rewriting engine to rewrite requested URLs on the fly
- mod_setenvif
- リクエストの特徴に基づいた環境変数の設定を可能にする
- mod_so
- 起動時や再起動時に実行コードとモジュールをサーバにロードする
- mod_speling
- ユーザが入力したであろう間違った URL を、 大文字小文字の区別を無視することと一つ以下の綴り間違いを許容することで 修正を試みる
- mod_ssl
- Strong cryptography using the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols
- mod_status
- サーバの活動状況と性能に関する情報を提供する
- mod_substitute
- Perform search and replace operations on response bodies
- mod_suexec
- 指定されたユーザとグループで CGI スクリプトを実行する
- mod_unique_id
- それぞれのリクエストに対する一意な識別子の入った環境変数を 提供する
- mod_userdir
- ユーザ専用のディレクトリを提供
- mod_usertrack
- Clickstream logging of user activity on a site
- mod_version
- バージョン依存の設定
- mod_vhost_alias
- Provides for dynamically configured mass virtual hosting