]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_env.xml.ja
Adding updated mod_ssl HOWTO to the website
[apache] / docs / manual / mod / mod_env.xml.ja
1 <?xml version="1.0" encoding="iso-2022-jp"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4 <!-- English Revision: 151408 -->
5
6 <!--
7  Copyright 2002-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_env.xml.meta">
24
25 <name>mod_env</name>
26 <description>CGI \e$B%9%/%j%W%H5Z$S\e(B SSI
27 \e$B%Z!<%8$KEO$5$l$k4D6-JQ?t$rJQ99$9$k5!G=$rDs6!$9$k\e(B</description>
28 <status>Base</status>
29 <sourcefile>mod_env.c</sourcefile>
30 <identifier>env_module</identifier>
31 <summary>
32     <p>\e$B$3$N%b%8%e!<%k$K$h$j\e(B CGI \e$B%9%/%j%W%H$H\e(B SSI
33     \e$B%Z!<%8$KE,MQ$5$l$k4D6-JQ?t$r@)8f$9$k$3$H$,$G$-$k$h$&$K$J$j$^$9!#\e(B
34     \e$B4D6-JQ?t$O\e(B <program>httpd</program> \e$B%W%m%;%9$r5/F0$7$?%7%'%k$+$iEO$5$l$^$9!#$^$?!"\e(B
35     \e$B@_Dj%U%!%$%k$G4D6-JQ?t$r@_Dj$7$?$j!":o=|$7$?$j$9$k$3$H$,$G$-$^$9!#\e(B
36     </p>
37 </summary>
38 <seealso><a href="../env.html">\e$B4D6-JQ?t\e(B</a></seealso>
39
40 <directivesynopsis>
41 <name>PassEnv</name>
42 <description>\e$B%7%'%k$+$i$N4D6-JQ?t$rEO$9\e(B</description>
43 <syntax>PassEnv <var>env-variable</var> [<var>env-variable</var>]
44 ...</syntax>
45 <contextlist>
46 <context>server config</context><context>virtual host</context>
47 <context>directory</context><context>.htaccess</context></contextlist>
48 <override>FileInfo</override>
49
50 <usage>
51
52     <p><program>httpd</program> \e$B%W%m%;%9$r5/F0$7$?%7%'%k$N4D6-$+$i\e(B CGI \e$B%9%/%j%W%H$H\e(B
53     SSI \e$B%Z!<%8$KEO$94D6-JQ?t$r0l$D0J>e;XDj$7$^$9!#\e(B</p>
54
55     <example><title>\e$BNc\e(B</title>
56       PassEnv LD_LIBRARY_PATH
57     </example>
58 </usage>
59 </directivesynopsis>
60
61 <directivesynopsis>
62 <name>SetEnv</name>
63 <description>\e$B4D6-JQ?t$r@_Dj$9$k\e(B</description>
64 <syntax>SetEnv <var>env-variable</var> <var>value</var></syntax>
65 <contextlist><context>server config</context><context>virtual host</context>
66 <context>directory</context><context>.htaccess</context></contextlist>
67 <override>FileInfo</override>
68
69 <usage>
70     <p>\e$B4D6-JQ?t$r@_Dj$7!"$=$l$r\e(B CGI \e$B%9%/%j%W%H$H\e(B SSI
71     \e$B%Z!<%8$KEO$9$h$&$K$7$^$9!#\e(B</p>
72
73     <example><title>\e$BNc\e(B</title>
74       SetEnv SPECIAL_PATH /foo/bin
75     </example>
76 </usage>
77 </directivesynopsis>
78
79 <directivesynopsis>
80 <name>UnsetEnv</name>
81 <description>\e$B4D6-$+$iJQ?t$r<h$j=|$/\e(B</description>
82 <syntax>UnsetEnv <var>env-variable</var> [<var>env-variable</var>]
83 ...</syntax>
84 <contextlist>
85 <context>server config</context><context>virtual host</context>
86 <context>directory</context><context>.htaccess</context></contextlist>
87 <override>FileInfo</override>
88
89 <usage>
90     <p>CGI \e$B%9%/%j%W%H$H\e(B SSI
91     \e$B%Z!<%8$KEO$5$l$k4D6-JQ?t$+$i;XDj$5$l$?4D6-JQ?t$r<h$j=|$-$^$9!#\e(B</p>
92
93     <example><title>\e$BNc\e(B</title>
94       UnsetEnv LD_LIBRARY_PATH
95     </example>
96 </usage>
97 </directivesynopsis>
98
99 </modulesynopsis>