diff options
author | André Malo <nd@apache.org> | 2003-05-17 01:40:32 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-05-17 01:40:32 +0200 |
commit | 52cbfed2d7d6b4358dc5e223242d3ead4202002e (patch) | |
tree | 2597cc545aaa2838df6aadf33d221cec0010c902 /docs/manual/mod/mod_env.xml.ko | |
parent | Check also for r->content_encoding (now we should have them all...) (diff) | |
download | apache2-52cbfed2d7d6b4358dc5e223242d3ead4202002e.tar.xz apache2-52cbfed2d7d6b4358dc5e223242d3ead4202002e.zip |
new Korean Translations
Translated by: Jeongho Jeon <maczniak@operamail.com>
Reviewed by: Choi Kyusic <kyusic@hotmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99882 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_env.xml.ko')
-rw-r--r-- | docs/manual/mod/mod_env.xml.ko | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_env.xml.ko b/docs/manual/mod/mod_env.xml.ko new file mode 100644 index 0000000000..731355f8cd --- /dev/null +++ b/docs/manual/mod/mod_env.xml.ko @@ -0,0 +1,75 @@ +<?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.5 --> +<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> + |