]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_cern_meta.xml.ko
update revision references
[apache] / docs / manual / mod / mod_cern_meta.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: 151408 -->
5
6 <!--
7  Copyright 2003-2005 The Apache Software Foundation or its licensors,
8                      as applicable.
9
10  Licensed under the Apache License, Version 2.0 (the "License");
11  you may not use this file except in compliance with the License.
12  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_cern_meta.xml.meta">
24
25 <name>mod_cern_meta</name>
26 <description>CERN À¥¼­¹ö ¸ÞŸÆÄÀÏ Áö¿ø</description>
27 <status>Extension</status>
28 <sourcefile>mod_cern_meta.c</sourcefile>
29 <identifier>cern_meta_module</identifier>
30
31 <summary>
32     <p>CERN À¥¼­¹ö ¸ÞŸÆÄÀÏÀ» Èä³»³½´Ù. ¸ÞŸÆÄÀÏÀº Á¢±ÙÇÏ´Â
33     ÆÄÀÏ¿¡ ´ëÇØ ÀϹÝÀûÀΠÇì´õ¿Ü¿¡ Ãß°¡·Î Ãâ·ÂÇÒ HTTP Çì´õ¸¦
34     ´ã°íÀÖ´Ù. ¾ÆÆÄÄ¡ .asis ÆÄÀÏ°ú ºñ½ÁÇÏ°í, Expires: Çì´õ¸¦
35     ¼öÁ¤Çϰųª ´Ù¸¥ ½Å±âÇÑ ÀϵéÀ» ÇÒ ¼ö ÀÖ´Ù. ¸ÞŸ Á¤º¸¸¦ ´Ù·ç´Â
36     ¹æ¹ýÀº ´Ù¾çÇÏÁö¸¸, À̹̠ÀÌ ¸ðµâÀ» »ç¿ëÇϴ ¸¹Àº CERN »ç¿ëÀÚµéÀ»
37     À§ÇØ ÀÌ ¹æ¹ýÀ» ¼±ÅÃÇß´Ù.</p>
38
39     <p>´õ ÀÚ¼¼ÇÑ Á¤º¸´Â <a
40     href="http://www.w3.org/pub/WWW/Daemon/User/Config/General.html#MetaDir"
41     >CERN metafile semantics</a>¸¦ Âü°íÇ϶ó.</p>
42 </summary>
43
44 <seealso><module>mod_headers</module></seealso>
45 <seealso><module>mod_asis</module></seealso>
46
47 <directivesynopsis>
48 <name>MetaFiles</name>
49 <description>CERN ¸ÞŸÆÄÀÏÀ» Ã³¸®ÇÑ´Ù</description>
50 <syntax>MetaFiles on|off</syntax>
51 <default>MetaFiles off</default>
52 <contextlist><context>server config</context>
53 <context>virtual host</context>
54 <context>directory</context>
55 <context>.htaccess</context></contextlist>
56 <override>Indexes</override>
57
58 <usage>
59     <p>µð·ºÅ丮º°·Î ¸ÞŸÆÄÀϠ󸮿©ºÎ¸¦ °áÁ¤ÇÑ´Ù.</p>
60 </usage>
61 </directivesynopsis>
62
63 <directivesynopsis>
64 <name>MetaDir</name>
65 <description>CERN ¸ÞŸÁ¤º¸¸¦ Ã£À» µð·ºÅ丮 À̸§</description>
66 <syntax>MetaDir <var>directory</var></syntax>
67 <default>MetaDir .web</default>
68 <contextlist><context>server config</context>
69 <context>virtual host</context>
70 <context>directory</context>
71 <context>.htaccess</context></contextlist>
72 <override>Indexes</override>
73
74 <usage>
75     <p>¾ÆÆÄÄ¡°¡ ¸ÞŸÁ¤º¸ ÆÄÀÏÀ» Ã£À» µð·ºÅ丮¸íÀ» ÁöÁ¤ÇÑ´Ù.
76     µð·ºÅ丮´Â º¸Åë Á¢±ÙÇÒ ÆÄÀÏÀÌ Àִ µð·ºÅ丮ÀÇ '°¨ÃçÁø'
77     ÇÏÀ§µð·ºÅ丮´Ù. "<code>.</code>"À¸·Î ÁöÁ¤Çϸ頰°Àº µð·ºÅ丮¿¡¼­
78     ÆÄÀÏÀ» Ã£´Â´Ù:</p>
79
80     <example>MetaDir .</example>
81
82     <p>¾Æ´Ï¸é ÆÄÀÏÀÌ Àִ ÇÏÀ§µð·ºÅ丮¸¦ ÁöÁ¤ÇÑ´Ù:</p>
83
84     <example>MetaDir .meta</example>
85 </usage>
86 </directivesynopsis>
87
88 <directivesynopsis>
89 <name>MetaSuffix</name>
90 <description>CERN ¸ÞŸÁ¤º¸¸¦ ÀúÀåÇϴ ÆÄÀÏÀÇ Á¢¹Ì»ç</description>
91 <syntax>MetaSuffix <var>suffix</var></syntax>
92 <default>MetaSuffix .meta</default>
93 <contextlist><context>server config</context>
94 <context>virtual host</context>
95 <context>directory</context>
96 <context>.htaccess</context></contextlist>
97 <override>Indexes</override>
98
99 <usage>
100     <p>¸ÞŸÁ¤º¸¸¦ ÀúÀåÇϴ ÆÄÀÏÀÇ Á¢¹Ì»ç¸¦ ÁöÁ¤ÇÑ´Ù. ¿¹¸¦ µé¾î,
101     µÎ Áö½Ã¾îÀÇ ±âº»°ªÀ» »ç¿ëÇÒ °æ¿ì
102     <code>DOCUMENT_ROOT/somedir/index.html</code>À» ¿äûÇϸé
103     <code>DOCUMENT_ROOT/somedir/.web/index.html.meta</code>ÀÇ
104     ³»¿ëÀ» Âü°íÇÏ¿© MIME Çì´õ Á¤º¸¸¦ Ãß°¡ÇÑ´Ù.</p>
105
106     <example><title>¿¹Á¦:</title>
107       MetaSuffix .meta
108     </example>
109 </usage>
110 </directivesynopsis>
111
112 </modulesynopsis>