]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_env.html.ja.utf8
rebuild eeeverything
[apache] / docs / manual / mod / mod_env.html.ja.utf8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"><head><!--
4         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5               This file is generated from xml source: DO NOT EDIT
6         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7       -->
8 <title>mod_env - Apache HTTP サーバ</title>
9 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11 <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" />
12 <script src="../style/scripts/prettify.js" type="text/javascript">
13 </script>
14
15 <link href="../images/favicon.ico" rel="shortcut icon" /></head>
16 <body>
17 <div id="page-header">
18 <p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p>
19 <p class="apache">Apache HTTP サーバ バージョン 2.5</p>
20 <img alt="" src="../images/feather.gif" /></div>
21 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
22 <div id="path">
23 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP サーバ</a> &gt; <a href="http://httpd.apache.org/docs/">ドキュメンテーション</a> &gt; <a href="../">バージョン 2.5</a> &gt; <a href="./">モジュール</a></div>
24 <div id="page-content">
25 <div id="preamble"><h1>Apache モジュール mod_env</h1>
26 <div class="toplang">
27 <p><span>翻訳済み言語: </span><a href="../en/mod/mod_env.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
28 <a href="../fr/mod/mod_env.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
29 <a href="../ja/mod/mod_env.html" title="Japanese">&nbsp;ja&nbsp;</a> |
30 <a href="../ko/mod/mod_env.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
31 <a href="../tr/mod/mod_env.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
32 </div>
33 <div class="outofdate">この日本語訳はすでに古くなっている
34             可能性があります。
35             最近更新された内容を見るには英語版をご覧下さい。
36         </div>
37 <table class="module"><tr><th><a href="module-dict.html#Description">説明:</a></th><td>CGI スクリプト及び SSI
38 ページに渡される環境変数を変更する機能を提供する</td></tr>
39 <tr><th><a href="module-dict.html#Status">ステータス:</a></th><td>Base</td></tr>
40 <tr><th><a href="module-dict.html#ModuleIdentifier">モジュール識別子:</a></th><td>env_module</td></tr>
41 <tr><th><a href="module-dict.html#SourceFile">ソースファイル:</a></th><td>mod_env.c</td></tr></table>
42 <h3>概要</h3>
43
44     <p>このモジュールにより CGI スクリプトと SSI
45     ページに適用される環境変数を制御することができるようになります。
46     環境変数は <code class="program"><a href="../programs/httpd.html">httpd</a></code> プロセスを起動したシェルから渡されます。また、
47     設定ファイルで環境変数を設定したり、削除したりすることができます。
48     </p>
49 </div>
50 <div id="quickview"><h3 class="directives">ディレクティブ</h3>
51 <ul id="toc">
52 <li><img alt="" src="../images/down.gif" /> <a href="#passenv">PassEnv</a></li>
53 <li><img alt="" src="../images/down.gif" /> <a href="#setenv">SetEnv</a></li>
54 <li><img alt="" src="../images/down.gif" /> <a href="#unsetenv">UnsetEnv</a></li>
55 </ul>
56 <h3>参照</h3>
57 <ul class="seealso">
58 <li><a href="../env.html">環境変数</a></li>
59 </ul></div>
60
61 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
62 <div class="directive-section"><h2><a name="PassEnv" id="PassEnv">PassEnv</a> <a name="passenv" id="passenv">ディレクティブ</a></h2>
63 <table class="directive">
64 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>シェルからの環境変数を渡す</td></tr>
65 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>PassEnv <var>env-variable</var> [<var>env-variable</var>]
66 ...</code></td></tr>
67 <tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル, バーチャルホスト, ディレクトリ, .htaccess</td></tr>
68 <tr><th><a href="directive-dict.html#Override">上書き:</a></th><td>FileInfo</td></tr>
69 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Base</td></tr>
70 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_env</td></tr>
71 </table>
72
73     <p><code class="program"><a href="../programs/httpd.html">httpd</a></code> プロセスを起動したシェルの環境から CGI スクリプトと
74     SSI ページに渡す環境変数を一つ以上指定します。</p>
75
76     <div class="example"><h3>例</h3><p><code>
77       PassEnv LD_LIBRARY_PATH
78     </code></p></div>
79
80 </div>
81 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
82 <div class="directive-section"><h2><a name="SetEnv" id="SetEnv">SetEnv</a> <a name="setenv" id="setenv">ディレクティブ</a></h2>
83 <table class="directive">
84 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>環境変数を設定する</td></tr>
85 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>SetEnv <var>env-variable</var> <var>value</var></code></td></tr>
86 <tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル, バーチャルホスト, ディレクトリ, .htaccess</td></tr>
87 <tr><th><a href="directive-dict.html#Override">上書き:</a></th><td>FileInfo</td></tr>
88 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Base</td></tr>
89 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_env</td></tr>
90 </table>
91     <p>環境変数を設定し、それを CGI スクリプトと SSI
92     ページに渡すようにします。</p>
93
94     <div class="example"><h3>例</h3><p><code>
95       SetEnv SPECIAL_PATH /foo/bin
96     </code></p></div>
97
98 </div>
99 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
100 <div class="directive-section"><h2><a name="UnsetEnv" id="UnsetEnv">UnsetEnv</a> <a name="unsetenv" id="unsetenv">ディレクティブ</a></h2>
101 <table class="directive">
102 <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>環境から変数を取り除く</td></tr>
103 <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>UnsetEnv <var>env-variable</var> [<var>env-variable</var>]
104 ...</code></td></tr>
105 <tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル, バーチャルホスト, ディレクトリ, .htaccess</td></tr>
106 <tr><th><a href="directive-dict.html#Override">上書き:</a></th><td>FileInfo</td></tr>
107 <tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Base</td></tr>
108 <tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_env</td></tr>
109 </table>
110     <p>CGI スクリプトと SSI
111     ページに渡される環境変数から指定された環境変数を取り除きます。</p>
112
113     <div class="example"><h3>例</h3><p><code>
114       UnsetEnv LD_LIBRARY_PATH
115     </code></p></div>
116
117 </div>
118 </div>
119 <div class="bottomlang">
120 <p><span>翻訳済み言語: </span><a href="../en/mod/mod_env.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
121 <a href="../fr/mod/mod_env.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
122 <a href="../ja/mod/mod_env.html" title="Japanese">&nbsp;ja&nbsp;</a> |
123 <a href="../ko/mod/mod_env.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
124 <a href="../tr/mod/mod_env.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
125 </div><div id="footer">
126 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
127 <p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
128     if (typeof(prettyPrint) !== undefined) {
129         prettyPrint();
130     }
131 </script>
132 </body></html>