1<?xml version="1.0" encoding="EUC-KR"?>
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="ko" xml:lang="ko"><head><!--
4        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5              This file is generated from xml source: DO NOT EDIT
6        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7      -->
8<title>mod_env - Apache HTTP Server</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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">���</a> | <a href="/sitemap.html">����Ʈ��</a></p>
19<p class="apache">Apache HTTP Server Version 2.2</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 Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">���</a></div>
24<div id="page-content">
25<div id="preamble"><h1>����ġ ��� 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="/ja/mod/mod_env.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
29<a href="/ko/mod/mod_env.html" title="Korean">&nbsp;ko&nbsp;</a> |
30<a href="/tr/mod/mod_env.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
31</div>
32<div class="outofdate">�� ������ �ֽ��� ���� �ƴմϴ�.
33            �ֱٿ� ����� ������ ���� ������ ����ϼ���.</div>
34<table class="module"><tr><th><a href="module-dict.html#Description">����:</a></th><td>CGI ��ũ��Ʈ�� SSI �������� ����� ȯ�溯����
35�����Ѵ�</td></tr>
36<tr><th><a href="module-dict.html#Status">����:</a></th><td>Base</td></tr>
37<tr><th><a href="module-dict.html#ModuleIdentifier">����:</a></th><td>env_module</td></tr>
38<tr><th><a href="module-dict.html#SourceFile">�ҽ�����:</a></th><td>mod_env.c</td></tr></table>
39<h3>���</h3>
40
41    <p>�� ����� CGI ��ũ��Ʈ�� SSI �������� ����� ȯ�溯����
42    �����Ѵ�. �������� ������ ������ ȯ�溯���� ������ �� �ִ�.
43    �ƴϸ� ���������߿� ȯ�溯���� �����ϰ� ������ �� �ִ�.</p>
44</div>
45<div id="quickview"><h3 class="directives">���þ��</h3>
46<ul id="toc">
47<li><img alt="" src="/images/down.gif" /> <a href="#passenv">PassEnv</a></li>
48<li><img alt="" src="/images/down.gif" /> <a href="#setenv">SetEnv</a></li>
49<li><img alt="" src="/images/down.gif" /> <a href="#unsetenv">UnsetEnv</a></li>
50</ul>
51<h3>���</h3>
52<ul class="seealso">
53<li><a href="/env.html">ȯ�溯��</a></li>
54</ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
55
56<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
57<div class="directive-section"><h2><a name="PassEnv" id="PassEnv">PassEnv</a> <a name="passenv" id="passenv">���þ�</a></h2>
58<table class="directive">
59<tr><th><a href="directive-dict.html#Description">����:</a></th><td>������ ȯ�溯���� �����´�</td></tr>
60<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>PassEnv <var>env-variable</var> [<var>env-variable</var>]
61...</code></td></tr>
62<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ, directory, .htaccess</td></tr>
63<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>FileInfo</td></tr>
64<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
65<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_env</td></tr>
66</table>
67    <p>�������� ������ ���� Ư�� ȯ�溯���� CGI ��ũ��Ʈ��
68    SSI �������� ����Ѵ�.</p>
69
70    <div class="example"><h3>����</h3><p><code>
71      PassEnv LD_LIBRARY_PATH
72    </code></p></div>
73
74</div>
75<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
76<div class="directive-section"><h2><a name="SetEnv" id="SetEnv">SetEnv</a> <a name="setenv" id="setenv">���þ�</a></h2>
77<table class="directive">
78<tr><th><a href="directive-dict.html#Description">����:</a></th><td>ȯ�溯���� �����Ѵ�</td></tr>
79<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>SetEnv <var>env-variable</var> <var>value</var></code></td></tr>
80<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ, directory, .htaccess</td></tr>
81<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>FileInfo</td></tr>
82<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
83<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_env</td></tr>
84</table>
85    <p>CGI ��ũ��Ʈ�� SSI �������� ����� ȯ�溯���� �����Ѵ�.</p>
86
87    <div class="example"><h3>����</h3><p><code>
88      SetEnv SPECIAL_PATH /foo/bin
89    </code></p></div>
90
91</div>
92<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
93<div class="directive-section"><h2><a name="UnsetEnv" id="UnsetEnv">UnsetEnv</a> <a name="unsetenv" id="unsetenv">���þ�</a></h2>
94<table class="directive">
95<tr><th><a href="directive-dict.html#Description">����:</a></th><td>ȯ�溯���� �����Ѵ�</td></tr>
96<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>UnsetEnv <var>env-variable</var> [<var>env-variable</var>]
97...</code></td></tr>
98<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ, directory, .htaccess</td></tr>
99<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>FileInfo</td></tr>
100<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
101<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_env</td></tr>
102</table>
103    <p>CGI ��ũ��Ʈ�� SSI �������� ȯ�溯���� ������� �ʴ´�.</p>
104
105    <div class="example"><h3>����</h3><p><code>
106      UnsetEnv LD_LIBRARY_PATH
107    </code></p></div>
108
109</div>
110</div>
111<div class="bottomlang">
112<p><span>������ ���: </span><a href="/en/mod/mod_env.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
113<a href="/ja/mod/mod_env.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
114<a href="/ko/mod/mod_env.html" title="Korean">&nbsp;ko&nbsp;</a> |
115<a href="/tr/mod/mod_env.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
116</div><div class="top"><a href="#page-header"><img src="/images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
117<script type="text/javascript"><!--//--><![CDATA[//><!--
118var comments_shortname = 'httpd';
119var comments_identifier = 'http://httpd.apache.org/docs/2.2/mod/mod_env.html';
120(function(w, d) {
121    if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
122        d.write('<div id="comments_thread"><\/div>');
123        var s = d.createElement('script');
124        s.type = 'text/javascript';
125        s.async = true;
126        s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
127        (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
128    }
129    else { 
130        d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
131    }
132})(window, document);
133//--><!]]></script></div><div id="footer">
134<p class="apache">Copyright 2013 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
135<p class="menu"><a href="/mod/">���</a> | <a href="/mod/directives.html">���þ��</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">���</a> | <a href="/sitemap.html">����Ʈ��</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
136if (typeof(prettyPrint) !== 'undefined') {
137    prettyPrint();
138}
139//--><!]]></script>
140</body></html>