Apache HTTP Server (1999/1/31 更新)

Apache modules(工事中)

以下の一覧は Apache に標準で含まれているモジュールです。
ディレクティヴのアルファベット順一覧も参照の事。

Environment creation

Content Type Decisions

URL mapping

Directory Handling

Access Control

HTTP Response

Scripting

Internal Content Handlers

Request Logging

Miscellaneous

Experimental

Development

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