mod_version.xml.ko revision 734b788a9d97cb637eda7a50c36853ae426a8655
<?xml version="1.0" encoding="EUC-KR" ?>
<!-- English Revision: 105989:326136 (outdated) -->
<!--
Copyright 2004-2005 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_version.xml.meta">
<name>mod_version</name>
<description>���� ����</description>
<status>Extension</status>
<identifier>version_module</identifier>
<compatibility>����ġ 2.1 ���ĺ���</compatibility>
<summary>
<p>���� �ٸ� ������ ����� ������ �ٷ��� �� ū ��Ʈ����
��Ʈ������ ����ϱ����� �� ����� ������. �� �����
���� �� ����ǥ������ ����Ͽ� �����ο� ���� �˻簡 ������
<directive type="section" module="mod_version">IfVersion</directive>��
�����Ѵ�.</p>
<example><title>����</title>
<IfVersion 2.1.0><br />
<indent>
# ���� ������ ������ ��Ȯ�� 2.1.0�̴�<br />
</indent>
</IfVersion><br />
<br />
<IfVersion >= 2.2><br />
<indent>
# ��¥ ���ο� ����� ����Ѵ� :-)<br />
</indent>
</IfVersion>
</example>
<p>�ٸ� ������ �Ʒ��� ����Ѵ�.</p>
</summary>
<directivesynopsis type="section">
<name>IfVersion</name>
<description>���� ������ ���´�</description>
<syntax><IfVersion [[!]<var>operator</var>] <var>version</var>> ...
</IfVersion></syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context></contextlist>
<override>All</override>
<usage>
<p><directive type="section">IfVersion</directive> ������
������ ������ ���ϴ� ������ �����Ҷ��� ������ ���� ���þ
���´�. �Ϲ����� (����) ���� ��� <var>version</var> �ƱԸ�Ʈ��
<code>2.1.0</code>�̳� <code>2.2</code>�� ����
<code><var>major</var>[.<var>minor</var>[.<var>patch</var>]]</code>
����̴�. <var>minor</var>�� <var>patch</var>�� �� �ȴ�.
�̵� ���ڰ� ��ٸ� 0�̶�� �����Ѵ�. ������ ���� ����
<var>operator</var>�� �����ϴ�.</p>
<table style="zebra" border="1">
<tr><th><var>operator</var></th><th>����</th></tr>
<tr><td><code>=</code> Ȥ�� <code>==</code></td>
<td>������ ������ ����</td></tr>
<tr><td><code>></code></td>
<td>���� ū ������ ����</td></tr>
<tr><td><code>>=</code></td>
<td>ũ�ų� ���� ������ ����</td></tr>
<tr><td><code><</code></td>
<td>���� ���� ������ ����</td></tr>
<tr><td><code><=</code></td>
<td>�۰ų� ���� ������ ����</td></tr>
</table>
<example><title>����</title>
<IfVersion >= 2.1><br />
<indent>
# ������ 2.1.0 ���� ũ�ų� ��������<br />
# �����Ѵ�.<br />
</indent>
</IfVersion>
</example>
<p>���� �ܿ��� ����ǥ������ ����Ͽ� ������ ������ ������
�� �ִ�. ����� �ΰ��� ����� �ִ�.</p>
<table style="zebra" border="1">
<tr><th><var>operator</var></th><th>����</th></tr>
<tr><td><code>=</code> Ȥ�� <code>==</code></td>
<td><var>version</var>��
<code>/<var>regex</var>/</code> ����̴�</td></tr>
<tr><td><code>~</code></td>
<td><var>version</var>��
<code><var>regex</var></code> ����̴�</td></tr>
</table>
<example><title>����</title>
<IfVersion = /^2.1.[01234]$/><br />
<indent>
# ���� ���, ��� ���װ� �ִ� Ư�� ���� ���� �ذ�å�� ���´�
</indent>
</IfVersion>
</example>
<p>������ �տ� ����ǥ(<code>!</code>)�� ���� �ǹ̸� �ݴ��
�ؼ��Ѵ�.</p>
<example>
<IfVersion !~ ^2.1.[01234]$><br />
<indent>
# �� ������ �ƴϸ�<br />
</indent>
</IfVersion>
</example>
<p><var>operator</var>�� ���ϸ� <code>=</code>�̶��
���Ѵ�.</p>
</usage>
</directivesynopsis>
</modulesynopsis>