]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_dav_fs.xml.ko
Rebuild.
[apache] / docs / manual / mod / mod_dav_fs.xml.ko
1 <?xml version="1.0" encoding="EUC-KR" ?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
4 <!-- English Revision: 420990:1437836 (outdated) -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <modulesynopsis metafile="mod_dav_fs.xml.meta">
24
25 <name>mod_dav_fs</name> 
26 <description><module>mod_dav</module>À» À§ÇÑ ÆÄÀϽýºÅÛ Á¦°øÀÚ</description>
27 <status>Extension</status>
28 <sourcefile>mod_dav_fs.c</sourcefile>
29 <identifier>dav_fs_module</identifier>
30
31 <summary>
32     <p>ÀÌ ¸ðµâÀº <module>mod_dav</module> ¼­ºñ½º¿¡ <em>ÇÊ¿äÇÏ´Ù</em>.
33     <module>mod_dav</module>¸¦ Áö¿øÇϴ ¸ðµâ·Î ¼­¹öÀÇ ÆÄÀϽýºÅÛ¿¡
34     Àִ ÀÚ¿øÀ» Á¢±ÙÇÒ ¼ö ÀÖµµ·Ï ÇÑ´Ù. ÀÌ Á¦°øÀÚ(provider)ÀÇ
35     Á¤½Ä¸íĪÀº <code>filesystem</code>ÀÌ´Ù. <directive
36     module="mod_dav">Dav</directive> Áö½Ã¾î¸¦ ÁöÁ¤ÇÏ¿©
37     <module>mod_dav</module> µÞ´Ü Á¦°øÀÚ¸¦ »ç¿ëÇÑ´Ù:</p>
38
39     <example><title>¿¹Á¦</title>
40       Dav filesystem
41     </example>
42
43     <p><code>filesystem</code>ÀÌ <module>mod_dav</module>ÀÇ
44     ±âº» Á¦°øÀÚÀ̹ǷΠ´ë½Å <code>On</code>À» »ç¿ëÇÒ ¼ö ÀÖ´Ù.</p>
45 </summary>
46 <seealso><module>mod_dav</module></seealso>
47
48 <directivesynopsis>
49 <name>DavLockDB</name>
50 <description>DAV Àá±Ý µ¥ÀÌÅͺ£À̽º À§Ä¡</description>
51 <syntax>DavLockDB <var>file-path</var></syntax>
52 <contextlist><context>server config</context><context>virtual host</context>
53 </contextlist>
54
55 <usage>
56     <p><directive>DavLockDB</directive> Áö½Ã¾î´Â Àá±Ý µ¥ÀÌÅͺ£À̽ºÀÇ
57     Àüü °æ·Î¸¦ È®ÀåÀÚ¸¦ Á¦¿ÜÇÏ°í ÁöÁ¤ÇÑ´Ù. Àý´ë°æ·Î°¡ ¾Æ´Ï¸é
58     <directive module="core">ServerRoot</directive>¿¡ »ó´ë°æ·Î·Î
59     Ã³¸®ÇÑ´Ù. <module>mod_dav_fs</module>´Â Àá±ÝÀ» SDBM µ¥ÀÌÅͺ£À̽º¿¡
60     ±â·ÏÇÑ´Ù.</p>
61
62     <!-- XXX: someone should add that tool to the support directory...
63     The utility <code>modules/dav/util/lockview</code> can be used from
64     the server to display all locks in a lock database.</p> -->
65
66     <example><title>¿¹Á¦</title>
67       DavLockDB var/DavLock
68     </example>
69
70     <p>¾ÆÆÄÄ¡¸¦ ½ÇÇàÇϴ <directive module="mpm_common">User</directive>¿Í
71     <directive module="mpm_common" >Group</directive>Àº Àá±Ý
72     µ¥ÀÌÅͺ£À̽º°¡ Àִ µð·ºÅ丮¿¡ ¾²±â ±ÇÇÑÀ» °¡Á®¾ß ÇÑ´Ù.
73     º¸¾È»ó ÀÌÀ¯·Î ±âÁ¸ µð·ºÅ丮ÀÇ ±ÇÇÑÀ» ¹Ù²Ù±âº¸´Ù´Â Àá±Ý
74     µ¥ÀÌÅͺ£À̽º¿ë µð·ºÅ丮¸¦ ¸¸µé¾î¾ß ÇÑ´Ù. À§ÀÇ °æ¿ì ¾ÆÆÄÄ¡´Â
75     <directive module="core">ServerRoot</directive> ¾Æ·¡
76     <code>var/</code> µð·ºÅ丮¿¡ ¼­¹ö°¡ ¼±ÅÃÇÑ È®Àå¸íÀ» °¡Áø
77     <code>DavLock</code> ÆÄÀÏÀ» ¸¸µç´Ù.</p>
78
79 </usage>
80 </directivesynopsis>
81
82 </modulesynopsis>
83