
Apache HTTP Server
(1999/1/31 更新)
Apache modules(工事中)
以下の一覧は Apache に標準で含まれているモジュールです。
ディレクティヴのアルファベット順一覧も参照の事。
Environment creation
- mod_env(+)
- Set environment variables for CGI/SSI scripts
- CGI や SSI に環境変数を受け渡す。
(CERN httpd でのスクリプトの変更が必要ない)
- mod_setenvif(+)
- Set environment variables based on HTTP headers
- mod_unique_id
- Generate unique identifiers for request
Content Type Decisions
- mod_mime(+)
- Content type/encoding determination (configured)
- ファイルの拡張子を基にドキュメントの MIME タイプを判別する
- mod_mime_magic
- Content type/encoding determination (automatic)
- mod_negotiation(+)
- Content selection based on the HTTP Accept* headers
URL mapping
- mod_alias(+)
- Simple URL translation and redirection
- mod_rewrite
- Advanced URL translation and redirection
- mod_userdir(+)
- Selection of resource directories by username
- mod_speling
- Correction of misspelled URLs
Directory Handling
- mod_dir(+)
- Directory and directory default file handling
- mod_autoindex(+)
- Automated directory index file generation
Access Control
- mod_access(+)
- Access Control (user, host, network)
- ホスト名やIPアドレスによるアクセス・コントロール
- mod_auth(+)
- HTTP Basic Authentication (user, passwd)
- テキストによるユーザ認証
- mod_auth_dbm
- HTTP Basic Authentication via Unix NDBM files
- mod_auth_db
- HTTP Basic Authentication via Berkeley-DB files
- mod_auth_anon
- HTTP Basic Authentication for Anonymous-style users
- mod_digest
- HTTP Digest Authentication
HTTP Response
- mod_headers
- Arbitrary HTTP response headers (configured)
- mod_cern_meta
- Arbitrary HTTP response headers (CERN-style files)
- mod_expires
- Expires HTTP responses
- mod_asis(+)
- Raw HTTP responses
- .asis ファイル(MIMEタイプ httpd/send-as-is)ハンドラ。 このファイルの先頭に HTTP ヘッダを埋め込む
Scripting
- mod_include(+)
- Server Side Includes (SSI) support
- mod_cgi(+)
- Common Gateway Interface (CGI) support
- mod_actions(+)
- Map CGI scripts to act as internal `handlers'
- MIME タイプ Filetype/method をベースにしたスクリプトを実行するモジュール
Internal Content Handlers
- mod_status(+)
- Content handler for server run-time status
- mod_info
- Content handler for server configuration summary
Request Logging
- mod_log_config(+)
- Customizable logging of requests
- ログを取る(ロギングの設定を変更可能)。mod_log_common の置き換え。
TransferLog(ログファイルの生成), LogFormat(特別なフォーマット), CustomLog(ログファイル名とフォーマットの定義)の設定が出来る
- mod_log_agent
- Specialized HTTP User-Agent logging (deprecated)
- NCSA httpd の user-agent 互換でクライアントの動作に関するログを生成。
- mod_log_refer
- Specialized HTTP Referrer logging (deprecated)
- NCSA httpd の referer 互換でサーバの参照ドキュメントに関するログを生成。
- mod_usertrack
- Logging of user click-trails via HTTP Cookies
Miscellaneous
- mod_imap(+)
- Server-side Image Map support
- イメージマップファイルハンドラ。 イメージマップを直接扱うためのモジュール
- mod_proxy
- Caching Proxy Module (HTTP, HTTPS, FTP)
- mod_so
- Dynamic Shared Object (DSO) bootstrapping
- 実行時にモジュールをロードするもの(MS-Windows での DLL のようなもの)。 まだ実験的実装。
Experimental
- mod_mmap_static
- Caching of frequently served pages via mmap()
Development
- mod_example
- Apache API demonstration (developers only)
- Core
- Apache の中心機能
- mod_access
- ホスト名やIPアドレスによるアクセス・コントロール
- mod_actions Apache 1.1 and later.
- MIME タイプ Filetype/method をベースにしたスクリプトを実行するモジュール
- mod_alias
- Aliases and redirects.
- mod_asis
- .asis ファイル(MIMEタイプ httpd/send-as-is)ハンドラ。 このファイルの先頭に HTTP ヘッダを埋め込む
- mod_auth
- テキストによるユーザ認証
- mod_auth_anon
- Anonymous user authentication, FTP-style.
- mod_auth_db
- User authentication using Berkeley DB files.
- mod_auth_dbm
- User authentication using DBM files.
- mod_autoindex
- Automatic directory listings.
- 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_cern_meta
- Support for HTTP header metafiles.
- mod_cgi
- Invoking CGI scripts.
- 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
- Basic directory handling.
- mod_dld Apache 1.2.* and earlier
- GNU の DLD ライブラリ(libdld)を使用して実行時にリンクする。
(1.3 で mod_so に置き換えた)
- mod_dll Apache 1.3b1 to 1.3b5 only
- (1.3b6 で mod_so に置き換えた)
- mod_env
- CGI や SSI に環境変数を受け渡す。
(CERN httpd でのスクリプトの変更が必要ない)
- mod_example Apache 1.2 and up
- Demonstrates Apache API
- mod_expires Apache 1.2 and up
- Apply Expires: headers to resources
- mod_headers Apache 1.2 and up
- Add arbitrary HTTP headers to resources
- mod_imap
- イメージマップファイルハンドラ。 イメージマップを直接扱うためのモジュール
- mod_include
- Server-parsed documents.
- mod_info
- Server configuration information
- mod_isapi
- Windows ISAPI Extension support
- mod_log_agent
- NCSA httpd の user-agent 互換でクライアントの動作に関するログを生成。
- mod_log_common up to Apache 1.1.1
- Common Log Format でログを取る。
(1.2 で mod_log_config に置き換えた)
- mod_log_config
- ログを取る(ロギングの設定を変更可能)。mod_log_common の置き換え。
TransferLog(ログファイルの生成), LogFormat(特別なフォーマット), CustomLog(ログファイル名とフォーマットの定義)の設定が出来る
- mod_log_referer
- NCSA httpd の referer 互換でサーバの参照ドキュメントに関するログを生成。
- mod_mime
- ファイルの拡張子を基にドキュメントの MIME タイプを判別する
- mod_mime_magic
- Determining document types using "magic numbers".
- mod_mmap_static
- Mapping files into memory for faster serving.
- mod_negotiation
- HTTP の Accept ヘッダを基にドキュメントの MIME タイプを判別する
- mod_proxy
- Caching proxy abilities
- mod_rewrite Apache 1.2 and up
- Powerful URI-to-filename mapping using regular expressions
- mod_setenvif Apache 1.3 and up
- Set environment variables based on client information
- mod_so Apache 1.3 以上(以前は mod_dld)
- 実行時にモジュールをロードするもの(MS-Windows での DLL のようなもの)。まだ実験的実装。
- mod_speling Apache 1.3 and up
- Automatically correct minor typos in URLs
- mod_status
- Server status display
- mod_userdir
- User home directories.
- mod_unique_id Apache 1.3 and up
- Generate unique request identifier for every request
- mod_usertrack Apache 1.2 and up
- User tracking using Cookies (replacement for mod_cookies.c)
[ Apache 1.3 ]
[ Apache HTTP Server ]
[ NetBSD/mac68k Topics (Japanese) もくじ ]
HQP00700@nifty.ne.jp