fd-limits.xml.ko revision c3c006c28c5b03892ccaef6e4d2cbb15a13a2072
<?xml version='1.0' encoding='EUC-KR' ?>
<!-- English Revision: 659902:1330878 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manualpage metafile="fd-limits.xml.meta">
<parentdocument href="./">����ȣ��Ʈ</parentdocument>
<title>���ϱ����(file descriptor) �Ѱ�</title>
<summary>
<p>����ȣ��Ʈ�� ���� ����ϰ� �� ����ȣ��Ʈ�� ���� �ٸ�
�α������� �����ϸ�, ����ġ�� ��밡���� ���ϱ����(file
descriptor, ���� <cite>�����ڵ�(file handle)</cite>�̶��
�θ�)�� �� ����� �� �ִ�. ����ġ�� ����ϴ� ���ϱ������
�� ������ ���� �α����ϴ� �Ѱ�, �ٸ� �α����� ���þ��
�Ѱ�, �߰��� ���ο뵵�� 10-20���� ���� ����. ���н� �ü����
���μ����� ����� �� �ִ� ���ϱ���� ������ �����Ѵ�. �� �Ѱ��
���� 64����, ���� �̺��� ū hard-limit���� �ø� �� �ִ�.</p>
<p>����ġ�� �� �Ѱ踦 �ʿ��Ѹ�ŭ �ø����� ������, �����ϴ�
��찡 �ִ�:</p>
<ol>
<li>�ý����� <code>setrlimit()</code> �ý���ȣ����
�������� �ʴ´�.</li>
<li>(Solaris 2.3�� ����) �ý��ۿ���
<code>setrlimit(RLIMIT_NOFILE)</code> �Լ��� ��������
�ʴ´�.</li>
<li>�ʿ��� ���ϱ���� ������ hard limit ���� ����.</li>
<li>(Solaris 2) �ý����� stdio ��Ʈ���� 256������
���ϱ���ڸ��� ����ϵ��� �����ϴ� �� ���ϱ���ڿ�
������ ���Ѵ�.</li>
</ol>
<p>�� ��� �ذ�å��:</p>
<ul>
<li>�α����� ������ ���δ�. <directive type="section"
module="core">VirtualHost</directive> ���ǿ��� �α�������
�������� �ʰ� �� �α������� ����Ѵ�. (�� �ڼ��� �����
�Ʒ� <a href="#splitlogs">�α����� ������</a>�� ����϶�.)</li>
<li>
����ϴ� �ý����� (����) 1��°�� 2��° ��쿡 �ش��Ѵٸ�,
������ ���� ��ũ��Ʈ�� ����ġ�� �����ϱ� �� ���ϱ����
�Ѱ踦 �ø���.
<example>
ulimit -S -n 100<br />
exec httpd</code>
</example>
</li>
</ul>
</summary>
<section id="splitlogs"><title>����� ������</title>
<p>���� ����ȣ��Ʈ�� ���� �α������� ����Ѵٸ� ���߿� ��
����ȣ��Ʈ�� ���м��� ���� �α������� ������ ���� ���̴�.
�� �۾��� ������ ���� �� �� �ִ�.</p>
<p>���� �α� �� ����ȣ��Ʈ ������ �߰��Ѵ�. �̸� ����
<directive module="mod_log_config">LogFormat</directive>
���þ�� <code>%v</code> ������ ����Ѵ�. �� ������ �α�
��Ĺ��ڿ� �տ� �߰��Ѵ�:</p>
<example>
LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost<br />
CustomLog logs/multiple_vhost_log vhost
</example>
<p>���� common �α���� �տ� (<directive
module="core">ServerName</directive> ���þ ������) ����
����ȣ��Ʈ�� �����Ͽ� �α������� ����Ѵ�. (�α�����
��������ǿ� ���� ������ <directive
module="mod_log_config">��������� ����</directive>��
����϶�.)</p>
<p>�α������� (����ȣ��Ʈ�� �� ���Ͼ�) ������ �ʹٸ� <code><a
����Ѵ�. �� ���α��� ����ġ �������� <code>support</code>
���丮�� �ִ�.</p>
<p>������ ���� ���α��� �����Ѵ�:</p>
<example>
split-logfile < /logs/multiple_vhost_log
</example>
<p>����ȣ��Ʈ �α������� ������ �� ���α��� �����ϸ� �α����Ͽ�
������ �� ����ȣ��Ʈ�� ������ �ϳ��� �����. ������ ���ϸ���
</section>
</manualpage>