diff options
author | Jeon Jeongho <maczniak@apache.org> | 2004-10-25 07:22:39 +0200 |
---|---|---|
committer | Jeon Jeongho <maczniak@apache.org> | 2004-10-25 07:22:39 +0200 |
commit | b92da3b0262fb2b5035f527cf7a6c98e083665d7 (patch) | |
tree | 234bf7dddbf7434bd85dd14a7e6a991e2c8d699a /docs/manual/mod/mod_cache.xml.ko | |
parent | veto and revert win64 patch: 64bit changes must percolate from the (diff) | |
download | apache2-b92da3b0262fb2b5035f527cf7a6c98e083665d7.tar.xz apache2-b92da3b0262fb2b5035f527cf7a6c98e083665d7.zip |
new Korean translations and up-to-date patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105581 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache.xml.ko')
-rw-r--r-- | docs/manual/mod/mod_cache.xml.ko | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_cache.xml.ko b/docs/manual/mod/mod_cache.xml.ko index 4cad293d83..aec6ade9cf 100644 --- a/docs/manual/mod/mod_cache.xml.ko +++ b/docs/manual/mod/mod_cache.xml.ko @@ -1,7 +1,7 @@ <?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.17 --> +<!-- English Revision: 1.18 --> <!-- Copyright 2003-2004 The Apache Software Foundation @@ -320,4 +320,56 @@ </usage> </directivesynopsis> +<directivesynopsis> +<name>CacheIgnoreHeaders</name> +<description>ij½¬¿¡ ÁöÁ¤ÇÑ HTTP Çì´õ(µé)¸¦ ÀúÀåÇÏÁö ¾Ê´Â´Ù +</description> +<syntax>CacheIgnoreHeaders <var>header-string</var> [<var>header-string</var>] ...</syntax> +<default>CacheIgnoreHeaders None</default> +<contextlist><context>server config</context><context>virtual host</context> +</contextlist> + +<usage> + <p>RFC 2616¿¡ µû¸£¸é È©°£(hop-by-hop) HTTP Çì´õ´Â ij½¬¿¡ + ÀúÀåÇÏÁö ¾Ê´Â´Ù. È©°£ HTTP Çì´õ¿¡´Â ´ÙÀ½°ú °°Àº °ÍÀÌ ÀÖÀ¸¸ç, + <directive>CacheIgnoreHeaders</directive> ¼³Á¤°ú °ü°è¾øÀÌ + <em>¾î¶²</em> °æ¿ì¿¡µµ ij½¬¿¡ ÀúÀåµÇÁö ¾Ê´Â´Ù.</p> + + <ul> + <li><code>Connection</code></li> + <li><code>Keep-Alive</code></li> + <li><code>Proxy-Authenticate</code></li> + <li><code>Proxy-Authorization</code></li> + <li><code>TE</code></li> + <li><code>Trailers</code></li> + <li><code>Transfer-Encoding</code></li> + <li><code>Upgrade</code></li> + </ul> + + <p><directive>CacheIgnoreHeaders</directive>´Â ij½¬¿¡ ÀúÀåÇϸé + ¾ÈµÇ´Â HTTP Çì´õ¸¦ Ãß°¡·Î ÁöÁ¤ÇÑ´Ù. ¿¹¸¦ µé¾î, ÄíÅ°(cookie)¸¦ + ij½¬¿¡ ÀúÀåÇÏ¸é ¾ÈµÇ´Â °æ¿ì°¡ ÀÖ´Ù.</p> + + <p><directive>CacheIgnoreHeaders</directive>´Â ij½¬¿¡ ÀúÀåÇÏÁö + ¾ÊÀ» HTTP Çì´õµéÀ» °ø¹éÀ¸·Î ±¸ºÐÇÑ ¸ñ·ÏÀ» ¹Þ´Â´Ù. (RFC 2616¿¡ + µû¶ó) ij½¬¿¡ È©°£ Çì´õ¸¸ ÀúÀåÇÏÁö ¾ÊÀ¸·Á¸é, + <directive>CacheIgnoreHeaders</directive>¸¦ + <code>None</code>À¸·Î ¼³Á¤ÇÑ´Ù.</p> + + <example><title>¿¹Á¦ 1</title> + CacheIgnoreHeaders Set-Cookie + </example> + + <example><title>¿¹Á¦ 2</title> + CacheIgnoreHeaders None + </example> + + <note type="warning"><title>°æ°í:</title> + <directive>CacheIgnoreHeaders</directive> ¼³Á¤À» »ç¿ëÇÏ¿© + <code>Expires</code> °°ÀÌ Ä³½¬ °ü¸®¿¡ ÇÊ¿äÇÑ Çì´õ¸¦ ÀúÀåÇÏÁö + ¾ÊÀ¸¸é, mod_cache´Â ºñÁ¤»óÀûÀ¸·Î µ¿ÀÛÇÑ´Ù. + </note> +</usage> +</directivesynopsis> + </modulesynopsis> |