mod_env.xml.ko revision 6cd2ba3ebab8e247d7047889e8ceab19b7fc08de
<?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: 105989:1533750 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You 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>