mod_env.xml.ja revision df855969ca92fac8fecc1e19085904611e3ee06d
6ae232055d4d8a97267517c5e50074c2c819941and<?xml version="1.0" encoding="UTF-8" ?>
6ae232055d4d8a97267517c5e50074c2c819941and<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
6ae232055d4d8a97267517c5e50074c2c819941and<?xml-stylesheet type="text/xsl" href="/style/manual.ja.xsl"?>
6ae232055d4d8a97267517c5e50074c2c819941and<!-- English Revision: 420990:833090 (outdated) -->
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and<!--
6ae232055d4d8a97267517c5e50074c2c819941and Licensed to the Apache Software Foundation (ASF) under one or more
6ae232055d4d8a97267517c5e50074c2c819941and contributor license agreements. See the NOTICE file distributed with
6ae232055d4d8a97267517c5e50074c2c819941and this work for additional information regarding copyright ownership.
6ae232055d4d8a97267517c5e50074c2c819941and The ASF licenses this file to You under the Apache License, Version 2.0
6ae232055d4d8a97267517c5e50074c2c819941and (the "License"); you may not use this file except in compliance with
6ae232055d4d8a97267517c5e50074c2c819941and the License. You may obtain a copy of the License at
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and http://www.apache.org/licenses/LICENSE-2.0
6ae232055d4d8a97267517c5e50074c2c819941and
3f08db06526d6901aa08c110b5bc7dde6bc39905nd Unless required by applicable law or agreed to in writing, software
6ae232055d4d8a97267517c5e50074c2c819941and distributed under the License is distributed on an "AS IS" BASIS,
6ae232055d4d8a97267517c5e50074c2c819941and WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6ae232055d4d8a97267517c5e50074c2c819941and See the License for the specific language governing permissions and
b43f840409794ed298e8634f6284741f193b6c4ftakashi limitations under the License.
6ae232055d4d8a97267517c5e50074c2c819941and-->
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and<modulesynopsis metafile="mod_env.xml.meta">
b43f840409794ed298e8634f6284741f193b6c4ftakashi
6ae232055d4d8a97267517c5e50074c2c819941and<name>mod_env</name>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung<description>CGI スクリプト及び SSI
6ae232055d4d8a97267517c5e50074c2c819941andページに渡される環境変数を変更する機能を提供する</description>
b43f840409794ed298e8634f6284741f193b6c4ftakashi<status>Base</status>
b43f840409794ed298e8634f6284741f193b6c4ftakashi<sourcefile>mod_env.c</sourcefile>
b43f840409794ed298e8634f6284741f193b6c4ftakashi<identifier>env_module</identifier>
b43f840409794ed298e8634f6284741f193b6c4ftakashi<summary>
6ae232055d4d8a97267517c5e50074c2c819941and <p>このモジュールにより CGI スクリプトと SSI
6ae232055d4d8a97267517c5e50074c2c819941and ページに適用される環境変数を制御することができるようになります。
6ae232055d4d8a97267517c5e50074c2c819941and 環境変数は <program>httpd</program> プロセスを起動したシェルから渡されます。また、
6ae232055d4d8a97267517c5e50074c2c819941and 設定ファイルで環境変数を設定したり、削除したりすることができます。
6ae232055d4d8a97267517c5e50074c2c819941and </p>
6ae232055d4d8a97267517c5e50074c2c819941and</summary>
6ae232055d4d8a97267517c5e50074c2c819941and<seealso><a href="/env.html">環境変数</a></seealso>
6ae232055d4d8a97267517c5e50074c2c819941and
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi<directivesynopsis>
6ae232055d4d8a97267517c5e50074c2c819941and<name>PassEnv</name>
6ae232055d4d8a97267517c5e50074c2c819941and<description>シェルからの環境変数を渡す</description>
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi<syntax>PassEnv <var>env-variable</var> [<var>env-variable</var>]
6ae232055d4d8a97267517c5e50074c2c819941and...</syntax>
6ae232055d4d8a97267517c5e50074c2c819941and<contextlist>
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi<context>server config</context><context>virtual host</context>
6ae232055d4d8a97267517c5e50074c2c819941and<context>directory</context><context>.htaccess</context></contextlist>
6ae232055d4d8a97267517c5e50074c2c819941and<override>FileInfo</override>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and<usage>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and <p><program>httpd</program> プロセスを起動したシェルの環境から CGI スクリプトと
6ae232055d4d8a97267517c5e50074c2c819941and SSI ページに渡す環境変数を一つ以上指定します。</p>
6ae232055d4d8a97267517c5e50074c2c819941and
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi <example><title>例</title>
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi PassEnv LD_LIBRARY_PATH
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi </example>
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi</usage>
6ae232055d4d8a97267517c5e50074c2c819941and</directivesynopsis>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and<directivesynopsis>
6ae232055d4d8a97267517c5e50074c2c819941and<name>SetEnv</name>
6ae232055d4d8a97267517c5e50074c2c819941and<description>環境変数を設定する</description>
6ae232055d4d8a97267517c5e50074c2c819941and<syntax>SetEnv <var>env-variable</var> <var>value</var></syntax>
6ae232055d4d8a97267517c5e50074c2c819941and<contextlist><context>server config</context><context>virtual host</context>
6ae232055d4d8a97267517c5e50074c2c819941and<context>directory</context><context>.htaccess</context></contextlist>
6ae232055d4d8a97267517c5e50074c2c819941and<override>FileInfo</override>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and<usage>
6ae232055d4d8a97267517c5e50074c2c819941and <p>環境変数を設定し、それを CGI スクリプトと SSI
6ae232055d4d8a97267517c5e50074c2c819941and ページに渡すようにします。</p>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and <example><title>例</title>
6ae232055d4d8a97267517c5e50074c2c819941and SetEnv SPECIAL_PATH /foo/bin
6ae232055d4d8a97267517c5e50074c2c819941and </example>
6ae232055d4d8a97267517c5e50074c2c819941and</usage>
6ae232055d4d8a97267517c5e50074c2c819941and</directivesynopsis>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and<directivesynopsis>
6ae232055d4d8a97267517c5e50074c2c819941and<name>UnsetEnv</name>
6ae232055d4d8a97267517c5e50074c2c819941and<description>環境から変数を取り除く</description>
6ae232055d4d8a97267517c5e50074c2c819941and<syntax>UnsetEnv <var>env-variable</var> [<var>env-variable</var>]
6ae232055d4d8a97267517c5e50074c2c819941and...</syntax>
6ae232055d4d8a97267517c5e50074c2c819941and<contextlist>
6ae232055d4d8a97267517c5e50074c2c819941and<context>server config</context><context>virtual host</context>
6ae232055d4d8a97267517c5e50074c2c819941and<context>directory</context><context>.htaccess</context></contextlist>
6ae232055d4d8a97267517c5e50074c2c819941and<override>FileInfo</override>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and<usage>
6ae232055d4d8a97267517c5e50074c2c819941and <p>CGI スクリプトと SSI
6ae232055d4d8a97267517c5e50074c2c819941and ページに渡される環境変数から指定された環境変数を取り除きます。</p>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and <example><title>例</title>
6ae232055d4d8a97267517c5e50074c2c819941and UnsetEnv LD_LIBRARY_PATH
6ae232055d4d8a97267517c5e50074c2c819941and </example>
6ae232055d4d8a97267517c5e50074c2c819941and</usage>
6ae232055d4d8a97267517c5e50074c2c819941and</directivesynopsis>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and</modulesynopsis>
6ae232055d4d8a97267517c5e50074c2c819941and