Apache HTTP サーバ バージョン 2.4
モジュール一覧
以下は Apache HTTP サーバの配布物に同梱されているモジュールの 一覧です。Apache HTTP サーバ ディレクティブ のアルファベット順のリストもご覧ください。
コア機能と MPM
- core
- 常に使用可能な Apache HTTP サーバのコア機能
- mpm_common
- 二つ以上のマルチプロセッシングモジュール (MPM) で実装されているディレクティブのコレクション
- event
- A variant of the
worker
MPM with the goal of consuming threads only for connections with active processing - 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 | B | C | D | E | F | H | I | L | M | N | P | R | S | U | V | W | X
- mod_access_compat
- ホスト (名前もしくは IP アドレス) に基づいたグループ承認
- mod_actions
- メディアタイプやリクエストメソッドに応じて CGI スクリプトを実行する機能を提供
- mod_alias
- ホストファイルシステム上のいろいろな違う場所を ドキュメントツリーにマップする機能と、 URL のリダイレクトを行なう機能を提供する
- mod_allowmethods
- Easily restrict what HTTP methods can be used on the server
- mod_asis
- 自分用の HTTP ヘッダの書かれているファイルを送信する
- mod_auth_basic
- 基本認証
- mod_auth_digest
- User authentication using MD5 Digest Authentication
- mod_auth_form
- Form authentication
- mod_authn_anon
- 認証が必要な領域への "anonymous" ユーザのアクセスを許可する
- mod_authn_core
- Core Authentication
- mod_authn_dbd
- User authentication using an SQL database
- mod_authn_dbm
- DBM ファイルを用いたユーザ認証
- mod_authn_file
- テキストファイルを用いたユーザ認証
- mod_authn_socache
- Manages a cache of authentication credentials to relieve the load on backends
- mod_authnz_fcgi
- Allows a FastCGI authorizer application to handle Apache httpd authentication and authorization
- mod_authnz_ldap
- Allows an LDAP directory to be used to store the database for HTTP Basic authentication.
- mod_authz_core
- Core Authorization
- mod_authz_dbd
- Group Authorization and Login using SQL
- mod_authz_dbm
- Group authorization using DBM files
- mod_authz_groupfile
- プレーンテキストファイルを用いたグループ承認
- mod_authz_host
- Group authorizations based on host (name or IP address)
- mod_authz_owner
- ファイルの所有者に基づいた承認
- mod_authz_user
- ユーザ承認
- mod_autoindex
- Unix の
ls
コマンドや Win32 のdir
シェルコマンドに似た ディレクトリインデックスを生成する - mod_brotli
- Compress content via Brotli before it is delivered to the client
- mod_buffer
- Support for request buffering
- mod_cache
- URI をキーにしたコンテンツのキャッシュ
- mod_cache_disk
- URI をキーにしたコンテンツキャッシュストレージ管理
- mod_cache_socache
- Shared object cache (socache) based storage module for the HTTP caching filter.
- mod_cern_meta
- CERN httpd metafile semantics
- mod_cgi
- CGI スクリプトの実行
- mod_cgid
- 外部 CGI デーモンを使った CGI スクリプトの実行
- mod_charset_lite
- Specify character set translation or recoding
- mod_data
- Convert response body into an RFC2397 data URL
- mod_dav
- 分散オーサリングとバージョン管理 (WebDAV) 機能
- mod_dav_fs
mod_dav
のためのファイルシステムプロバイダ- mod_dav_lock
mod_dav
用の汎用ロックモジュール- mod_dbd
- Manages SQL database connections
- mod_deflate
- クライアントへ送られる前にコンテンツを圧縮する
- mod_dialup
- Send static content at a bandwidth rate limit, defined by the various old modem standards
- mod_dir
- 「最後のスラッシュ」のリダイレクトと、ディレクトリの インデックスファイルを扱う機能を提供する
- mod_dumpio
- 望むようにすべての I/O をエラーログにダンプする
- mod_echo
- プロトコルモジュールの概要を示すための単純なエコーサーバ
- mod_env
- CGI スクリプト及び SSI ページに渡される環境変数を変更する機能を提供する
- mod_example_hooks
- 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_heartbeat
- Sends messages with server status to frontend proxy
- mod_heartmonitor
- Centralized monitor for mod_heartbeat origin servers
- mod_http2
- Support for the HTTP/2 transport layer
- 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_lbmethod_bybusyness
- Pending Request Counting load balancer scheduler algorithm for
mod_proxy_balancer
- mod_lbmethod_byrequests
- Request Counting load balancer scheduler algorithm for
mod_proxy_balancer
- mod_lbmethod_bytraffic
- Weighted Traffic Counting load balancer scheduler algorithm for
mod_proxy_balancer
- mod_lbmethod_heartbeat
- Heartbeat Traffic Counting load balancer scheduler algorithm for
mod_proxy_balancer
- mod_ldap
- LDAP connection pooling and result caching services for use by other LDAP modules
- mod_log_config
- サーバへのリクエストのロギング
- mod_log_debug
- Additional configurable debug logging
- mod_log_forensic
- サーバに送られたリクエストの forensic ロギング
- mod_logio
- リクエスト毎に入力バイト数と出力バイト数とをロギング
- mod_lua
- Provides Lua hooks into various portions of the httpd request processing
- mod_macro
- Provides macros within apache httpd runtime configuration files
- 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_privileges
- Support for Solaris privileges and for running virtual hosts under different user IDs.
- mod_proxy
- HTTP/1.1 プロキシ/ゲートウェイサーバ
- mod_proxy_ajp
mod_proxy
で AJP をサポートするためのモジュール- mod_proxy_balancer
- 負荷分散のための
mod_proxy
拡張 - mod_proxy_connect
CONNECT
リクエストを扱うmod_proxy
用の拡張- mod_proxy_express
- Dynamic mass reverse proxy extension for
mod_proxy
- mod_proxy_fcgi
- FastCGI support module for
mod_proxy
- mod_proxy_fdpass
- fdpass external process support module for
mod_proxy
- mod_proxy_ftp
- FTP support module for
mod_proxy
- mod_proxy_hcheck
- Dynamic health check of Balancer members (workers) for
mod_proxy
- mod_proxy_html
- Rewrite HTML links in to ensure they are addressable from Clients' networks in a proxy context.
- mod_proxy_http
- HTTP support module for
mod_proxy
- mod_proxy_http2
- HTTP/2 support module for
mod_proxy
- mod_proxy_scgi
- SCGI gateway module for
mod_proxy
- mod_proxy_wstunnel
- Websockets support module for
mod_proxy
- mod_ratelimit
- Bandwidth Rate Limiting for Clients
- mod_reflector
- Reflect a request body as a response via the output filter stack.
- mod_remoteip
- Replaces the original client IP address for the connection with the useragent IP address list presented by a proxies or a load balancer via the request headers.
- mod_reqtimeout
- Set timeout and minimum data rate for receiving requests
- mod_request
- Filters to handle and make available HTTP request bodies
- mod_rewrite
- Provides a rule-based rewriting engine to rewrite requested URLs on the fly
- mod_sed
- Filter Input (request) and Output (response) content using
sed
syntax - mod_session
- Session support
- mod_session_cookie
- Cookie based session support
- mod_session_crypto
- Session encryption support
- mod_session_dbd
- DBD/SQL based session support
- mod_setenvif
- リクエストの特徴に基づいた環境変数の設定を可能にする
- mod_slotmem_plain
- Slot-based shared memory provider.
- mod_slotmem_shm
- Slot-based shared memory provider.
- mod_so
- 起動時や再起動時に実行コードとモジュールをサーバにロードする
- mod_socache_dbm
- DBM based shared object cache provider.
- mod_socache_dc
- Distcache based shared object cache provider.
- mod_socache_memcache
- Memcache based shared object cache provider.
- mod_socache_shmcb
- shmcb based shared object cache provider.
- 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_unixd
- Basic (required) security for Unix-family platforms.
- mod_userdir
- ユーザ専用のディレクトリを提供
- mod_usertrack
- Clickstream logging of user activity on a site
- mod_version
- バージョン依存の設定
- mod_vhost_alias
- Provides for dynamically configured mass virtual hosting
- mod_watchdog
- provides infrastructure for other modules to periodically run tasks
- mod_xml2enc
- Enhanced charset/internationalisation support for libxml2-based filter modules