2015. 7. 15. 13:57ㆍServer
LoadModule auth_basic_module modules/mod_auth_basic.so
기본 인증 모듈
http://httpd.apache.org/docs/2.2/mod/mod_auth_basic.html
LoadModule auth_digest_module modules/mod_auth_digest.so
MD5 Digest Authentication 사용한 사용자인증
http://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html
LoadModule authn_file_module modules/mod_authn_file.so
문자파일을 이용한 사용자 인증
http://httpd.apache.org/docs/2.2/mod/mod_authn_file.html
LoadModule authn_alias_module modules/mod_authn_alias.so
Provides the ability to create extended authentication providers based on actual providers
http://httpd.apache.org/docs/2.2/mod/mod_authn_alias.html
LoadModule authn_anon_module modules/mod_authn_anon.so
인증영역에 "익명(anonymous)" 사용자의 접근을 허용한다.
http://httpd.apache.org/docs/2.2/mod/mod_authn_anon.html
LoadModule authn_dbm_module modules/mod_authn_dbm.so
DBM 파일을 사용한 사용자 인증
http://httpd.apache.org/docs/2.2/mod/mod_authn_dbm.html
LoadModule authn_default_module modules/mod_authn_default.so
최후 인증모듈
http://httpd.apache.org/docs/2.2/mod/mod_authn_default.html
LoadModule authz_host_module modules/mod_authz_host.so
호스트 (이름이나 IP 주소)를 사용한 그룹 권한부여
http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html
LoadModule authz_user_module modules/mod_authz_user.so
사용자 권한부여
http://httpd.apache.org/docs/2.2/mod/mod_authz_user.html
LoadModule authz_owner_module modules/mod_authz_owner.so
파일 소유자를 이용한 권한부여
http://httpd.apache.org/docs/2.2/mod/mod_authz_owner.html
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
일반 문자파일을 이용한 그룹 권한부여
http://httpd.apache.org/docs/2.2/mod/mod_authz_groupfile.html
LoadModule authz_dbm_module modules/mod_authz_dbm.so
DBM 파일을 사용한 그룹 인증
http://httpd.apache.org/docs/2.2/mod/mod_authz_dbm.html
LoadModule authz_default_module modules/mod_authz_default.so
최후 권한부여모듈
http://httpd.apache.org/docs/2.2/mod/mod_authz_default.html
LoadModule ldap_module modules/mod_ldap.so
LDAP connection pooling and result caching services for use by other LDAP modules
http://httpd.apache.org/docs/2.2/mod/mod_ldap.html
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
Allows an LDAP directory to be used to store the database for HTTP Basic authentication.
http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html
LoadModule include_module modules/mod_include.so
Server-parsed html documents (Server Side Includes)
http://httpd.apache.org/docs/2.2/mod/mod_include.html
LoadModule log_config_module modules/mod_log_config.so
서버로의 요청을 로그에 기록한다
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html
LoadModule logio_module modules/mod_logio.so
요청당 입출력 바이트수를 기록
http://httpd.apache.org/docs/2.2/mod/mod_logio.html
LoadModule env_module modules/mod_env.so
CGI 스크립트나 SSI 페이지에 전달할 환경변수를 수정한다
http://httpd.apache.org/docs/2.2/mod/mod_env.html
LoadModule ext_filter_module modules/mod_ext_filter.so
응답 내용을 외부 프로그램으로 처리한 후 클라이언트로 보낸다
http://httpd.apache.org/docs/2.2/mod/mod_ext_filter.html
LoadModule mime_magic_module modules/mod_mime_magic.so
Determines the MIME type of a file by looking at a few bytes of its contents
http://httpd.apache.org/docs/2.2/mod/mod_mime_magic.html
LoadModule expires_module modules/mod_expires.so
사용자가 지정한 기준에 따라 Expires와 Cache-Control HTTP 헤더를 생성한다
http://httpd.apache.org/docs/2.2/mod/mod_expires.html
LoadModule deflate_module modules/mod_deflate.so
내용을 클라이언트로 보내기 전에 압축한다
http://httpd.apache.org/docs/2.2/mod/mod_deflate.html
LoadModule headers_module modules/mod_headers.so
HTTP 요청 헤더와 응답 헤더 수정
http://httpd.apache.org/docs/2.2/mod/mod_headers.html
LoadModule usertrack_module modules/mod_usertrack.so
Clickstream logging of user activity on a site
http://httpd.apache.org/docs/2.2/mod/mod_usertrack.html
LoadModule setenvif_module modules/mod_setenvif.so
요청의 성격에 따라 환경변수 설정을 변경한다
http://httpd.apache.org/docs/2.2/mod/mod_setenvif.html
LoadModule mime_module modules/mod_mime.so
Associates the requested filename's extensions with the file's behavior (handlers and filters) and content (mime-type, language, character set and encoding)
http://httpd.apache.org/docs/2.2/mod/mod_mime.html
LoadModule dav_module modules/mod_dav.so
Distributed Authoring and Versioning (WebDAV) 기능
http://httpd.apache.org/docs/2.2/mod/mod_dav.html
LoadModule status_module modules/mod_status.so
서버 활동과 성능에 대한 정보를 제공한다
http://httpd.apache.org/docs/2.2/mod/mod_status.html
LoadModule autoindex_module modules/mod_autoindex.so
자동으로 유닉스의 ls 명령어나 Win32의 dir 쉘명령어와 유사한 디렉토리 목록을 만든다
http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html
LoadModule info_module modules/mod_info.so
서버 설정에 대한 종합적인 정보를 보여준다
http://httpd.apache.org/docs/2.2/mod/mod_info.html
LoadModule dav_fs_module modules/mod_dav_fs.so
mod_dav을 위한 파일시스템 제공자
http://httpd.apache.org/docs/2.2/mod/mod_dav_fs.html
LoadModule vhost_alias_module modules/mod_vhost_alias.so
Provides for dynamically configured mass virtual hosting
http://httpd.apache.org/docs/2.2/mod/mod_vhost_alias.html
LoadModule negotiation_module modules/mod_negotiation.so
Provides for content negotiation
http://httpd.apache.org/docs/2.2/mod/mod_negotiation.html
LoadModule dir_module modules/mod_dir.so
"마지막 슬래쉬" 리다이렉션을 제공하고 디렉토리 index 파일을 서비스한다
http://httpd.apache.org/docs/2.2/mod/mod_dir.html
LoadModule actions_module modules/mod_actions.so
이 모듈은 미디어종류나 요청메서드에 따라 CGI 스크립트를 실행한다.
http://httpd.apache.org/docs/2.2/mod/mod_actions.html
LoadModule speling_module modules/mod_speling.so
사용자가 대소문자를 잘못 사용하거나 맞춤법이 틀리는 것을 한번까지 허용하여 잘못된 URL을 고치려고 시도한다
http://httpd.apache.org/docs/2.2/mod/mod_speling.html
LoadModule userdir_module modules/mod_userdir.so
사용자별 디렉토리
http://httpd.apache.org/docs/2.2/mod/mod_userdir.html
LoadModule alias_module modules/mod_alias.so
파일시스템의 다른 부분들을 문서 계층구조에 포함하고, URL 리다이렉션을 제공한다
http://httpd.apache.org/docs/2.2/mod/mod_alias.html
LoadModule substitute_module modules/mod_substitute.so
Perform search and replace operations on response bodies
http://httpd.apache.org/docs/2.2/mod/mod_substitute.html
LoadModule rewrite_module modules/mod_rewrite.so
Provides a rule-based rewriting engine to rewrite requested URLs on the fly
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html
LoadModule proxy_module modules/mod_proxy.so
HTTP/1.1 proxy/gateway server
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
mod_proxy extension for load balancing
http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
FTP support module for mod_proxy
http://httpd.apache.org/docs/2.2/mod/mod_proxy_ftp.html
LoadModule proxy_http_module modules/mod_proxy_http.so
HTTP support module for mod_proxy
http://httpd.apache.org/docs/2.2/mod/mod_proxy_http.html
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
AJP support module for mod_proxy
http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html
LoadModule proxy_connect_module modules/mod_proxy_connect.so
mod_proxy extension for CONNECT request handling
http://httpd.apache.org/docs/2.2/mod/mod_proxy_connect.html
LoadModule cache_module modules/mod_cache.so
URI를 키로 사용하여 내용을 캐쉬한다
http://httpd.apache.org/docs/2.2/mod/mod_cache.html
LoadModule suexec_module modules/mod_suexec.so
CGI 스크립트를 특정 사용자와 그룹 권한으로 실행한다
http://httpd.apache.org/docs/2.2/mod/mod_suexec.html
LoadModule disk_cache_module modules/mod_disk_cache.so
Content cache storage manager keyed to URIs
http://httpd.apache.org/docs/2.2/mod/mod_disk_cache.html
LoadModule cgi_module modules/mod_cgi.so
CGI 스크립트 실행
http://httpd.apache.org/docs/2.2/mod/mod_cgi.html
LoadModule version_module modules/mod_version.so
버전별 설정
http://httpd.apache.org/docs/2.2/mod/mod_version.html
# The following modules are not loaded by default:
#LoadModule asis_module modules/mod_asis.so
HTTP 헤더를 포함한 파일을 보낸다.
http://httpd.apache.org/docs/2.2/mod/mod_asis.html
#LoadModule authn_dbd_module modules/mod_authn_dbd.so
User authentication using an SQL database
http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html
#LoadModule cern_meta_module modules/mod_cern_meta.so
CERN 웹서버 메타파일 지원
http://httpd.apache.org/docs/2.2/mod/mod_cern_meta.html
#LoadModule cgid_module modules/mod_cgid.so
외부 CGI 데몬을 사용하여 CGI 스크립트를 실행
http://httpd.apache.org/docs/2.2/mod/mod_cgid.html
#LoadModule dbd_module modules/mod_dbd.so
Manages SQL database connections
http://httpd.apache.org/docs/2.2/mod/mod_dbd.html
#LoadModule dumpio_module modules/mod_dumpio.so
Dumps all I/O to error log as desired.
http://httpd.apache.org/docs/2.2/mod/mod_dumpio.html
#LoadModule filter_module modules/mod_filter.so
Context-sensitive smart filter configuration module
http://httpd.apache.org/docs/2.2/mod/mod_filter.html
#LoadModule ident_module modules/mod_ident.so
RFC 1413 ident 검색
http://httpd.apache.org/docs/2.2/mod/mod_ident.html
#LoadModule log_forensic_module modules/mod_log_forensic.so
Forensic Logging of the requests made to the server
http://httpd.apache.org/docs/2.2/mod/mod_log_forensic.html
#LoadModule unique_id_module modules/mod_unique_id.so
각 요청마다 유일한 식별자를 가지는 환경변수를 제공한다
http://httpd.apache.org/docs/2.2/mod/mod_unique_id.html
참조 : 흉내내기
'Server' 카테고리의 다른 글
X-Frame-Options (0) | 2015.08.20 |
---|---|
[리눅스] 로그(Log) (0) | 2015.07.28 |
리눅스 압축 풀기 (0) | 2015.07.10 |
[리눅스] init 명령어 (0) | 2015.07.09 |
[리눅스]top 명령어 (0) | 2015.07.09 |