1<?xml version="1.0" encoding="EUC-KR"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!--
4        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5              This file is generated from xml source: DO NOT EDIT
6        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7      -->
8<title>���ϱ����(file descriptor) �Ѱ� - Apache HTTP Server</title>
9<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11<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" />
12<script src="/style/scripts/prettify.min.js" type="text/javascript">
13</script>
14
15<link href="/images/favicon.ico" rel="shortcut icon" /></head>
16<body id="manual-page" class="no-sidebar"><div id="page-header">
17<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>
18<p class="apache">Apache HTTP Server Version 2.4</p>
19<img alt="" src="/images/feather.gif" /></div>
20<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
21<div id="path">
22<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> &gt; <a href="./">����ȣ��Ʈ</a></div><div id="page-content"><div id="preamble"><h1>���ϱ����(file descriptor) �Ѱ�</h1>
23<div class="toplang">
24<p><span>������ ���: </span><a href="/en/vhosts/fd-limits.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
25<a href="/fr/vhosts/fd-limits.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
26<a href="/ja/vhosts/fd-limits.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
27<a href="/ko/vhosts/fd-limits.html" title="Korean">&nbsp;ko&nbsp;</a> |
28<a href="/tr/vhosts/fd-limits.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
29</div>
30<div class="outofdate">�� ������ �ֽ��� ���� �ƴմϴ�.
31            �ֱٿ� ����� ������ ���� ������ ����ϼ���.</div>
32
33
34    <p>����ȣ��Ʈ�� ���� ����ϰ� �� ����ȣ��Ʈ�� ���� �ٸ�
35    �α������� �����ϸ�, ����ġ�� ��밡���� ���ϱ����(file
36    descriptor, ���� <cite>�����ڵ�(file handle)</cite>�̶��
37    �θ�)�� �� ����� �� �ִ�. ����ġ�� ����ϴ� ���ϱ������
38    �� ������ ���� �α����ϴ� �Ѱ�, �ٸ� �α����� ���þ��
39    �Ѱ�, �߰��� ���ο뵵�� 10-20���� ���� ����. ���н� �ü����
40    ���μ����� ����� �� �ִ� ���ϱ���� ������ �����Ѵ�. �� �Ѱ��
41    ���� 64����, ���� �̺��� ū hard-limit���� �ø� �� �ִ�.</p>
42
43    <p>����ġ�� �� �Ѱ踦 �ʿ��Ѹ�ŭ �ø����� ������, �����ϴ�
44    ��찡 �ִ�:</p>
45
46    <ol>
47      <li>�ý����� <code>setrlimit()</code> �ý���ȣ����
48      �������� �ʴ´�.</li>
49
50      <li>(Solaris 2.3�� ����) �ý��ۿ���
51      <code>setrlimit(RLIMIT_NOFILE)</code> �Լ��� ��������
52      �ʴ´�.</li>
53
54      <li>�ʿ��� ���ϱ���� ������ hard limit ���� ����.</li>
55      
56      <li>(Solaris 2) �ý����� stdio ��Ʈ���� 256������
57      ���ϱ���ڸ��� ����ϵ��� �����ϴ� �� ���ϱ���ڿ�
58      ������ ���Ѵ�.</li>
59    </ol>
60
61    <p>�� ��� �ذ�å��:</p>
62
63    <ul>
64      <li>�α����� ������ ���δ�. <code class="directive"><a href="/mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> ���ǿ��� �α�������
65      �������� �ʰ� �� �α������� ����Ѵ�. (�� �ڼ��� �����
66      �Ʒ� <a href="#splitlogs">�α����� ������</a>�� ����϶�.)</li>
67
68      <li>
69        ����ϴ� �ý����� (����) 1��°�� 2��° ��쿡 �ش��Ѵٸ�,
70        ������ ���� ��ũ��Ʈ�� ����ġ�� �����ϱ� �� ���ϱ����
71        �Ѱ踦 �ø���.
72
73        <div class="example"><p><code>
74          <code>#!/bin/sh<br />
75           ulimit -S -n 100<br />
76           exec httpd</code>
77        </code></p></div>
78      </li>
79    </ul>
80
81</div>
82<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
83<div class="section">
84<h2><a name="splitlogs" id="splitlogs">����� ������</a></h2>
85
86<p>���� ����ȣ��Ʈ�� ���� �α������� ����Ѵٸ� ���߿� ��
87����ȣ��Ʈ�� ���м��� ���� �α������� ������ ���� ���̴�.
88�� �۾��� ������ ���� �� �� �ִ�.</p>
89
90<p>���� �α� �׸� ����ȣ��Ʈ ������ �߰��Ѵ�. �̸� ����
91<code class="directive"><a href="/mod/mod_log_config.html#logformat">LogFormat</a></code>
92���þ�� <code>%v</code> ������ ����Ѵ�. �� ������ �α�
93��Ĺ��ڿ� �տ� �߰��Ѵ�:</p>
94
95<div class="example"><p><code>
96LogFormat "%v %h %l %u %t \"%r\" %&gt;s %b" vhost<br />
97CustomLog logs/multiple_vhost_log vhost
98</code></p></div>
99
100<p>�׷��� common �α���� �տ� (<code class="directive"><a href="/mod/core.html#servername">ServerName</a></code> ���þ ������) ����
101����ȣ��Ʈ�� �����Ͽ� �α������� ����Ѵ�. (�α�����
102��������ǿ� ���� ������ <code class="directive"><a href="/mod/mod_log_config.html#��������� �α����">��������� �α����</a></code>��
103����϶�.)</p>
104
105<p>�α������� (����ȣ��Ʈ�� �� ���Ͼ�) ������ �ʹٸ� <code><a href="/programs/other.html">split-logfile</a></code> ���α׷���
106����Ѵ�. �� ���α׷��� ����ġ �������� <code>support</code>
107���丮�� �ִ�.</p>
108
109<p>������ ���� ���α׷��� �����Ѵ�:</p>
110
111<div class="example"><p><code>
112split-logfile &lt; /logs/multiple_vhost_log
113</code></p></div>
114
115<p>����ȣ��Ʈ �α������� ������ �� ���α׷��� �����ϸ� �α����Ͽ�
116������ �� ����ȣ��Ʈ�� ������ �ϳ��� �����. ������ ���ϸ���
117<code>hostname.log</code>�̴�.</p>
118
119</div></div>
120<div class="bottomlang">
121<p><span>������ ���: </span><a href="/en/vhosts/fd-limits.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
122<a href="/fr/vhosts/fd-limits.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
123<a href="/ja/vhosts/fd-limits.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
124<a href="/ko/vhosts/fd-limits.html" title="Korean">&nbsp;ko&nbsp;</a> |
125<a href="/tr/vhosts/fd-limits.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
126</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>
127<script type="text/javascript"><!--//--><![CDATA[//><!--
128var comments_shortname = 'httpd';
129var comments_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/fd-limits.html';
130(function(w, d) {
131    if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
132        d.write('<div id="comments_thread"><\/div>');
133        var s = d.createElement('script');
134        s.type = 'text/javascript';
135        s.async = true;
136        s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
137        (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
138    }
139    else { 
140        d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
141    }
142})(window, document);
143//--><!]]></script></div><div id="footer">
144<p class="apache">Copyright 2014 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>
145<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[//><!--
146if (typeof(prettyPrint) !== 'undefined') {
147    prettyPrint();
148}
149//--><!]]></script>
150</body></html>