mod_env.xml.ko revision cf99935627ab9978fb8b8137ef8f60334ffffffc
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="/style/manual.ko.xsl"?>
<!-- English Revision: 1.8 -->
<!--
Copyright 2003-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<modulesynopsis metafile="mod_env.xml.meta">
<name>mod_env</name>
<description>CGI ��ũ��Ʈ�� SSI �������� ����� ȯ�溯����
�����Ѵ�</description>
<status>Base</status>
<sourcefile>mod_env.c</sourcefile>
<identifier>env_module</identifier>
<summary>
<p>�� ����� CGI ��ũ��Ʈ�� SSI �������� ����� ȯ�溯����
�����Ѵ�. �������� ������ ������ ȯ�溯���� ������ �� �ִ�.
�ƴϸ� ���������߿� ȯ�溯���� �����ϰ� ������ �� �ִ�.</p>
</summary>
<seealso><a href="/env.html">ȯ�溯��</a></seealso>
<directivesynopsis>
<name>PassEnv</name>
<description>������ ȯ�溯���� �����´�</description>
<syntax>PassEnv <var>env-variable</var> [<var>env-variable</var>]
...</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context></contextlist>
<override>FileInfo</override>
<usage>
<p>�������� ������ ���� Ư�� ȯ�溯���� CGI ��ũ��Ʈ��
SSI �������� ����Ѵ�.</p>
<example><title>����</title>
PassEnv LD_LIBRARY_PATH
</example>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>SetEnv</name>
<description>ȯ�溯���� �����Ѵ�</description>
<syntax>SetEnv <var>env-variable</var> <var>value</var></syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context></contextlist>
<override>FileInfo</override>
<usage>
<p>CGI ��ũ��Ʈ�� SSI �������� ����� ȯ�溯���� �����Ѵ�.</p>
<example><title>����</title>
SetEnv SPECIAL_PATH /foo/bin
</example>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>UnsetEnv</name>
<description>ȯ�溯���� �����Ѵ�</description>
<syntax>UnsetEnv <var>env-variable</var> [<var>env-variable</var>]
...</syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context></contextlist>
<override>FileInfo</override>
<usage>
<p>CGI ��ũ��Ʈ�� SSI �������� ȯ�溯���� ������� �ʴ´�.</p>
<example><title>����</title>
UnsetEnv LD_LIBRARY_PATH
</example>
</usage>
</directivesynopsis>
</modulesynopsis>