new_features_2_2.html.ko.euc-kr 9.46 KB
Newer Older
powelld's avatar
powelld committed
<?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>
<meta content="text/html; charset=EUC-KR" http-equiv="Content-Type" />
<!--
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
              This file is generated from xml source: DO NOT EDIT
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
      -->
<title>아파치 2.2의 새로운 기능 개요 - Apache HTTP Server Version 2.4</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 rel="stylesheet" type="text/css" href="./style/css/prettify.css" />
<script src="./style/scripts/prettify.min.js" type="text/javascript">
</script>

<link href="./images/favicon.ico" rel="shortcut icon" /></head>
<body id="manual-page"><div id="page-header">
<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p>
<p class="apache">Apache HTTP Server Version 2.4</p>
<img alt="" src="./images/feather.png" /></div>
<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
<div id="path">
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.4</a></div><div id="page-content"><div id="preamble"><h1>아파치 2.2의 새로운 기능 개요</h1>
<div class="toplang">
<p><span>가능한 언어: </span><a href="./en/new_features_2_2.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="./fr/new_features_2_2.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
<a href="./ko/new_features_2_2.html" title="Korean">&nbsp;ko&nbsp;</a> |
<a href="./pt-br/new_features_2_2.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
<a href="./tr/new_features_2_2.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
</div>
<div class="outofdate">이 문서는 최신판 번역이 아닙니다.
            최근에 변경된 내용은 영어 문서를 참고하세요.</div>

  <p>이 문서는 아파치 웹서버 2.0 버전과 2.2 버전간의 주된 차이점을
     설명한다. 1.3 버전 이후의 새로운 기능은 <a href="new_features_2_0.html">2.0 새로운 기능</a> 문서를
     참고하라.</p>
</div>
<div id="quickview"><a href="https://www.apache.org/foundation/contributing.html" class="badge"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support Apache!" /></a><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#core">핵심 부분에서 나아진 점</a></li>
<li><img alt="" src="./images/down.gif" /> <a href="#module">모듈에서 나아진 점</a></li>
<li><img alt="" src="./images/down.gif" /> <a href="#developer">모듈 개발자에게 달라진 점</a></li>
</ul><h3>참고</h3><ul class="seealso"><li><a href="#comments_section">Comments</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 name="core" id="core">핵심 부분에서 나아진 점</a></h2>
    
    <dl>

      <dt>Authn/Authz</dt>
      <dd>...</dd>

      <dt>캐쉬</dt>
      <dd>...</dd>

      <dt>프록시</dt>
      <dd>새로운 <code class="module"><a href="./mod/mod_proxy_balancer.html">mod_proxy_balancer</a></code> 모듈이
      <code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code>를 위한 부하분산 서비스를 제공한다.
      새로운 <code class="module"><a href="./mod/mod_proxy_ajp.html">mod_proxy_ajp</a></code> 모듈은 <a href="http://tomcat.apache.org/">아파치 톰캣</a>
      사용하는 <code>Apache JServ Protocol 1.3 버전</code>
      지원한다.</dd>

      <dt>똑똑한 필터</dt>
      <dd><code class="module"><a href="./mod/mod_filter.html">mod_filter</a></code>는 출력필터순서를 동적으로
      설정할 수 있다. 그래서 요청 헤더, 응답 헤더, 환경변수에
      따라 선택적으로 필터를 사용할 수 있고, 2.0 구조의 의심스러운
      의존관계와 순서 문제를 덜어준다.</dd>

    </dl>
  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">
<h2><a name="module" id="module">모듈에서 나아진 점</a></h2>
    
    <dl>
      <dt><code class="module"><a href="./mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code></dt>
      <dd>이 모듈은 2.0의 <code>mod_auth_ldap</code> 모듈을
      2.2의 <code>Authn/Authz</code> 구조로 옮긴 것이다. <code class="directive"><a href="./mod/core.html#require">Require</a></code> 지시어에서 LDAP
      속성(attribute) 값과 복잡한 검색 필터를 사용할 수 있는
      기능이 추가되었다.</dd>

      <dt><code class="module"><a href="./mod/mod_info.html">mod_info</a></code></dt>
      <dd>아파치가 읽어들인 설정지시어를 파일명과 줄번호와 같이
      보여주는 <code>?config</code> 아규먼트가 추가되었다. 모듈은
      모든 요청 훅(hook)의 순서와 <code>httpd -V</code>와 비슷한
      컴파일 정보도 보여준다.</dd>
    </dl>
  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">
<h2><a name="developer" id="developer">모듈 개발자에게 달라진 점</a></h2>
    
    <dl>
      <dt>APR 1.0 API</dt>

      <dd>아파치 2.2는 APR 1.0 API를 사용한다. <code>APR</code>
      <code>APR-Util</code>에서 없어지기로 예정되었던 함수와
      심볼이 모두 없어졌다. 자세한 내용은 <a href="http://apr.apache.org/">APR 웹사이트</a>를 참고하라.</dd>

      <dt>연결 오류 로그 기록</dt>

      <dd>클라이언트와 연결에 발생한 오류를 로그에 기록하기위해
      함수 <code>ap_log_cerror</code>를 새로 추가했다. 로그에
      기록하면 문구에 클라이언트 IP 주소가 나온다.</dd>

      <dt>설정 테스트용 훅 추가</dt>

      <dd>사용자가 httpd에 <code>-t</code> 옵션을 사용한 경우에만
      모듈이 특별한 코드를 실행하도록 훅 <code>test_config</code>
      새로 추가했다.</dd>

      <dt>쓰레드기반 MPM의 스택크기 지정</dt>

      <dd>모든 쓰레드기반 MPM의 스택크기를 지정하기위해
      <code>ThreadStackSize</code> 지시어를 새로 추가했다. 쓰레드
      스택크기 기본값이 작은 플레폼에서 일부 제삼자가 만든 모듈을
      사용할 경우에 필요하다.</dd>

      <dt>출력필터를 위한 프로토콜 처리</dt>

      <dd>전에는 모든 필터에게 자신이 처리한 응답에 올바른 응답
      헤더를 생성하는지 확인할 책임이 있었다. 이제 필터는
      <code>ap_register_output_filter_protocol</code> 혹은
      <code>ap_filter_protocol</code> 호출을 사용하여 일상적인
      프로토콜 관리를 <code class="module"><a href="./mod/mod_filter.html">mod_filter</a></code>에게 떠넘길
      수 있다.</dd>
    </dl>
  </div></div>
<div class="bottomlang">
<p><span>가능한 언어: </span><a href="./en/new_features_2_2.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="./fr/new_features_2_2.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
<a href="./ko/new_features_2_2.html" title="Korean">&nbsp;ko&nbsp;</a> |
<a href="./pt-br/new_features_2_2.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
<a href="./tr/new_features_2_2.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
</div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
<script type="text/javascript"><!--//--><![CDATA[//><!--
var comments_shortname = 'httpd';
var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html';
(function(w, d) {
    if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
        d.write('<div id="comments_thread"><\/div>');
        var s = d.createElement('script');
        s.type = 'text/javascript';
        s.async = true;
        s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
        (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
    }
    else { 
        d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
    }
})(window, document);
//--><!]]></script></div><div id="footer">
<p class="apache">Copyright 2017 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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
if (typeof(prettyPrint) !== 'undefined') {
    prettyPrint();
}
//--><!]]></script>
</body></html>