mod_dav.xml.ko revision d378be2a904a6e56925589d8278bf6136032e0a4
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="/style/manual.ko.xsl"?>
<!-- English Revision: 103423 -->
<!--
Copyright 2003-2004 The Apache Software Foundation
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
http://www.apache.org/licenses/LICENSE-2.0
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_dav.xml.meta">
<name>mod_dav</name>
<description>Distributed Authoring and Versioning
(<a href="http://www.webdav.org/">WebDAV</a>) ���</description>
<status>Extension</status>
<sourcefile>mod_dav.c</sourcefile>
<identifier>dav_module</identifier>
<summary>
<p>�� ����� ����ġ�� <a href="http://www.webdav.org">WebDAV</a>
('Web-based Distributed Authoring and Versioning') class 1��
class 2 ����� �߰��Ѵ�. WebDAV�� ��� �������� �ڿ��
�ݷ���(collection)�� <transnote>�ݷ����� ���Ͻý����� ���丮��
���� �����̴�</transnote> �����, �ű��, �����ϰ�, ����
�� �ֵ��� HTTP ���������� Ȯ���� ���̴�.</p>
</summary>
<seealso><directive module="mod_dav_fs">DavLockDB</directive></seealso>
<seealso><directive module="core">LimitXMLRequestBody</directive></seealso>
<seealso><a href="http://www.webdav.org">WebDAV ����</a></seealso>
<section id="example"><title>WebDAV ����ϱ�</title>
<p><module>mod_dav</module>�� ����Ϸ��� <code>httpd.conf</code>
���Ͽ� �Ʒ��� ���� �߰��Ѵ�:</p>
<example>Dav On</example>
<p>�׷��� <module>mod_dav_fs</module> ����� �����ϴ� DAV
���Ͻý��� ������(provider)�� ����Ѵ�. �׷��Ƿ� �� ��⵵
������ ���� �����ϵ��ְų� <directive
module="mod_so">LoadModule</directive> ���þ�� �����߿�
�о�鿩�� �Ѵ�.</p>
<p>��, DAV ���(lock) �����ͺ��̽��� ��ġ�� <code>httpd.conf</code>
������ �� �κп� <directive
module="mod_dav_fs">DavLockDB</directive> ���þ ����Ͽ�
�����ؾ� �Ѵ�:</p>
<example>
DavLockDB /usr/local/apache2/var/DavLock
</example>
<p>����ġ�� �����ϴ� <directive
module="mpm_common">User</directive>�� <directive
module="mpm_common" >Group</directive>�� ��� �����ͺ��̽���
�ִ� ���丮�� ���� ������ ������ �Ѵ�.</p>
<p>DAV�� ����ϴ� ��ġ�� ������ �����ϱ����� <directive
module="core" type="section">Location</directive> ���þ�
�ȿ� <directive module="core" type="section">Limit</directive>
���þ ����� �� �ִ�. DAV Ŭ���̾�Ʈ�� �ѹ��� ��û��
���� �� �ִ� �ִ� ����Ʈ���� �����Ϸ��� <directive
module="core">LimitXMLRequestBody</directive> ���þ ����Ѵ�.
"�Ϲ�����" <directive module="core">LimitRequestBody</directive>
���þ�� DAV ��û�� �����.</p>
<example><title>��ü ����</title>
DavLockDB /usr/local/apache2/var/DavLock<br />
<br />
&lt;Location /foo&gt;<br />
<indent>
Dav On<br />
<br />
AuthType Basic<br />
AuthName DAV<br />
AuthUserFile user.passwd<br />
<br />
&lt;LimitExcept GET OPTIONS&gt;<br />
<indent>
require user admin<br />
</indent>
&lt;/LimitExcept&gt;<br />
</indent>
&lt;/Location&gt;<br />
</example>
<p><module>mod_dav</module>�� Greg Stein�� ���� <a
href="http://www.webdav.org/mod_dav/">Apache 1.3�� mod_dav</a>��
������� ������. ��⿡ ���� �� �ڼ��� ������ �� ����Ʈ��
����϶�.</p>
</section>
<section id="security"><title>���� ����</title>
<p>DAV�� ����ϸ� ��� Ŭ���̾�Ʈ�� ������ ������ ������
�� �ֱ⶧����, <module>mod_dav</module>�� ����ϱ� ��
������ �������� Ư���� ����� ������ �Ѵ�.</p>
<p>�������� DAV�� ������ ��ġ�� �������� ��ȣ�ؾ� �Ѵ�.
HTTP Basic Authentication�� ��õ���� �ʴ´�. �ּ���
<module>mod_auth_digest</module> ����� �����ϴ� HTTP Digest
Authentication�� ����ؾ� �Ѵ�. ���� ��� WebDAV Ŭ���̾�Ʈ��
�� ���� ����� �����Ѵ�. �ƴϸ� <a href="/ssl/">SSL</a>
���ῡ�� Basic Authentication�� ����� ���� �ִ�.</p>
<p><module>mod_dav</module>�� ������ �����Ϸ���, ����ġ��
�����ϴ� <directive module="mpm_common">User</directive>��
<directive module="mpm_common">Group</directive>�� �ش�
���丮�� ���Ͽ� ���� ������ ������ �Ѵ�. ��, ���� ����
������ <directive module="mpm_common">User</directive>��
<directive module="mpm_common">Group</directive>�� �����ϰ�
�ȴ�. �׷��� �ƹ��� �� ������ ������ �� ��� �϶�. DAV
����Ҵ� ����ġ�� ������ �� �ִٰ� �����Ѵ�. ����ġ�� �������ʰ�
(���� ��� FTP�� ���Ͻý��� ������ ����Ͽ�) ������ ��������
����ϸ� �ȵȴ�.</p>
<p><module>mod_dav</module>�� ���� ���񽺰ź� ����� �����
�� �� �ִ�. <directive
module="core">LimitXMLRequestBody</directive> ���þ
����Ͽ� ū DAV ��û�� ������ �޸𸮷��� ������ �� �ִ�.
<directive module="mod_dav">DavDepthInfinity</directive>
���þ ����Ͽ� ���� �޸𸮸� �Ҹ��ϱ����� �ſ� ū �������
<code>PROPFIND</code> ��û�� ���� �� �ִ�. �ܼ��� Ŭ���̾�Ʈ��
���� ū ���ϵ�� ��ũ���� ä��� ���񽺰ź� ��ݵ� �����ϴ�.
����ġ���� �̸� ���� �������� ����� ���. �׷��Ƿ� �ŷ������ʴ�
����ڿ��� DAV ������ ������� �ʵ����϶�.</p>
</section>
<section id="complex"><title>������ ����</title>
<p>�Ϲ����� ���� �ϳ��� (PHP ��ũ��Ʈ, CGI ��ũ��Ʈ ��)
�������� �۾��� ���� <module>mod_dav</module>�� ����ϴ�
����̴�. �̴� <code>GET</code> ��û�� ���� ������ �ٿ�ε�����
�ʰ� �׻� ��ũ��Ʈ�� �����ϹǷ� ��ƴ�. �ذ����� �ϳ���
���뿡 �ΰ��� URL�� �����ϴ� ���̴�. �� URL�� ��ũ��Ʈ��
�����ϰ�, �ٸ� URL�δ� ������ �ٿ�ε��Ͽ� DAV�� �۾���
�� �ִ�.</p>
<example>
Alias /phparea /home/gstein/php_files<br />
Alias /php-source /home/gstein/php_files<br />
&lt;Location /php-source&gt;
<indent>
DAV On<br />
ForceType text/plain<br />
</indent>
&lt;/Location&gt;
</example>
<p>�� �������� <code>http://example.com/phparea</code>��
PHP ��ũ��Ʈ�� ��� �����ְ�,
<code>http://example.com/php-source</code>�δ� DAV Ŭ���̾�Ʈ����
��ũ��Ʈ�� ������ �� �ִ�.</p>
</section>
<directivesynopsis>
<name>Dav</name>
<description>WebDAV HTTP �޽�带 �����Ѵ�</description>
<syntax>Dav On|Off|<var>provider-name</var></syntax>
<default>Dav Off</default>
<contextlist><context>directory</context></contextlist>
<usage>
<p>������ ��ġ���� WebDAV HTTP �޽�带 ����Ϸ���
<directive>Dav</directive> ���þ ����Ѵ�:</p>
<example>
&lt;Location /foo&gt;<br />
<indent>
Dav On<br />
</indent>
&lt;/Location&gt;
</example>
<p><code>On</code> ���� ������ <module>mod_dav_fs</module>
����� �����ϴ� �⺻ �������� <code>filesystem</code>��
��Ī�̴�. � ��ġ���� DAV�� �����ϸ� �������� DAV��
�����ϵ��� ������ �� <em>������</em> �����϶�. ������
�������� <a href="#example">���� ��</a>�� ����϶�.</p>
<note type="warning">
������ �����ϰ� �����Ҷ����� WebDAV�� ������� ����. �׷���
������ ������ ������ ���� ������ �й��� �� �ְ� �ȴ�.
</note>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>DavMinTimeout</name>
<description>������ DAV �ڿ� ���� ������ ����� �ּҽð�</description>
<syntax>DavMinTimeout <var>seconds</var></syntax>
<default>DavMinTimeout 0</default>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context></contextlist>
<usage>
<p>Ŭ���̾�Ʈ�� DAV �ڿ� ���(lock)�� ��û�Ҷ� ������
�˾Ƽ� ����� ������ �� �ִ� �ð��� ���� �˷��� �� �ִ�. �� ����
���� ��û�ϻ��̸�, ������ Ŭ���̾�Ʈ�� ��û�� ���� �����ϰ�
Ŭ���̾�Ʈ���� ������ �ð��� �˷��� �� �ִ�.</p>
<p><directive>DavMinTimeout</directive> ���þ�� Ŭ���̾�Ʈ����
���� �ּ� ��� �ð��� (�ʴ���) �����Ѵ�. Microsoft Web Folders��
�⺻������ 120 �ʸ� ����Ѵ�. <directive>DavMinTimeout</directive>��
(600 �ʿ� ����) �� ���� ���� ����ϸ� Ŭ���̾�Ʈ�� ��Ʈ��
���������� ����� �ҰԵǴ� ��츦 ���� �� �ִ�.</p>
<example><title>����</title>
&lt;Location /MSWord&gt;<br />
<indent>
DavMinTimeout 600<br />
</indent>
&lt;/Location&gt;
</example>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>DavDepthInfinity</name>
<description>PROPFIND�� Depth: Infinity ��û�� �㰡�Ѵ�</description>
<syntax>DavDepthInfinity on|off</syntax>
<default>DavDepthInfinity off</default>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context></contextlist>
<usage>
<p><directive>DavDepthInfinity</directive> ���þ ����ϸ�
'Depth: Infinity' ����� ���� <code>PROPFIND</code> ��û��
�㰡�Ѵ�. �̷� ��û�� ����Ͽ� ���񽺰ź� ����� �����ϱ�
������ �⺻������ ������� �ʴ´�.</p>
</usage>
</directivesynopsis>
</modulesynopsis>