mod_headers.xml.ko revision 15b0d99a66145e797cbe368bff5e44d5653be5e5
<?xml version="1.0" encoding="EUC-KR" ?>
<!-- English Revision: 151408:395228 (outdated) -->
<!--
Copyright 2004-2006 The Apache Software Foundation or its licensors,
as applicable.
Licensed 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.
-->
<modulesynopsis metafile="mod_headers.xml.meta">
<name>mod_headers</name>
<description>HTTP ��û ����� ���� ��� ����</description>
<status>Extension</status>
<identifier>headers_module</identifier>
<compatibility><directive
module="mod_headers">RequestHeader</directive>�� ����ġ 2.0����
�ִ�</compatibility>
<summary>
<p>�� ����� HTTP ��û ����� ���� ����� �����ϰ� �����ϴ�
���þ���� �����Ѵ�. ����� ��ġ�ų� ��ü, ������ �� �ִ�.</p>
</summary>
<section id="order"><title>ó�� ��</title>
<p><module>mod_headers</module>�� �����ϴ� ���þ�� ����������
���� ��� ��ҿ��� ����� �� ������, <a
href="/sections.html">���� ����</a>���� ���μ� ���þ���
������ ������ ���� �ִ�.</p>
<p>ó����� �߿��ϸ�, �������Ͽ� ���� ��� <a
href="/sections.html#mergin">���� ����</a>�� ������ �´�.
���� �� ���þ �ݴ�� ������ ȿ�� �����.</p>
<example>
RequestHeader append MirrorID "mirror 12"<br />
RequestHeader unset MirrorID
</example>
<p>���� ���� ������ <code>MirrorID</code> ����� ������
�ʴ´�. �ݴ�� ������ MirrorID ����� "mirror 12"�� �����Ѵ�.</p>
</section>
<section id="early"><title>�̸�(early) ó���� ����(late) ó��</title>
<p><module>mod_headers</module>�� ��û �ʱ⳪ ���߿� �����
�� �ִ�. ������ ������ڸ� �����ϱ� ���� ��û �����
�����ϰ� ������ ��Ʈ���� ���� ���� ����� �����ϴ� ����(late)
����� ����Ѵ�. ���� �����ϴ� ���������� �� ���� �����
����϶�.</p>
<p>�̸�(early) ����� �����ڸ� ���� �˻�/���������� ������.
<code>early</code> Ű���带 ����Ͽ� ������ ���þ�� ��û��
ó���ϱ� �����Ҷ� �����Ѵ�. ��, �ٸ� ��û�� ���ǽ����ϰų�
�˻縦 �ϱ����� ����� �� ������, ������ ���ϱ� �� �ٸ�
����� �ҽÿ� ����� ������ �� �ִ�.</p>
<p>��û��ο� ���� ������ ���캸�� �� �̸� ���þ
ó���ϱ���� �̸� ��� ���þ�� �ּ����̳� ����ȣ��Ʈ
�����ҿ����� ����� �� �ִ�. �̸� ���þ�� ��û��ο�
������ �� ������ <code><Directory></code>��
<code><Location></code>���� �����ҿ��� ����� ��
���.</p>
</section>
<section id="examples"><title>����</title>
<ol>
<li>
"TS"�� �����ϴ� ��� ��û ����� ���� ����� �����Ѵ�.
<example>
Header echo ^TS
</example>
</li>
<li>
���信 ��û�� ���� �ð��� ��û�� �����ϴµ� �ɸ� �ð���
�˷��ִ� <code>MyHeader</code> ����� �߰��Ѵ�. Ŭ���̾�Ʈ��
�� ����� ���� ������ ���ϸ� �����ϰų� Ŭ���̾�Ʈ��
�������� �������� ã�� �� �ִ�.
<example>
Header add MyHeader "%D %t"
</example>
<p>���信 ������ ���� ����� ����.</p>
<example>
MyHeader: D=3775428 t=991424704447256
</example>
</li>
<li>
Joe���� �ȳ�
<example>
Header add MyHeader "Hello Joe. It took %D microseconds \<br />
for Apache to serve this request."
</example>
<p>���信 ������ ���� ����� ����.</p>
<example>
MyHeader: Hello Joe. It took D=3775428 microseconds for Apache
to serve this request.
</example>
</li>
<li>
��û�� "MyRequestHeader" ����� �ִ� ��쿡�� ����������
���信 <code>MyHeader</code>�� ������. Ư�� Ŭ���̾�Ʈ���Ը�
���信 ����� �߰��Ҷ� �����ϴ�. �� ������ �����Ϸ���
<module>mod_setenvif</module> ����� �ʿ��ϴ�.
<example>
SetEnvIf MyRequestHeader value HAVE_MyRequestHeader<br />
Header add MyHeader "%D %t mytext" env=HAVE_MyRequestHeader<br />
</example>
<p>HTTP ��û�� <code>MyRequestHeader: value</code> �����
�ִٸ�, ���信 ������ ���� ����� ����.</p>
<example>
MyHeader: D=3775428 t=991424704447256 mytext
</example>
</li>
</ol>
</section>
<directivesynopsis>
<name>RequestHeader</name>
<description>HTTP ��û ����� �����Ѵ�</description>
<syntax>RequestHeader set|append|add|unset <var>header</var>
[<var>value</var>] [early|env=[!]<var>variable</var>]</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context></contextlist>
<override>FileInfo</override>
<usage>
<p>�� ���þ�� HTTP ��û ����� ��ġ�ų� ��ü, �����Ѵ�.
���� �ڵ鷯�� �����ϱ� ���� ����� �����ϱ���� ����
����� ������ �� �ִ�. ù��° �ƱԸ�Ʈ�� ��� ����� �ٸ���.
ù��° �ƱԸ�Ʈ�� �Ʒ� ���� �ϳ��� ����� �� �ִ�.</p>
<dl>
<dt><code>set</code></dt>
<dd>��û ����� �����Ѵ�. ���� �̸����� �̹� ����� �ִٸ�
��ü�Ѵ�</dd>
<dt><code>append</code></dt>
<dd>�̹� �����ϴ� ���� �̸��� ��û ����� �߰��Ѵ�. ����
����� ���ο� ���� ��ġ��, ���� ����� ���ο� �� ���̿�
��ǥ�� ���δ�. �̴� ���� ������� �����ϴ� HTTP ǥ�� ����̴�.</dd>
<dt><code>add</code></dt>
<dd>����� �̹� �ִ��� ��û ����� �߰��Ѵ�. ���� ����
�̸��� ����� �ΰ� (Ȥ�� ����) ��� �� �ִ�. �� ��� �ǿ���
��� ���� �� �ֱ���� ���� ��� <code>append</code>��
����ؾ� �Ѵ�.</dd>
<dt><code>unset</code></dt>
<dd>�̷� �̸��� ��û ����� �ִٸ� �����Ѵ�. ���� �̸���
���� ����� ������ �ִٸ� ��� �����Ѵ�. <var>value</var>��
���� �ʴ´�.</dd>
</dl>
<p>�ƱԸ�Ʈ �ڿ� ������� ���´�. ����� �ڿ� �ݷ��� ����
�� ������, �� �ȴ�. ��ҹ��ڴ� �����Ѵ�. <code>add</code>,
<code>append</code>, <code>set</code>�� ����Ҷ��� ����°
�ƱԸ�Ʈ <var>value</var>�� �ʿ��ϴ�. <var>value</var> �ȿ�
����� �ִٸ� �ֵ��ǥ�� ����� �Ѵ�. unset�� ����Ҷ���
<var>value</var>�� ������ �ȵȴ�. <var>value</var>�� �Ϲ�
���ڿ��̳� ����� ����ϴ� ���ڿ��̸�, �ΰ����� ���� �����
���� �ִ�. �����ϴ� ��ı���ڴ� <directive
module="mod_headers">Header</directive>�� �����Ƿ� �ڼ���
������ �װ��� ����϶�.</p>
<p><directive>RequestHeader</directive> ���þ� �ڿ� �ൿ��
�Ͼ ������ �����ϴ� �߰� �ƱԸ�Ʈ�� <a
href="#early">�̸� ó��</a>�� ���ϴ� Ű����
<code>early</code>�� ���� �� �ִ�. <code>env=<var>...</var></code>
�����Ѵٸ� (Ȥ�� <code>env=!<var>...</var></code>�� ����
ȯ�溯���� �������� �ʴٸ�) <directive>RequestHeader</directive>
���þ �����Ѵ�. ���� ������ ���þ�� ��û�� �ƹ� ������
��ġ�� �ʴ´�.</p>
<p><a href="#early">�̸�</a> ����� �ƴ϶�� fixup �ܰ迡��
��û�� �ش��ϴ� �ڵ鷯�� �����ϱ� ����
<directive>RequestHeader</directive> ���þ ó���Ѵ�.
���� ������ ��� Ȥ�� ����ġ �Է����Ͱ� ����� ����ų�
������ �� �ִ�.</p>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>Header</name>
<description>HTTP ���� ����� �����Ѵ�</description>
<syntax>Header [<var>condition</var>] set|append|add|unset|echo
<var>header</var> [<var>value</var>] [early|env=[!]<var>variable</var>]</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context></contextlist>
<override>FileInfo</override>
<usage>
<p>�� ���þ�� HTTP ���� ����� ��ġ�ų� ��ü, �����Ѵ�.
���� �ڵ鷯�� ��� ���Ͱ� ������ ���Ŀ� ����� �����ϱ����
���� ����� ������ �� �ִ�.</p>
<p><var>condition</var>�� ���������� ����ϸ�, ������
<code>onsuccess</code> Ȥ�� <code>always</code>�� ����Ѵ�.
�̴� � ���� ���ǥ�� ���������� �����Ѵ�.
<code>onsuccess</code>�� <code>2<var>xx</var></code> �����ڵ带
���ϰ�, <code>always</code>�� (<code>2<var>xx</var></code>��
������) ��� �����ڵ带 ���Ѵ�. Ư�� � ����� ������
����� �����ϰ� �ʹٸ�, ���� � ���� ������� �� �������
�Ѵ�.</p>
<p>�ι�° �ƱԸ�Ʈ�� ��� ����� �ٸ���. �ι�° �ƱԸ�Ʈ��
�Ʒ� ���� �ϳ��� ����� �� �ִ�.</p>
<dl>
<dt><code>set</code></dt>
<dd>���� ����� �����Ѵ�. ���� �̸����� �̹� ����� �ִٸ�
��ü�Ѵ�. <var>value</var>�� ��Ĺ��ڿ��� ����� �� �ִ�.</dd>
<dt><code>append</code></dt>
<dd>�̹� �����ϴ� ���� �̸��� ���� ����� �߰��Ѵ�. ����
����� ���ο� ���� ��ġ��, ���� ����� ���ο� �� ���̿�
��ǥ�� ���δ�. �̴� ���� ������� �����ϴ� HTTP ǥ�� ����̴�.</dd>
<dt><code>add</code></dt>
<dd>����� �̹� �ִ��� ���� ����� �߰��Ѵ�. ���� ����
�̸��� ����� �ΰ� (Ȥ�� ����) ��� �� �ִ�. �� ��� �ǿ���
��� ���� �� �ֱ���� ���� ��� <code>append</code>��
����ؾ� �Ѵ�.</dd>
<dt><code>unset</code></dt>
<dd>�̷� �̸��� ���� ����� �ִٸ� �����Ѵ�. ���� �̸���
���� ����� ������ �ִٸ� ��� �����Ѵ�. <var>value</var>��
���� �ʴ´�.</dd>
<dt><code>echo</code></dt>
<dd>�̷� �̸��� ��û ����� �״�� ���� ����� ������.
<var>header</var>�� ����ǥ������ ����� �� �ִ�.
<var>value</var>�� ���� �ʴ´�.</dd>
</dl>
<p>�ƱԸ�Ʈ �ڿ� <var>header</var> �̸��� ���´�. �����
�ڿ� �ݷ��� ���� �� ������, �� �ȴ�. <code>set</code>,
<code>append</code>, <code>add</code>, <code>unset</code>����
��ҹ��ڴ� �����Ѵ�. <code>echo</code>�� <var>header</var>
�̸��� ������ڸ� �����ϰ� ����ǥ������ ����� �� �ִ�.</p>
<p><code>add</code>, <code>append</code>, <code>set</code>��
����Ҷ��� ����° �ƱԸ�Ʈ <var>value</var>�� �ʿ��ϴ�.
<var>value</var> �ȿ� ����� �ִٸ� �ֵ��ǥ�� ����� �Ѵ�.
<var>value</var>�� �Ϲ� ���ڿ��̳� ����� ����ϴ� ���ڿ��̸�,
�ΰ����� ���� ����� ���� �ִ�. <var>value</var>���� �����ϴ�
��ı���ڴ� ������ ����.</p>
<table border="1" style="zebra">
<columnspec><column width=".25"/><column width=".75"/></columnspec>
<tr><th>���</th><th>����</th></tr>
<tr><td><code>%%</code></td>
<td>�ۼ�Ʈ ��ȣ</td></tr>
<tr><td><code>%t</code></td>
<td>��û�� ���� �ð��� ����ǥ�ؽ÷� epoch (1970�� 1��
1��) ���� ���� ����ũ���� ������. �� �տ� <code>t=</code>��
�ٴ´�.</td></tr>
<tr><td><code>%D</code></td>
<td>��û�� ���� �ð����� ����� ��Ʈ���� �������� �ɸ�
�ð�. ��û�� �Ⱓ�� ���. �� �տ� <code>D=</code>��
�ٴ´�.</td></tr>
<tr><td><code>%{FOOBAR}e</code></td>
����.</td></tr>
<tr><td><code>%{FOOBAR}s</code></td>
<td><module>mod_ssl</module>�� �����Ѵٸ�, <a
href="mod_ssl.html#envvars">SSL ȯ�溯��</a>
<code>FOOBAR</code>�� ����.</td></tr>
</table>
<note><title>����</title>
<p><code>%s</code> ��� �����ڴ� ����ġ 2.1 ���Ŀ��� �ִ�.
�� �����ڴ� <code>SSLOptions +StdEnvVars</code>�� ����ϴ�
�δ��� ������� <code>%e</code> ��� ����� �� �ִ�. �
���������� <code>SSLOptions +StdEnvVars</code>�� ����ؾ�
�Ѵٸ�, <code>%e</code>�� <code>%s</code> ���� �ξ� ��
ȿ�����̴�.</p>
</note>
<p><directive>Header</directive> ���þ� �ڿ� �ൿ�� �Ͼ
������ �����ϴ� �߰� �ƱԸ�Ʈ�� <a href="#early">�̸� ó��</a>��
���ϴ� Ű���� <code>early</code>�� ���� �� �ִ�.
<code>env=<var>...</var></code> �ƱԸ�Ʈ�� ����� ��� �ش�
<code>env=!<var>...</var></code>�� ���� ȯ�溯���� ��������
�ʴٸ�) <directive>Header</directive> ���þ �����Ѵ�.
���� ������ ���þ�� ��û�� �ƹ� ������ ��ġ�� �ʴ´�.</p>
<p><a href="#early">�̸�</a> ����� �ƴ϶�� ������ ��Ʈ������
������ ���� <directive>Header</directive> ���þ ó���Ѵ�.
���� ��� ���Ͱ� �߰��ϴ� ����� ������ ��κ��� �����
�����ϰų� ��� �� �ִ�.</p>
</usage>
</directivesynopsis>
</modulesynopsis>