]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_env.xml.ko
a few new translations and up-to-date patches
[apache] / docs / manual / mod / mod_env.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: 1.8 -->
5
6 <!--
7  Copyright 2003-2004 The Apache Software Foundation
8
9  Licensed under the Apache License, Version 2.0 (the "License");
10  you may not use this file except in compliance with the License.
11  You may obtain a copy of the License at
12
13      http://www.apache.org/licenses/LICENSE-2.0
14
15  Unless required by applicable law or agreed to in writing, software
16  distributed under the License is distributed on an "AS IS" BASIS,
17  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  See the License for the specific language governing permissions and
19  limitations under the License.
20 -->
21
22 <modulesynopsis metafile="mod_env.xml.meta">
23
24 <name>mod_env</name>
25 <description>CGI ½ºÅ©¸³Æ®³ª SSI ÆäÀÌÁö¿¡ Àü´ÞÇҠȯ°æº¯¼ö¸¦
26 ¼öÁ¤ÇÑ´Ù</description>
27 <status>Base</status>
28 <sourcefile>mod_env.c</sourcefile>
29 <identifier>env_module</identifier>
30 <summary>
31     <p>ÀÌ ¸ðµâÀº CGI ½ºÅ©¸³Æ®³ª SSI ÆäÀÌÁö¿¡ Àü´ÞÇҠȯ°æº¯¼ö¸¦
32     Á¶ÀýÇÑ´Ù. À¥¼­¹ö¸¦ ½ÃÀÛÇÑ ½©¿¡¼­ È¯°æº¯¼ö¸¦ °¡Á®¿Ã ¼ö ÀÖ´Ù.
33     ¾Æ´Ï¸é ¼³Á¤°úÁ¤Áß¿¡ È¯°æº¯¼ö¸¦ ¼³Á¤ÇÏ°í Á¦°ÅÇÒ ¼ö ÀÖ´Ù.</p>
34 </summary>
35 <seealso><a href="../env.html">ȯ°æº¯¼ö</a></seealso>
36
37 <directivesynopsis>
38 <name>PassEnv</name>
39 <description>½©¿¡¼­ È¯°æº¯¼ö¸¦ °¡Á®¿Â´Ù</description>
40 <syntax>PassEnv <var>env-variable</var> [<var>env-variable</var>]
41 ...</syntax>
42 <contextlist><context>server config</context><context>virtual host</context>
43 <context>directory</context><context>.htaccess</context></contextlist>
44 <override>FileInfo</override>
45
46 <usage>
47     <p>À¥¼­¹ö¸¦ ½ÇÇàÇÑ ½©ÀǠƯÁ¤ È¯°æº¯¼ö¸¦ CGI ½ºÅ©¸³Æ®³ª
48     SSI ÆäÀÌÁö·Î Àü´ÞÇÑ´Ù.</p>
49
50     <example><title>¿¹Á¦</title>
51       PassEnv LD_LIBRARY_PATH
52     </example>
53 </usage>
54 </directivesynopsis>
55
56 <directivesynopsis>
57 <name>SetEnv</name>
58 <description>ȯ°æº¯¼ö¸¦ ¼³Á¤ÇÑ´Ù</description>
59 <syntax>SetEnv <var>env-variable</var> <var>value</var></syntax>
60 <contextlist><context>server config</context><context>virtual host</context>
61 <context>directory</context><context>.htaccess</context></contextlist>
62 <override>FileInfo</override>
63
64 <usage>
65     <p>CGI ½ºÅ©¸³Æ®³ª SSI ÆäÀÌÁö¿¡ Àü´ÞÇҠȯ°æº¯¼ö¸¦ ¼³Á¤ÇÑ´Ù.</p>
66
67     <example><title>¿¹Á¦</title>
68       SetEnv SPECIAL_PATH /foo/bin
69     </example>
70 </usage>
71 </directivesynopsis>
72
73 <directivesynopsis>
74 <name>UnsetEnv</name>
75 <description>ȯ°æº¯¼ö¸¦ Á¦°ÅÇÑ´Ù</description>
76 <syntax>UnsetEnv <var>env-variable</var> [<var>env-variable</var>]
77 ...</syntax>
78 <contextlist><context>server config</context><context>virtual host</context>
79 <context>directory</context><context>.htaccess</context></contextlist>
80 <override>FileInfo</override>
81
82 <usage>
83     <p>CGI ½ºÅ©¸³Æ®³ª SSI ÆäÀÌÁö¿¡ È¯°æº¯¼ö¸¦ Àü´ÞÇÏÁö ¾Ê´Â´Ù.</p>
84
85     <example><title>¿¹Á¦</title>
86       UnsetEnv LD_LIBRARY_PATH
87     </example>
88 </usage>
89 </directivesynopsis>
90
91 </modulesynopsis>
92