mirror of
https://github.com/apache/httpd.git
synced 2025-06-03 10:42:03 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432667 13f79535-47bb-0310-9956-ffa450edef68
181 lines
15 KiB
XML
181 lines
15 KiB
XML
<?xml version="1.0" encoding="EUC-KR"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!--
|
|
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
This file is generated from xml source: DO NOT EDIT
|
|
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
-->
|
|
<title>모듈 목록 - Apache HTTP Server</title>
|
|
<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
|
|
<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
|
|
<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
|
|
<link href="../images/favicon.ico" rel="shortcut icon" /></head>
|
|
<body id="module-index"><div id="page-header">
|
|
<p class="menu"><a href="../mod/">모듈</a> | <a href="../mod/directives.html">지시어들</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">용어</a> | <a href="../sitemap.html">사이트맵</a></p>
|
|
<p class="apache">Apache HTTP Server Version 2.3</p>
|
|
<img alt="" src="../images/feather.gif" /></div>
|
|
<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
|
|
<div id="path">
|
|
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>모듈 목록</h1>
|
|
<div class="toplang">
|
|
<p><span>가능한 언어: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
|
|
<a href="../en/mod/" hreflang="en" rel="alternate" title="English"> en </a> |
|
|
<a href="../es/mod/" hreflang="es" rel="alternate" title="Español"> es </a> |
|
|
<a href="../ja/mod/" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
|
|
<a href="../ko/mod/" title="Korean"> ko </a></p>
|
|
</div>
|
|
|
|
<p>
|
|
다음은 아파치 배포본에 포함된 모든 모듈 목록이다. <a href="directives.html">모든 아파치 지시어</a> 목록도
|
|
참고하라.
|
|
</p>
|
|
</div>
|
|
<div id="quickview"><ul id="toc">
|
|
<li><img alt="" src="../images/down.gif" /> <a href="#core">핵심 기능과 다중처리 모듈</a></li><li><img alt="" src="../images/down.gif" /> <a href="#other">다른 모듈</a></li></ul><h3>참고</h3>
|
|
<ul class="seealso">
|
|
<li><a href="../mpm.html">다중처리모듈 (MPM)</a>
|
|
</li>
|
|
<li><a href="quickreference.html">지시어 빠른참고</a>
|
|
</li>
|
|
</ul></div>
|
|
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
|
<div class="section"><h2><a id="core" name="core">핵심 기능과 다중처리 모듈</a></h2>
|
|
<dl>
|
|
<dt><a href="core.html">core</a></dt><dd>Core Apache HTTP Server features that are always
|
|
available</dd>
|
|
<dt><a href="mpm_common.html">mpm_common</a></dt><dd class="separate">A collection of directives that are implemented by
|
|
more than one multi-processing module (MPM)</dd>
|
|
<dt><a href="beos.html">beos</a></dt><dd>BeOS에 최적화된 다중처리 모듈.</dd>
|
|
<dt><a href="event.html">event</a></dt><dd>An experimental variant of the standard <code class="module"><a href="../mod/worker.html">worker</a></code>
|
|
MPM</dd>
|
|
<dt><a href="leader.html">leader</a></dt><dd>표준 <code class="module"><a href="../mod/worker.html">worker</a></code> MPM의 실험적인 변형</dd>
|
|
<dt><a href="mpm_netware.html">mpm_netware</a></dt><dd>Multi-Processing Module implementing an exclusively threaded web
|
|
server optimized for Novell NetWare</dd>
|
|
<dt><a href="mpmt_os2.html">mpmt_os2</a></dt><dd>Hybrid multi-process, multi-threaded MPM for OS/2</dd>
|
|
<dt><a href="perchild.html">perchild</a></dt><dd>Multi-Processing Module allowing for daemon processes serving
|
|
requests to be assigned a variety of different userids</dd>
|
|
<dt><a href="prefork.html">prefork</a></dt><dd>Implements a non-threaded, pre-forking web server</dd>
|
|
<dt><a href="threadpool.html">threadpool</a></dt><dd>Yet another experimental variant of the standard
|
|
<code class="module"><a href="../mod/worker.html">worker</a></code> MPM</dd>
|
|
<dt><a href="mpm_winnt.html">mpm_winnt</a></dt><dd>This Multi-Processing Module is optimized for Windows
|
|
NT.</dd>
|
|
<dt><a href="worker.html">worker</a></dt><dd>Multi-Processing Module implementing a hybrid
|
|
multi-threaded multi-process web server</dd>
|
|
</dl></div>
|
|
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
|
<div class="section"><h2><a id="other" name="other">다른 모듈</a></h2>
|
|
<p class="letters"><a href="#A"> A </a> | <a href="#C"> C </a> | <a href="#D"> D </a> | <a href="#E"> E </a> | <a href="#F"> F </a> | <a href="#H"> H </a> | <a href="#I"> I </a> | <a href="#L"> L </a> | <a href="#M"> M </a> | <a href="#N"> N </a> | <a href="#P"> P </a> | <a href="#R"> R </a> | <a href="#S"> S </a> | <a href="#U"> U </a> | <a href="#V"> V </a></p>
|
|
<dl><dt><a href="mod_access_compat.html" id="A" name="A">mod_access_compat</a></dt><dd>Group authorizations based on host (name or IP
|
|
address)</dd>
|
|
<dt><a href="mod_actions.html">mod_actions</a></dt><dd>이 모듈은 미디어종류나 요청메서드에 따라 CGI
|
|
스크립트를 실행한다.</dd>
|
|
<dt><a href="mod_alias.html">mod_alias</a></dt><dd>파일시스템의 다른 부분들을 문서 계층구조에 포함하고,
|
|
URL 리다이렉션을 제공한다</dd>
|
|
<dt><a href="mod_asis.html">mod_asis</a></dt><dd>HTTP 헤더를 포함한 파일을 보낸다</dd>
|
|
<dt><a href="mod_auth_basic.html">mod_auth_basic</a></dt><dd>Basic authentication</dd>
|
|
<dt><a href="mod_auth_digest.html">mod_auth_digest</a></dt><dd>MD5 Digest Authentication을 사용한 사용자인증.</dd>
|
|
<dt><a href="mod_authn_anon.html">mod_authn_anon</a></dt><dd>인증영역에 "익명(anonymous)" 사용자의 접근을
|
|
허용한다</dd>
|
|
<dt><a href="mod_authn_core.html">mod_authn_core</a></dt><dd>Core Authentication</dd>
|
|
<dt><a href="mod_authn_dbd.html">mod_authn_dbd</a></dt><dd>User authentication using an SQL database</dd>
|
|
<dt><a href="mod_authn_dbm.html">mod_authn_dbm</a></dt><dd>DBM 파일을 사용한 사용자 인증</dd>
|
|
<dt><a href="mod_authn_default.html">mod_authn_default</a></dt><dd>최후 인증모듈</dd>
|
|
<dt><a href="mod_authn_file.html">mod_authn_file</a></dt><dd>문자파일을 이용한 사용자 인증</dd>
|
|
<dt><a href="mod_authnz_ldap.html">mod_authnz_ldap</a></dt><dd>Allows an LDAP directory to be used to store the database
|
|
for HTTP Basic authentication.</dd>
|
|
<dt><a href="mod_authz_core.html">mod_authz_core</a></dt><dd>Core Authorization</dd>
|
|
<dt><a href="mod_authz_dbd.html">mod_authz_dbd</a></dt><dd>Group Authorization and Login using SQL</dd>
|
|
<dt><a href="mod_authz_dbm.html">mod_authz_dbm</a></dt><dd>DBM 파일을 사용한 그룹 인증</dd>
|
|
<dt><a href="mod_authz_default.html">mod_authz_default</a></dt><dd>최후 권한부여모듈</dd>
|
|
<dt><a href="mod_authz_groupfile.html">mod_authz_groupfile</a></dt><dd>일반 문자파일을 이용한 그룹 권한부여</dd>
|
|
<dt><a href="mod_authz_host.html">mod_authz_host</a></dt><dd>호스트 (이름이나 IP 주소)를 사용한 그룹 권한부여</dd>
|
|
<dt><a href="mod_authz_owner.html">mod_authz_owner</a></dt><dd>파일 소유자를 이용한 권한부여</dd>
|
|
<dt><a href="mod_authz_user.html">mod_authz_user</a></dt><dd>사용자 권한부여</dd>
|
|
<dt><a href="mod_autoindex.html">mod_autoindex</a></dt><dd>자동으로 유닉스의 <code>ls</code> 명령어나 Win32의
|
|
<code>dir</code> 쉘명령어와 유사한 디렉토리 목록을 만든다</dd>
|
|
<dt><a href="mod_cache.html" id="C" name="C">mod_cache</a></dt><dd>URI를 키로 사용하여 내용을 캐쉬한다.</dd>
|
|
<dt><a href="mod_cern_meta.html">mod_cern_meta</a></dt><dd>CERN 웹서버 메타파일 지원</dd>
|
|
<dt><a href="mod_cgi.html">mod_cgi</a></dt><dd>CGI 스크립트 실행</dd>
|
|
<dt><a href="mod_cgid.html">mod_cgid</a></dt><dd>외부 CGI 데몬을 사용하여 CGI 스크립트를 실행</dd>
|
|
<dt><a href="mod_charset_lite.html">mod_charset_lite</a></dt><dd>문자집합 변환을 지정</dd>
|
|
<dt><a href="mod_dav.html" id="D" name="D">mod_dav</a></dt><dd>Distributed Authoring and Versioning
|
|
(<a href="http://www.webdav.org/">WebDAV</a>) 기능</dd>
|
|
<dt><a href="mod_dav_fs.html">mod_dav_fs</a></dt><dd><code class="module"><a href="../mod/mod_dav.html">mod_dav</a></code>을 위한 파일시스템 제공자</dd>
|
|
<dt><a href="mod_dav_lock.html">mod_dav_lock</a></dt><dd>generic locking module for <code class="module"><a href="../mod/mod_dav.html">mod_dav</a></code></dd>
|
|
<dt><a href="mod_dbd.html">mod_dbd</a></dt><dd>Manages SQL database connections</dd>
|
|
<dt><a href="mod_deflate.html">mod_deflate</a></dt><dd>내용을 클라이언트로 보내기 전에 압축한다</dd>
|
|
<dt><a href="mod_dir.html">mod_dir</a></dt><dd>"마지막 슬래쉬" 리다이렉션을 제공하고 디렉토리
|
|
index 파일을 서비스한다</dd>
|
|
<dt><a href="mod_disk_cache.html">mod_disk_cache</a></dt><dd>Content cache storage manager keyed to URIs</dd>
|
|
<dt><a href="mod_dumpio.html">mod_dumpio</a></dt><dd>Dumps all I/O to error log as desired.</dd>
|
|
<dt><a href="mod_echo.html" id="E" name="E">mod_echo</a></dt><dd>프로토콜 모듈을 설명하기위한 간단한 echo 서버</dd>
|
|
<dt><a href="mod_env.html">mod_env</a></dt><dd>CGI 스크립트나 SSI 페이지에 전달할 환경변수를
|
|
수정한다</dd>
|
|
<dt><a href="mod_example.html">mod_example</a></dt><dd>아파치 모듈 API를 설명한다</dd>
|
|
<dt><a href="mod_expires.html">mod_expires</a></dt><dd>사용자가 지정한 기준에 따라 <code>Expires</code>와
|
|
<code>Cache-Control</code> HTTP 헤더를 생성한다</dd>
|
|
<dt><a href="mod_ext_filter.html">mod_ext_filter</a></dt><dd>응답 내용을 외부 프로그램으로 처리한 후 클라이언트로
|
|
보낸다</dd>
|
|
<dt><a href="mod_file_cache.html" id="F" name="F">mod_file_cache</a></dt><dd>메모리에 정적 파일들을 캐쉬</dd>
|
|
<dt><a href="mod_filter.html">mod_filter</a></dt><dd>Context-sensitive smart filter configuration module</dd>
|
|
<dt><a href="mod_headers.html" id="H" name="H">mod_headers</a></dt><dd>HTTP 요청 헤더와 응답 헤더 수정</dd>
|
|
<dt><a href="mod_ident.html" id="I" name="I">mod_ident</a></dt><dd>RFC 1413 ident 검색</dd>
|
|
<dt><a href="mod_imagemap.html">mod_imagemap</a></dt><dd>서버측 이미지맵(imagemap) 처리</dd>
|
|
<dt><a href="mod_include.html">mod_include</a></dt><dd>Server-parsed html documents (Server Side Includes)</dd>
|
|
<dt><a href="mod_info.html">mod_info</a></dt><dd>서버 설정에 대한 종합적인 정보를 보여준다</dd>
|
|
<dt><a href="mod_isapi.html">mod_isapi</a></dt><dd>Windows용 아파치에서 ISAPI Extension 사용</dd>
|
|
<dt><a href="mod_ldap.html" id="L" name="L">mod_ldap</a></dt><dd>LDAP connection pooling and result caching services for use
|
|
by other LDAP modules</dd>
|
|
<dt><a href="mod_log_config.html">mod_log_config</a></dt><dd>서버로의 요청을 로그에 기록한다</dd>
|
|
<dt><a href="mod_log_forensic.html">mod_log_forensic</a></dt><dd>Forensic Logging of the requests made to the server</dd>
|
|
<dt><a href="mod_logio.html">mod_logio</a></dt><dd>요청당 입출력 바이트수를 기록</dd>
|
|
<dt><a href="mod_mem_cache.html" id="M" name="M">mod_mem_cache</a></dt><dd>URI를 키로 사용하여 내용을 캐쉬한다.</dd>
|
|
<dt><a href="mod_mime.html">mod_mime</a></dt><dd>Associates the requested filename's extensions
|
|
with the file's behavior (handlers and filters)
|
|
and content (mime-type, language, character set and
|
|
encoding)</dd>
|
|
<dt><a href="mod_mime_magic.html">mod_mime_magic</a></dt><dd>Determines the MIME type of a file
|
|
by looking at a few bytes of its contents</dd>
|
|
<dt><a href="mod_negotiation.html" id="N" name="N">mod_negotiation</a></dt><dd>Provides for <a href="../content-negotiation.html">content negotiation</a></dd>
|
|
<dt><a href="mod_nw_ssl.html">mod_nw_ssl</a></dt><dd>Enable SSL encryption for NetWare</dd>
|
|
<dt><a href="mod_proxy.html" id="P" name="P">mod_proxy</a></dt><dd>HTTP/1.1 proxy/gateway server</dd>
|
|
<dt><a href="mod_proxy_ajp.html">mod_proxy_ajp</a></dt><dd>AJP support module for
|
|
<code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
|
|
<dt><a href="mod_proxy_balancer.html">mod_proxy_balancer</a></dt><dd><code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> extension for load balancing </dd>
|
|
<dt><a href="mod_proxy_connect.html">mod_proxy_connect</a></dt><dd><code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> extension for
|
|
<code>CONNECT</code> request handling</dd>
|
|
<dt><a href="mod_proxy_ftp.html">mod_proxy_ftp</a></dt><dd>FTP support module for
|
|
<code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
|
|
<dt><a href="mod_proxy_http.html">mod_proxy_http</a></dt><dd>HTTP support module for
|
|
<code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
|
|
<dt><a href="mod_rewrite.html" id="R" name="R">mod_rewrite</a></dt><dd>Provides a rule-based rewriting engine to rewrite requested
|
|
URLs on the fly</dd>
|
|
<dt><a href="mod_setenvif.html" id="S" name="S">mod_setenvif</a></dt><dd>요청의 성격에 따라 환경변수 설정을 변경한다</dd>
|
|
<dt><a href="mod_so.html">mod_so</a></dt><dd>시작할때 혹은 재시작할때 실행가능한 코드와 모듈을
|
|
서버로 읽어들인다</dd>
|
|
<dt><a href="mod_speling.html">mod_speling</a></dt><dd>사용자가 대소문자를 잘못 사용하거나 맞춤법이 틀리는
|
|
것을 한번까지 허용하여 잘못된 URL을 고치려고 시도한다</dd>
|
|
<dt><a href="mod_ssl.html">mod_ssl</a></dt><dd>Strong cryptography using the Secure Sockets
|
|
Layer (SSL) and Transport Layer Security (TLS) protocols</dd>
|
|
<dt><a href="mod_status.html">mod_status</a></dt><dd>서버 활동과 성능에 대한 정보를 제공한다</dd>
|
|
<dt><a href="mod_suexec.html">mod_suexec</a></dt><dd>CGI 스크립트를 특정 사용자와 그룹 권한으로 실행한다</dd>
|
|
<dt><a href="mod_unique_id.html" id="U" name="U">mod_unique_id</a></dt><dd>각 요청마다 유일한 식별자를 가지는 환경변수를
|
|
제공한다</dd>
|
|
<dt><a href="mod_userdir.html">mod_userdir</a></dt><dd>사용자별 디렉토리</dd>
|
|
<dt><a href="mod_usertrack.html">mod_usertrack</a></dt><dd>
|
|
<em>Clickstream</em> logging of user activity on a site
|
|
</dd>
|
|
<dt><a href="mod_version.html" id="V" name="V">mod_version</a></dt><dd>버전별 설정</dd>
|
|
<dt><a href="mod_vhost_alias.html">mod_vhost_alias</a></dt><dd>Provides for dynamically configured mass virtual
|
|
hosting</dd>
|
|
</dl></div></div>
|
|
<div class="bottomlang">
|
|
<p><span>가능한 언어: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
|
|
<a href="../en/mod/" hreflang="en" rel="alternate" title="English"> en </a> |
|
|
<a href="../es/mod/" hreflang="es" rel="alternate" title="Español"> es </a> |
|
|
<a href="../ja/mod/" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
|
|
<a href="../ko/mod/" title="Korean"> ko </a></p>
|
|
</div><div id="footer">
|
|
<p class="apache">Copyright 2006 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
|
|
<p class="menu"><a href="../mod/">모듈</a> | <a href="../mod/directives.html">지시어들</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">용어</a> | <a href="../sitemap.html">사이트맵</a></p></div>
|
|
</body></html> |