모듈 목록 - Apache HTTP Server

Apache Server 2.0

Apache HTTP Server Version 2.0

<-

모듈 목록

다음은 아파치 배포본에 포함된 모든 모듈 목록이다. 모든 아파치 지시어 목록도 참고하라.

top

핵심 기능과 다중처리 모듈

core
Core Apache HTTP Server features that are always available
mpm_common
A collection of directives that are implemented by more than one multi-processing module (MPM)
beos
BeOS에 최적화된 다중처리 모듈.
leader
표준 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
perchild
Multi-Processing Module allowing for daemon processes serving requests to be assigned a variety of different userids
prefork
Implements a non-threaded, pre-forking web server
threadpool
Yet another experimental variant of the standard worker MPM
mpm_winnt
This Multi-Processing Module is optimized for Windows NT.
worker
Multi-Processing Module implementing a hybrid multi-threaded multi-process web server
top

다른 모듈

 A  |  C  |  D  |  E  |  F  |  H  |  I  |  L  |  M  |  N  |  P  |  R  |  S  |  U  |  V 

mod_access
Provides access control based on client hostname, IP address, or other characteristics of the client request.
mod_actions
이 모듈은 미디어종류나 요청메서드에 따라 CGI 스크립트를 실행한다.
mod_alias
파일시스템의 다른 부분들을 문서 계층구조에 포함하고, URL 리다이렉션을 제공한다
mod_asis
HTTP 헤더를 포함한 파일을 보낸다
mod_auth
User authentication using text files
mod_auth_anon
Allows "anonymous" user access to authenticated areas
mod_auth_dbm
Provides for user authentication using DBM files
mod_auth_digest
MD5 Digest Authentication을 사용한 사용자인증.
mod_auth_ldap
Allows an LDAP directory to be used to store the database for HTTP Basic authentication.
mod_autoindex
자동으로 유닉스의 ls 명령어나 Win32의 dir 쉘명령어와 유사한 디렉토리 목록을 만든다
mod_cache
Content cache keyed to URIs.
mod_cern_meta
CERN 웹서버 메타파일 지원
mod_cgi
CGI 스크립트 실행
mod_cgid
외부 CGI 데몬을 사용하여 CGI 스크립트를 실행
mod_charset_lite
문자집합 변환을 지정
mod_dav
Distributed Authoring and Versioning (WebDAV) 기능
mod_dav_fs
mod_dav을 위한 파일시스템 제공자
mod_deflate
내용을 클라이언트로 보내기 전에 압축한다
mod_dir
"마지막 슬래쉬" 리다이렉션을 제공하고 디렉토리 index 파일을 서비스한다
mod_disk_cache
Content cache storage manager keyed to URIs
mod_dumpio
Dumps all I/O to error log as desired.
mod_echo
프로토콜 모듈을 설명하기위한 간단한 echo 서버
mod_env
CGI 스크립트나 SSI 페이지에 전달할 환경변수를 수정한다
mod_example
아파치 모듈 API를 설명한다
mod_expires
사용자가 지정한 기준에 따라 ExpiresCache-Control HTTP 헤더를 생성한다
mod_ext_filter
응답 내용을 외부 프로그램으로 처리한 후 클라이언트로 보낸다
mod_file_cache
메모리에 정적 파일들을 캐쉬
mod_headers
HTTP 요청 헤더와 응답 헤더 수정
mod_imap
서버측 이미지맵(imagemap) 처리
mod_include
Server-parsed html documents (Server Side Includes)
mod_info
서버 설정에 대한 종합적인 정보를 보여준다
mod_isapi
Windows용 아파치에서 ISAPI Extension 사용
mod_ldap
LDAP connection pooling and result caching services for use by other LDAP modules
mod_log_config
서버로의 요청을 로그에 기록한다
mod_log_forensic
Forensic Logging of the requests made to the server
mod_logio
요청당 입출력 바이트수를 기록
mod_mem_cache
URI를 키로 사용하여 내용을 캐쉬한다.
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_nw_ssl
Enable SSL encryption for NetWare
mod_proxy
HTTP/1.1 proxy/gateway server
mod_proxy_connect
mod_proxy extension for CONNECT request handling
mod_proxy_ftp
FTP support module for mod_proxy
mod_proxy_http
HTTP support module for mod_proxy
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_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