]> granicus.if.org Git - apache/commitdiff
Remove "PATH_INFO Changes in CGI Environment" documentation.
authorAndré Malo <nd@apache.org>
Sun, 15 Aug 2004 14:36:47 +0000 (14:36 +0000)
committerAndré Malo <nd@apache.org>
Sun, 15 Aug 2004 14:36:47 +0000 (14:36 +0000)
Reason: It's outdated and wrong. For 7 years and 3 months.
The behaviour was changed back during Apache 1.2 (!) development.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104662 13f79535-47bb-0310-9956-ffa450edef68

18 files changed:
docs/manual/cgi_path.html [deleted file]
docs/manual/cgi_path.html.en [deleted file]
docs/manual/cgi_path.html.ja.euc-jp [deleted file]
docs/manual/cgi_path.html.ko.euc-kr [deleted file]
docs/manual/cgi_path.xml [deleted file]
docs/manual/cgi_path.xml.ja [deleted file]
docs/manual/cgi_path.xml.ko [deleted file]
docs/manual/cgi_path.xml.meta [deleted file]
docs/manual/sitemap.html.de
docs/manual/sitemap.html.en
docs/manual/sitemap.html.es
docs/manual/sitemap.html.ja.euc-jp
docs/manual/sitemap.html.ko.euc-kr
docs/manual/sitemap.xml
docs/manual/sitemap.xml.de
docs/manual/sitemap.xml.es
docs/manual/sitemap.xml.ja
docs/manual/sitemap.xml.ko

diff --git a/docs/manual/cgi_path.html b/docs/manual/cgi_path.html
deleted file mode 100644 (file)
index 368d1c1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-URI: cgi_path.html.en
-Content-Language: en
-Content-type: text/html; charset=ISO-8859-1
-
-URI: cgi_path.html.ja.euc-jp
-Content-Language: ja
-Content-type: text/html; charset=EUC-JP
-
-URI: cgi_path.html.ko.euc-kr
-Content-Language: ko
-Content-type: text/html; charset=EUC-KR
diff --git a/docs/manual/cgi_path.html.en b/docs/manual/cgi_path.html.en
deleted file mode 100644 (file)
index 2c7622e..0000000
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
-        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-              This file is generated from xml source: DO NOT EDIT
-        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-      -->
-<title>PATH_INFO Changes in the CGI Environment - Apache HTTP Server</title>
-<link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
-<link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
-<link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
-<link href="./images/favicon.ico" rel="shortcut icon" /></head>
-<body id="manual-page"><div id="page-header">
-<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p>
-<p class="apache">Apache HTTP Server Version 2.1</p>
-<img alt="" src="./images/feather.gif" /></div>
-<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
-<div id="path">
-<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-project/">Documentation</a> &gt; <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>PATH_INFO Changes in the CGI Environment</h1>
-<div class="toplang">
-<p><span>Available Languages: </span><a href="./en/cgi_path.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="./ja/cgi_path.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="./ko/cgi_path.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
-</div>
-
-    <p>As implemented in Apache HTTP Server 1.1.1 and earlier versions, the
-    method <code>httpd</code> used to create PATH_INFO in the CGI
-    environment was counterintuitive, and could result in crashes in certain
-    cases. In Apache HTTP Server 1.2 and beyond, this behavior has changed.
-    Although this results in some compatibility problems with
-    certain legacy CGI applications, the Apache 1.2 behavior is
-    still compatible with the CGI/1.1 specification, and CGI
-    scripts can be easily modified (<a href="#compat">see
-    below</a>).</p>
-  </div>
-<div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#prob">The Problem</a></li>
-<li><img alt="" src="./images/down.gif" /> <a href="#solution">The Solution</a></li>
-<li><img alt="" src="./images/down.gif" /> <a href="#compat">Compatibility with Previous Servers</a></li>
-</ul></div>
-<div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="prob" id="prob">The Problem</a></h2>
-    <p>Apache HTTP Server 1.1.1 and earlier implemented the PATH_INFO and
-    SCRIPT_NAME environment variables by looking at the filename,
-    not the URL. While this resulted in the correct values in many
-    cases, when the filesystem path was overloaded to contain path
-    information, it could result in errant behavior. For example,
-    if the following appeared in a config file:</p>
-
-    <div class="example"><p><code>
-      Alias /cgi-ralph /usr/local/httpd/cgi-bin/user.cgi/ralph
-    </code></p></div>    
-
-    <p>In this case, <code>user.cgi</code> is the CGI script, the
-    "<code>/ralph</code>" is information to be passed onto the CGI. If this
-    configuration was in place, and a request came for
-    "<code>/cgi-ralph/script/</code>", the code would set PATH_INFO
-    to "<code>/ralph/script</code>", and SCRIPT_NAME to
-    "<code>/cgi-</code>". Obviously, the latter is incorrect. In
-    certain cases, this could even cause the server to crash.</p>
-  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="solution" id="solution">The Solution</a></h2>
-    <p>Apache HTTP Server 1.2 and later now determine SCRIPT_NAME and
-    PATH_INFO by looking directly at the URL, and determining how much of
-    the URL is client-modifiable, and setting PATH_INFO to it. To use
-    the above example, PATH_INFO would be set to
-    "<code>/script</code>", and SCRIPT_NAME to
-    "<code>/cgi-ralph</code>". This makes sense and results in no
-    server behavior problems. It also permits the script to be
-    guaranteed that
-    "<code>http://$SERVER_NAME:$SERVER_PORT$SCRIPT_NAME$PATH_INFO</code>"
-    will always be an accessible URL that points to the current
-    script, something which was not necessarily true with previous
-    versions of <code>httpd</code>.</p>
-
-    <p>However, the "<code>/ralph</code>" information from the
-    <code>Alias</code> directive is lost. This is unfortunate, but
-    we feel that using the filesystem to pass along this sort of
-    information is not a recommended method, and a script making
-    use of it "deserves" not to work. Apache 1.2b3 and later,
-    however, do provide <a href="#compat">a workaround.</a></p>
-  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="compat" id="compat">Compatibility with Previous Servers</a></h2>
-    
-
-    <p>It may be necessary for a script that was designed for
-    earlier versions of Apache HTTP Server or other servers to need the
-    information that the old PATH_INFO variable provided. For this
-    purpose, Apache 1.2 (1.2b3 and later) sets an additional
-    variable, FILEPATH_INFO. This environment variable contains the
-    value that PATH_INFO would have had with Apache 1.1.1.</p>
-
-    <p>A script that wishes to work with both Apache 1.2 and
-    earlier versions can simply test for the existence of
-    FILEPATH_INFO, and use it if available. Otherwise, it can use
-    PATH_INFO. For example, in Perl, one might use:</p>
-
-    <div class="example"><p><code>
-      $path_info = $ENV{'FILEPATH_INFO'} || $ENV{'PATH_INFO'};
-    </code></p></div>
-
-    <p>By doing this, a script can work with all servers supporting
-    the CGI/1.1 specification, including all versions of
-    Apache HTTP Server.</p>
-  </div></div>
-<div class="bottomlang">
-<p><span>Available Languages: </span><a href="./en/cgi_path.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="./ja/cgi_path.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="./ko/cgi_path.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
-</div><div id="footer">
-<p class="apache">Copyright 1999-2004 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>
-<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
diff --git a/docs/manual/cgi_path.html.ja.euc-jp b/docs/manual/cgi_path.html.ja.euc-jp
deleted file mode 100644 (file)
index c53ba55..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"><head><!--
-        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-              This file is generated from xml source: DO NOT EDIT
-        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-      -->
-<title>CGI ´Ä¶­¤Ç¤Î PATH_INFO ¤ÎÊѹ¹ - Apache HTTP ¥µ¡¼¥Ð</title>
-<link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
-<link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
-<link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
-<link href="./images/favicon.ico" rel="shortcut icon" /></head>
-<body id="manual-page"><div id="page-header">
-<p class="menu"><a href="./mod/">¥â¥¸¥å¡¼¥ë</a> | <a href="./mod/directives.html">¥Ç¥£¥ì¥¯¥Æ¥£¥Ö</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">ÍѸì</a> | <a href="./sitemap.html">¥µ¥¤¥È¥Þ¥Ã¥×</a></p>
-<p class="apache">Apache HTTP ¥µ¡¼¥Ð ¥Ð¡¼¥¸¥ç¥ó 2.1</p>
-<img alt="" src="./images/feather.gif" /></div>
-<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
-<div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.1</a></div><div id="page-content"><div id="preamble"><h1>CGI ´Ä¶­¤Ç¤Î PATH_INFO ¤ÎÊѹ¹</h1>
-<div class="toplang">
-<p><span>Available Languages: </span><a href="./en/cgi_path.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
-<a href="./ja/cgi_path.html" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="./ko/cgi_path.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
-</div>
-<div class="outofdate">This translation may be out of date. Check the
-            English version for recent changes.</div>
-
-    <p>Apache 1.1.1 ¤ª¤è¤Ó¤½¤ì°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¼ÂÁõ¤µ¤ì¤Æ¤¤¤¿
-    CGI ´Ä¶­¤Ç PATH_INFO ¤òºîÀ®¤¹¤ëÊýË¡¤Ïľ´ÑŪ¤Ç¤Ê¤¯¡¢
-    ¾ì¹ç¤Ë¤è¤Ã¤Æ¤Ï¥¯¥é¥Ã¥·¥å¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤·¤¿¡£
-    Apache 1.2 µÚ¤Ó¤½¤ì°Ê¹ß¤Ë¤ª¤¤¤Æ¡¢¤³¤ÎÆ°ºî¤¬Êѹ¹¤µ¤ì¤Þ¤·¤¿¡£
-    ¤³¤Î¤³¤È¤Ë¤è¤êÆÃÄê¤Î¸Å¤¤ CGI ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ë¤ª¤¤¤Æ¤¤¤¯¤Ä¤«
-    ¸ß´¹À­¤ÎÌäÂ꤬À¸¤¸¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¤¬¡¢¤½¤ì¤Ç¤â Apache 1.2 ¤ÎÆ°ºî¤Ï
-    CGI/1.1 »ÅÍͤȸߴ¹¤¬¤¢¤ê¡¢CGI ¥¹¥¯¥ê¥×¥È¤ÏÍưפ˽¤Àµ¤Ç¤­¤Þ¤¹(<a href="#compat">°Ê²¼»²¾È</a>)¡£</p>
-  </div>
-<div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#prob">ÌäÂê</a></li>
-<li><img alt="" src="./images/down.gif" /> <a href="#solution">²ò·è</a></li>
-<li><img alt="" src="./images/down.gif" /> <a href="#compat">°ÊÁ°¤Î¥µ¡¼¥Ð¤È¤Î¸ß´¹À­</a></li>
-</ul></div>
-<div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="prob" id="prob">ÌäÂê</a></h2>
-
-    <p>Apache 1.1.1 ¤ª¤è¤Ó¤½¤ì°ÊÁ°¤Ç¤Ï¡¢URL ¤Ç¤Ï¤Ê¤¯¥Õ¥¡¥¤¥ë̾¤ò»²¾È¤·¤Æ
-    PATH_INFO ¤È SCRIPT_NAME ´Ä¶­ÊÑ¿ô¤òÀßÄꤷ¤Æ¤¤¤Þ¤·¤¿¡£
-    Â¿¤¯¤Î¾ì¹ç¤Ï¤³¤ì¤¬Àµ¤·¤¤·ë²Ì¤òÊÖ¤·¤Þ¤¹¤¬¡¢¥Ñ¥¹¾ðÊó¤ò´Þ¤à¤è¤¦¤Ë
-    filesystem ¥Ñ¥¹¤¬¥ª¡¼¥Ð¡¼¥í¡¼¥É¤µ¤ì¤¿¾ì¹ç¤Ï¡¢
-    ¸í¤Ã¤¿·ë²Ì¤òÊÖ¤¹¾ì¹ç¤¬¤¢¤ê¤Þ¤·¤¿¡£
-    ¤¿¤È¤¨¤Ð¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤Ë°Ê²¼¤¬¤¢¤ë¾ì¹ç</p>
-
-    <div class="example"><p><code>
-      Alias /cgi-ralph /usr/local/httpd/cgi-bin/user.cgi/ralph
-    </code></p></div>
-
-    <p>¤³¤Î¾ì¹ç¡¢<code>user.cgi</code> ¤Ï CGI ¥¹¥¯¥ê¥×¥È¤Ç¤¢¤ê¡¢
-    "/ralph" ¤Ï¡¢CGI ¤ËÅϤµ¤ì¤ë¾ðÊó¤Ç¤¹¡£¤â¤·¾å¤ÎÀßÄ꤬¤Ê¤µ¤ì¤Æ¤¤¤Æ¡¢
-    "<code>/cgi-ralph/script/</code>" ¤Ø¤Î¥ê¥¯¥¨¥¹¥È¤¬Íè¤ì¤Ð¡¢
-    PATH_INFO ¤Ë¤Ï "<code>/ralph/script/</code>" ¤¬¡¢
-    SCRIPT_NAME ¤Ë¤Ï "<code>/cgi-</code>" ¤¬ÀßÄꤵ¤ì¤Þ¤¹¡£
-    ÌÀ¤é¤«¤Ë¡¢¸å¼Ô¤Ï´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹¡£ÆÃÄê¤Î¾ì¹ç¤Ë¤Ï¡¢¤³¤ì¤Ë¤è¤ê
-    ¥µ¡¼¥Ð¤¬¥¯¥é¥Ã¥·¥å¤¹¤ë¤³¤È¤µ¤¨¤¢¤ê¤Þ¤·¤¿¡£</p>
-  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="solution" id="solution">²ò·è</a></h2>
-    <p>Apache 1.2 °Ê¹ß¤Ç¤Ï SCRIPT_NAME ¤È PATH_INFO ¤Î·èÄê¤Ë¤Ï URL
-    ¤òľÀÜ»²¾È¤·¤Æ¡¢URL
-    ¤Î¤É¤ì¤À¤±¤ÎÉôʬ¤¬¥¯¥é¥¤¥¢¥ó¥È¤¬Êѹ¹²Äǽ¤Ê¤Î¤«¤ò³ÎÄꤵ¤»¤¿¾å¤Ç
-    PATH_INFO ¤òÀßÄꤹ¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¾å¤ÎÎã¤Ç¤Ï¡¢PATH_INFO ¤Ë¤Ï
-    "<code>/script</code>" ¤¬¡¢SCRIPT_NAME ¤Ë¤Ï
-    "<code>/cgi-ralph</code>" ¤¬ÀßÄꤵ¤ì¤Þ¤¹¡£
-    ¤³¤ì¤ÏÀµ¤·¤¯¡¢¤µ¤é¤Ë¡¢¥µ¡¼¥Ð¤ÎÆ°ºî¤ËÌäÂê¤òµ¯¤³¤¹¤³¤È¤â¤¢¤ê¤Þ¤»¤ó¡£¤Þ¤¿¡¢
-    "<code>http://$SERVER_NAME:$SERVER_PORT$SCRIPT_NAME$PATH_INFO</code>"
-    ¤¬¡¢¾ï¤ËºÇ¿·¤Î¥¹¥¯¥ê¥×¥È¤ò»Ø¤¹¡¢¥¢¥¯¥»¥¹²Äǽ¤Ê URL ¤Ç¤¢¤ë¤³¤È¤ò
-    Êݾڤ·¤Þ¤¹¡£¤³¤ì¤Ï¡¢°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Apache
-    ¤Ç¤Ïɬ¤º¤·¤â¤½¤¦¤È¤Ï¸Â¤é¤Ê¤«¤Ã¤¿¤³¤È¤Ç¤¹¡£
-    </p>
-
-    <p>¤·¤«¤· <code>Alias</code> ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤«¤é¤Î
-    "<code>/ralph</code>" ¾ðÊó¤Ï¼º¤ï¤ì¤Þ¤¹¡£
-    ¤³¤ì¤Ï»ÄÇ°¤Ç¤¹¤¬¡¢filesystem ¤òÄ̤·¤Æ¤³¤Î¼ïÎà¤Î¾ðÊó¤ò
-    ÅϤ¹¤Î¤ÏÁ¦¤á¤é¤ì¤¿ÊýË¡¤Ç¤Ï¤Ê¤¯¡¢
-    ¤Þ¤¿¤½¤ì¤ò»È¤Ã¤¿¥¹¥¯¥ê¥×¥È¤ÏÆ°ºî¤·¤Ê¤¯¤Æ¤âÅöÁ³¤À¤È¹Í¤¨¤Þ¤¹¡£
-    ¤¿¤À¤·¡¢Apache 1.2b3 °Ê¹ß¤Ç¤Ï<a href="#compat">ÂåÂؼêÃÊ</a>¤òÍÑ°Õ¤·¤Æ¤¤¤Þ¤¹¡£</p>
-  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="compat" id="compat">°ÊÁ°¤Î¥µ¡¼¥Ð¤È¤Î¸ß´¹À­</a></h2>
-    
-
-    <p>°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Apache ¤ä¾¤Î¥µ¡¼¥Ð¸þ¤±¤ËÀ߷פµ¤ì¤¿
-    ¥¹¥¯¥ê¥×¥È¤Ë¤Ï¸Å¤¤ PATH_INFO ÊÑ¿ô¤Ë¤è¤êÄ󶡤µ¤ì¤ë¾ðÊó¤¬
-    É¬ÍפǤ¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£
-    ¤³¤ÎÌÜŪ¤Î¤¿¤á¤Ë¡¢
-    Apache 1.2 (1.2b3 °Ê¹ß) ¤Ç¤ÏÄɲäÎÊÑ¿ô¡¢FILEPATH_INFO
-    ¤òÀßÄꤷ¤Þ¤¹¡£¤³¤Î´Ä¶­ÊÑ¿ô¤Ë¤Ï¡¢Apache 1.1.1 ¤Ç
-    PATH_INFO ¤Ç¤¢¤Ã¤¿¤Ç¤¢¤í¤¦Ãͤ¬ÀßÄꤵ¤ì¤Þ¤¹¡£</p>
-
-    <p>Apache 1.2 ¤ª¤è¤Ó¤½¤ì°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ÎξÊý¤ÇÆ°ºî¤µ¤»¤¿¤¤¥¹¥¯¥ê¥×¥È¤Ï¡¢
-    FILEPATH_INFO ¤Î¸ºß¤òñ¤ËÄ´¤Ù¤Æ¡¢¤½¤ì¤¬¤¢¤ì¤Ð
-    »È¤¦¡¢¤È¤¤¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¡¢PATH_INFO
-    ¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤¿¤È¤¨¤Ð¡¢Perl ¤Ç¤Ï¼¡¤Î¤â¤Î¤ò»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹</p>
-
-    <div class="example"><p><code>
-      $path_info = $ENV{'FILEPATH_INFO'} || $ENV{'PATH_INFO'};
-    </code></p></div>
-
-    <p>¤³¤ì¤Ë¤è¤ê¡¢¥¹¥¯¥ê¥×¥È¤Ï¤¹¤Ù¤Æ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î Apache ¤ò´Þ¤à¡¢
-    CGI/1.1 ¤ò¥µ¥Ý¡¼¥È¤¹¤ë¤¹¤Ù¤Æ¤Î¥µ¡¼¥Ð¤ÇÆ°ºî¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£
-    </p>
-  </div></div>
-<div class="bottomlang">
-<p><span>Available Languages: </span><a href="./en/cgi_path.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
-<a href="./ja/cgi_path.html" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="./ko/cgi_path.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
-</div><div id="footer">
-<p class="apache">Copyright 1999-2004 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>
-<p class="menu"><a href="./mod/">¥â¥¸¥å¡¼¥ë</a> | <a href="./mod/directives.html">¥Ç¥£¥ì¥¯¥Æ¥£¥Ö</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">ÍѸì</a> | <a href="./sitemap.html">¥µ¥¤¥È¥Þ¥Ã¥×</a></p></div>
-</body></html>
\ No newline at end of file
diff --git a/docs/manual/cgi_path.html.ko.euc-kr b/docs/manual/cgi_path.html.ko.euc-kr
deleted file mode 100644 (file)
index dcd7468..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-<?xml version="1.0" encoding="EUC-KR"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!--
-        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-              This file is generated from xml source: DO NOT EDIT
-        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-      -->
-<title>CGI È¯°æ¿¡¼­ PATH_INFOÀÇ º¯È­ - Apache HTTP Server</title>
-<link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
-<link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
-<link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
-<link href="./images/favicon.ico" rel="shortcut icon" /></head>
-<body id="manual-page"><div id="page-header">
-<p class="menu"><a href="./mod/">¸ðµâ</a> | <a href="./mod/directives.html">Áö½Ã¾îµé</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p>
-<p class="apache">Apache HTTP Server Version 2.1</p>
-<img alt="" src="./images/feather.gif" /></div>
-<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
-<div id="path">
-<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-project/">Documentation</a> &gt; <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>CGI È¯°æ¿¡¼­ PATH_INFOÀÇ º¯È­</h1>
-<div class="toplang">
-<p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/cgi_path.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
-<a href="./ja/cgi_path.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="./ko/cgi_path.html" title="Korean">&nbsp;ko&nbsp;</a></p>
-</div>
-<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
-            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
-
-    <p>¾ÆÆÄÄ¡ 1.1.1°ú ±× ÀÌÀü ¹öÀüÀÇ °æ¿ì CGI È¯°æ¿¡¼­
-    PATH_INFO¸¦ ¸¸µå´Â ¹æ¹ýÀÌ Á÷°üÀûÀÌÁö ¾Ê°í ¾î¶² °æ¿ì ¼­¹ö¸¦
-    Á×À̱⵵ Çß´Ù. ¾ÆÆÄÄ¡ 1.2 ÀÌÈÄ ÀÌ ¹æ¹ýÀÌ º¯Çß´Ù. ±âÁ¸ÀÇ
-    ¾î¶² CGI ÇÁ·Î±×·¥µé°ú ¾à°£ÀǠȣȯ¹®Á¦°¡ ÀÖÁö¸¸
-    ¾ÆÆÄÄ¡ 1.2ÀÇ ÇൿÀº ¾ÆÁ÷µµ CGI/1.1 ±Ô¾àÀ» ¹ù¾î³ªÁö¾ÊÀ¸¸ç,
-    ½±°Ô CGI ½ºÅ©¸³Æ®¸¦ ¼öÁ¤ÇÒ ¼ö ÀÖ´Ù. (<a href="#compat">¾Æ·¡
-    Âü°í</a>)</p>
-  </div>
-<div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#prob">¹®Á¦Á¡</a></li>
-<li><img alt="" src="./images/down.gif" /> <a href="#solution">ÇØ°áÃ¥</a></li>
-<li><img alt="" src="./images/down.gif" /> <a href="#compat">ÀÌÀü ¼­¹ö¿Í È£È¯¼º</a></li>
-</ul></div>
-<div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="prob" id="prob">¹®Á¦Á¡</a></h2>
-    <p>¾ÆÆÄÄ¡ 1.1.1°ú ±× ÀÌÀü ¹öÀüÀº URL ´ë½Å ÆÄÀϸíÀ»
-    °¡Áö°í PATH_INFO¿Í SCRIPT_NAME È¯°æº¯¼ö¸¦ ±¸ÇöÇß´Ù. ¸¹Àº
-    °æ¿ì ¿Ã¹Ù¸¥ °á°ú¸¦ ¾òÁö¸¸, ÆÄÀϽýºÅÛ °æ·Î°¡ path
-    Á¤º¸¸¦ Æ÷ÇÔÇÑ´Ù¸é À߸øµÈ °á°ú°¡ ³ª¿Ã ¼ö ÀÖ´Ù. ¿¹¸¦ µé¾î,
-    ¼³Á¤ÆÄÀÏ¿¡ ´ÙÀ½°ú °°Àº ³»¿ëÀÌ ÀÖ´Ù¸é:</p>
-
-    <div class="example"><p><code>
-      Alias /cgi-ralph /usr/local/httpd/cgi-bin/user.cgi/ralph
-    </code></p></div>    
-
-    <p>ÀÌ °æ¿ì <code>user.cgi</code>´Â CGI ½ºÅ©¸³Æ®ÀÌ°í, "/ralph"´Â
-    CGI¿¡ ³Ñ°ÜÁö´Â Á¤º¸´Ù. ÀÌ °æ¿ì
-    "<code>/cgi-ralph/script/</code>"·Î ¿äûÀÌ µé¾î¿À¸é PATH´Â
-    "<code>/ralph/script</code>"°¡ µÇ°í, SCRIPT_NAMEÀº
-    "<code>/cgi-</code>"°¡ µÈ´Ù. ÈÄÀڴ ºÐ¸íÈ÷ À߸øµÇ¾ú´Ù.
-    ½ÉÁö¾î ¾î¶² °æ¿ì ¼­¹ö°¡ Áױ⵵ ÇÑ´Ù.</p>
-  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="solution" id="solution">ÇØ°áÃ¥</a></h2>
-    <p>¾ÆÆÄÄ¡ 1.2 ÀÌÈÄ¿¡¼­´Â URL¿¡¼­ Å¬¶óÀ̾ðÆ®°¡ Á¶Àý°¡´ÉÇÑ
-    ºÎºÐÀ» ÆÇ´ÜÇÏ¿© SCRIPT_NAME°ú PATH_INFO¸¦ ¼³Á¤ÇÑ´Ù. À§ÀÇ
-    ¿¹¿¡¼­ PATH_INFO´Â "<code>/script</code>"°¡ µÇ°í, SCRIPT_NAMEÀº
-    "<code>/cgi-ralph</code>"°¡ µÈ´Ù. À̴ ÇÕ¸®ÀûÀ̸砼­¹ö¿¡
-    ¹®Á¦¸¦ ÀÏÀ¸Å°Áö ¾Ê´Â´Ù. ¶Ç, ÀÌÀü ¹öÀü°ú ´Þ¸® ½ºÅ©¸³Æ®¿¡¼­
-    "<code>http://$SERVER_NAME:$SERVER_PORT$SCRIPT_NAME$PATH_INFO</code>"°¡
-    ÇöÀç ½ºÅ©¸³Æ®¸¦ °¡¸®Å°´Â URLÀÓÀ» º¸ÀåÇÒ ¼ö ÀÖ´Ù.</p>
-
-    <p>±×·¯³ª ºÒÇàÈ÷µµ <code>Alias</code> Áö½Ã¾îÀÇ
-    "<code>/ralph</code>" Á¤º¸´Â »ç¶óÁø´Ù. ±×·¯³ª ¿ì¸®´Â
-    ÆÄÀϽýºÅÛÀ» »ç¿ëÇÏ¿© ÀÌ·± Á¤º¸¸¦ ³Ñ°ÜÁִ °ÍÀÌ ¹Ù¶÷Á÷ÇÑ
-    ¹æ¹ýÀÌ ¾Æ´Ï¸ç, À̸¦ »ç¿ëÇϴ ½ºÅ©¸³Æ®´Â ÀÛµ¿ÇÒ"¸¸ÇÏÁö"
-    ¾Ê´Ù°í »ý°¢ÇÑ´Ù. ±×·¯³ª ¾ÆÆÄÄ¡ 1.2b3 ÀÌÈÄ¿¡´Â ÀÌ¿¡ ´ëÇÑ
-    <a href="#compat">ÇØ°áÃ¥</a>ÀÌ ÀÖ´Ù.</p>
-  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="compat" id="compat">ÀÌÀü ¼­¹ö¿Í È£È¯¼º</a></h2>
-    
-
-    <p>¾ÆÆÄÄ¡ ÀÌÀü ¹öÀüÀ̳ª ´Ù¸¥ ¼­¹ö¿ëÀ¸·Î ¼³°èµÈ ½ºÅ©¸³Æ®´Â
-    ÀÌÀü PATH_INFO º¯¼ö°¡ Á¦°øÇß´ø Á¤º¸°¡ ÇÊ¿äÇÒ ¼ö ÀÖ´Ù. ±×·¡¼­
-    ¾ÆÆÄÄ¡ 1.2 (1.2b3 ÀÌÈÄ)´Â FILEPATH_INFO¶ó´Â º¯¼ö¸¦ ´õ ¼³Á¤ÇÑ´Ù.
-    À̠ȯ°æº¯¼ö´Â ¾ÆÆÄÄ¡ 1.1.1ÀÇ PATH_INFO °ªÀ» °¡Áø´Ù.</p>
-
-    <p>½ºÅ©¸³Æ®°¡ ¾ÆÆÄÄ¡ 1.2¿Í ÀÌÀü ¹öÀü ¸ðµÎ¿¡¼­ µ¿ÀÛÇÏ°ÔÇÏ·Á¸é,
-    ¸ÕÀú FILEPATH_INFO°¡ ÀÖ´ÂÁö °Ë»çÇÏ°í Àִٸ頱װÍÀ»
-    »ç¿ëÇÑ´Ù. ¾ø´Ù¸é PATH_INFO¸¦ »ç¿ëÇÑ´Ù. ¿¹¸¦ µé¾î,
-    Perl·Î´Â ´ÙÀ½°ú °°´Ù:</p>
-
-    <div class="example"><p><code>
-      $path_info = $ENV{'FILEPATH_INFO'} || $ENV{'PATH_INFO'};
-    </code></p></div>
-
-    <p>ÀÌ·¸°Ô Çϸ頸ðµç ¾ÆÆÄÄ¡¸¦ Æ÷ÇÔÇÏ¿© CGI/1.1 ±ÔÁ¤À» µû¸£´Â
-    ¸ðµç ¼­¹ö¿¡¼­ ½ºÅ©¸³Æ®°¡ µ¿ÀÛÇÒ ¼ö ÀÖ´Ù.</p>
-  </div></div>
-<div class="bottomlang">
-<p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/cgi_path.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
-<a href="./ja/cgi_path.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="./ko/cgi_path.html" title="Korean">&nbsp;ko&nbsp;</a></p>
-</div><div id="footer">
-<p class="apache">Copyright 1999-2004 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>
-<p class="menu"><a href="./mod/">¸ðµâ</a> | <a href="./mod/directives.html">Áö½Ã¾îµé</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div>
-</body></html>
\ No newline at end of file
diff --git a/docs/manual/cgi_path.xml b/docs/manual/cgi_path.xml
deleted file mode 100644 (file)
index 22b470c..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
-<?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
-<!-- $Revision: 1.8 $ -->
-
-<!--
- Copyright 2002-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.
--->
-
-<manualpage metafile="cgi_path.xml.meta">
-
-  <title>PATH_INFO Changes in the CGI Environment</title>
-
-  <summary>
-    <p>As implemented in Apache HTTP Server 1.1.1 and earlier versions, the
-    method <code>httpd</code> used to create PATH_INFO in the CGI
-    environment was counterintuitive, and could result in crashes in certain
-    cases. In Apache HTTP Server 1.2 and beyond, this behavior has changed.
-    Although this results in some compatibility problems with
-    certain legacy CGI applications, the Apache 1.2 behavior is
-    still compatible with the CGI/1.1 specification, and CGI
-    scripts can be easily modified (<a href="#compat">see
-    below</a>).</p>
-  </summary>
-
-  <section id="prob"><title>The Problem</title>
-    <p>Apache HTTP Server 1.1.1 and earlier implemented the PATH_INFO and
-    SCRIPT_NAME environment variables by looking at the filename,
-    not the URL. While this resulted in the correct values in many
-    cases, when the filesystem path was overloaded to contain path
-    information, it could result in errant behavior. For example,
-    if the following appeared in a config file:</p>
-
-    <example>
-      Alias /cgi-ralph /usr/local/httpd/cgi-bin/user.cgi/ralph
-    </example>    
-
-    <p>In this case, <code>user.cgi</code> is the CGI script, the
-    "<code>/ralph</code>" is information to be passed onto the CGI. If this
-    configuration was in place, and a request came for
-    "<code>/cgi-ralph/script/</code>", the code would set PATH_INFO
-    to "<code>/ralph/script</code>", and SCRIPT_NAME to
-    "<code>/cgi-</code>". Obviously, the latter is incorrect. In
-    certain cases, this could even cause the server to crash.</p>
-  </section>
-
-  <section id="solution"><title>The Solution</title>
-    <p>Apache HTTP Server 1.2 and later now determine SCRIPT_NAME and
-    PATH_INFO by looking directly at the URL, and determining how much of
-    the URL is client-modifiable, and setting PATH_INFO to it. To use
-    the above example, PATH_INFO would be set to
-    "<code>/script</code>", and SCRIPT_NAME to
-    "<code>/cgi-ralph</code>". This makes sense and results in no
-    server behavior problems. It also permits the script to be
-    guaranteed that
-    "<code>http://$SERVER_NAME:$SERVER_PORT$SCRIPT_NAME$PATH_INFO</code>"
-    will always be an accessible URL that points to the current
-    script, something which was not necessarily true with previous
-    versions of <code>httpd</code>.</p>
-
-    <p>However, the "<code>/ralph</code>" information from the
-    <code>Alias</code> directive is lost. This is unfortunate, but
-    we feel that using the filesystem to pass along this sort of
-    information is not a recommended method, and a script making
-    use of it "deserves" not to work. Apache 1.2b3 and later,
-    however, do provide <a href="#compat">a workaround.</a></p>
-  </section>
-
-  <section id="compat">
-    <title>Compatibility with Previous Servers</title>
-
-    <p>It may be necessary for a script that was designed for
-    earlier versions of Apache HTTP Server or other servers to need the
-    information that the old PATH_INFO variable provided. For this
-    purpose, Apache 1.2 (1.2b3 and later) sets an additional
-    variable, FILEPATH_INFO. This environment variable contains the
-    value that PATH_INFO would have had with Apache 1.1.1.</p>
-
-    <p>A script that wishes to work with both Apache 1.2 and
-    earlier versions can simply test for the existence of
-    FILEPATH_INFO, and use it if available. Otherwise, it can use
-    PATH_INFO. For example, in Perl, one might use:</p>
-
-    <example>
-      $path_info = $ENV{'FILEPATH_INFO'} || $ENV{'PATH_INFO'};
-    </example>
-
-    <p>By doing this, a script can work with all servers supporting
-    the CGI/1.1 specification, including all versions of
-    Apache HTTP Server.</p>
-  </section>
-</manualpage>
diff --git a/docs/manual/cgi_path.xml.ja b/docs/manual/cgi_path.xml.ja
deleted file mode 100644 (file)
index 6829cc5..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-<?xml version="1.0" encoding="iso-2022-jp"?>
-<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
-<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 1.7 (outdated: 1.8) -->
-
-<!--
- Copyright 2002-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.
--->
-
-<manualpage metafile="cgi_path.xml.meta">
-
-  <title>CGI \e$B4D6-$G$N\e(B PATH_INFO \e$B$NJQ99\e(B</title>
-
-  <summary>
-    <p>Apache 1.1.1 \e$B$*$h$S$=$l0JA0$N%P!<%8%g%s$G<BAu$5$l$F$$$?\e(B
-    CGI \e$B4D6-$G\e(B PATH_INFO \e$B$r:n@.$9$kJ}K!$OD>4QE*$G$J$/!"\e(B
-    \e$B>l9g$K$h$C$F$O%/%i%C%7%e$9$k$3$H$b$"$j$^$7$?!#\e(B
-    Apache 1.2 \e$B5Z$S$=$l0J9_$K$*$$$F!"$3$NF0:n$,JQ99$5$l$^$7$?!#\e(B
-    \e$B$3$N$3$H$K$h$jFCDj$N8E$$\e(B CGI \e$B%"%W%j%1!<%7%g%s$K$*$$$F$$$/$D$+\e(B
-    \e$B8_49@-$NLdBj$,@8$8$k$3$H$,$"$j$^$9$,!"$=$l$G$b\e(B Apache 1.2 \e$B$NF0:n$O\e(B
-    CGI/1.1 \e$B;EMM$H8_49$,$"$j!"\e(BCGI \e$B%9%/%j%W%H$OMF0W$K=$@5$G$-$^$9\e(B(<a
-    href="#compat">\e$B0J2<;2>H\e(B</a>)\e$B!#\e(B</p>
-  </summary>
-
-    <section id="prob"><title>\e$BLdBj\e(B</title>
-
-    <p>Apache 1.1.1 \e$B$*$h$S$=$l0JA0$G$O!"\e(BURL \e$B$G$O$J$/%U%!%$%kL>$r;2>H$7$F\e(B
-    PATH_INFO \e$B$H\e(B SCRIPT_NAME \e$B4D6-JQ?t$r@_Dj$7$F$$$^$7$?!#\e(B
-    \e$BB?$/$N>l9g$O$3$l$,@5$7$$7k2L$rJV$7$^$9$,!"%Q%9>pJs$r4^$`$h$&$K\e(B
-    filesystem \e$B%Q%9$,%*!<%P!<%m!<%I$5$l$?>l9g$O!"\e(B
-    \e$B8m$C$?7k2L$rJV$9>l9g$,$"$j$^$7$?!#\e(B
-    \e$B$?$H$($P!"@_Dj%U%!%$%k$K0J2<$,$"$k>l9g\e(B</p>
-
-    <example>
-      Alias /cgi-ralph /usr/local/httpd/cgi-bin/user.cgi/ralph
-    </example>
-
-    <p>\e$B$3$N>l9g!"\e(B<code>user.cgi</code> \e$B$O\e(B CGI \e$B%9%/%j%W%H$G$"$j!"\e(B
-    &quot;/ralph&quot; \e$B$O!"\e(BCGI \e$B$KEO$5$l$k>pJs$G$9!#$b$7>e$N@_Dj$,$J$5$l$F$$$F!"\e(B
-    &quot;<code>/cgi-ralph/script/</code>&quot; \e$B$X$N%j%/%(%9%H$,Mh$l$P!"\e(B
-    PATH_INFO \e$B$K$O\e(B &quot;<code>/ralph/script/</code>&quot; \e$B$,!"\e(B
-    SCRIPT_NAME \e$B$K$O\e(B &quot;<code>/cgi-</code>&quot; \e$B$,@_Dj$5$l$^$9!#\e(B
-    \e$BL@$i$+$K!"8e<T$O4V0c$C$F$$$^$9!#FCDj$N>l9g$K$O!"$3$l$K$h$j\e(B
-    \e$B%5!<%P$,%/%i%C%7%e$9$k$3$H$5$($"$j$^$7$?!#\e(B</p>
-  </section>
-
-  <section id="solution"><title>\e$B2r7h\e(B</title>
-    <p>Apache 1.2 \e$B0J9_$G$O\e(B SCRIPT_NAME \e$B$H\e(B PATH_INFO \e$B$N7hDj$K$O\e(B URL
-    \e$B$rD>@\;2>H$7$F!"\e(BURL
-    \e$B$N$I$l$@$1$NItJ,$,%/%i%$%"%s%H$,JQ992DG=$J$N$+$r3NDj$5$;$?>e$G\e(B
-    PATH_INFO \e$B$r@_Dj$9$k$h$&$K$J$j$^$7$?!#>e$NNc$G$O!"\e(BPATH_INFO \e$B$K$O\e(B
-    &quot;<code>/script</code>&quot; \e$B$,!"\e(BSCRIPT_NAME \e$B$K$O\e(B
-    &quot;<code>/cgi-ralph</code>&quot; \e$B$,@_Dj$5$l$^$9!#\e(B
-    \e$B$3$l$O@5$7$/!"$5$i$K!"%5!<%P$NF0:n$KLdBj$r5/$3$9$3$H$b$"$j$^$;$s!#$^$?!"\e(B
-    &quot;<code>http://$SERVER_NAME:$SERVER_PORT$SCRIPT_NAME$PATH_INFO</code>&quot;
-    \e$B$,!">o$K:G?7$N%9%/%j%W%H$r;X$9!"%"%/%;%92DG=$J\e(B URL \e$B$G$"$k$3$H$r\e(B
-    \e$BJ]>Z$7$^$9!#$3$l$O!"0JA0$N%P!<%8%g%s$N\e(B Apache
-    \e$B$G$OI,$:$7$b$=$&$H$O8B$i$J$+$C$?$3$H$G$9!#\e(B
-    </p>
-
-    <p>\e$B$7$+$7\e(B <code>Alias</code> \e$B%G%#%l%/%F%#%V$+$i$N\e(B
-    &quot;<code>/ralph</code>&quot; \e$B>pJs$O<:$o$l$^$9!#\e(B
-    \e$B$3$l$O;DG0$G$9$,!"\e(Bfilesystem \e$B$rDL$7$F$3$N<oN`$N>pJs$r\e(B
-    \e$BEO$9$N$OA&$a$i$l$?J}K!$G$O$J$/!"\e(B
-    \e$B$^$?$=$l$r;H$C$?%9%/%j%W%H$OF0:n$7$J$/$F$bEvA3$@$H9M$($^$9!#\e(B
-    \e$B$?$@$7!"\e(BApache 1.2b3 \e$B0J9_$G$O\e(B<a
-    href="#compat">\e$BBeBX<jCJ\e(B</a>\e$B$rMQ0U$7$F$$$^$9!#\e(B</p>
-  </section>
-
-  <section id="compat">
-    <title>\e$B0JA0$N%5!<%P$H$N8_49@-\e(B</title>
-
-    <p>\e$B0JA0$N%P!<%8%g%s$N\e(B Apache \e$B$dB>$N%5!<%P8~$1$K@_7W$5$l$?\e(B
-    \e$B%9%/%j%W%H$K$O8E$$\e(B PATH_INFO \e$BJQ?t$K$h$jDs6!$5$l$k>pJs$,\e(B
-    \e$BI,MW$G$"$k$+$b$7$l$^$;$s!#\e(B
-    \e$B$3$NL\E*$N$?$a$K!"\e(B
-    Apache 1.2 (1.2b3 \e$B0J9_\e(B) \e$B$G$ODI2C$NJQ?t!"\e(BFILEPATH_INFO
-    \e$B$r@_Dj$7$^$9!#$3$N4D6-JQ?t$K$O!"\e(BApache 1.1.1 \e$B$G\e(B
-    PATH_INFO \e$B$G$"$C$?$G$"$m$&CM$,@_Dj$5$l$^$9!#\e(B</p>
-
-    <p>Apache 1.2 \e$B$*$h$S$=$l0JA0$N%P!<%8%g%s$NN>J}$GF0:n$5$;$?$$%9%/%j%W%H$O!"\e(B
-    FILEPATH_INFO \e$B$NB8:_$rC1$KD4$Y$F!"$=$l$,$"$l$P\e(B
-    \e$B;H$&!"$H$$$&$3$H$,$G$-$^$9!#$=$&$G$J$1$l$P!"\e(BPATH_INFO
-    \e$B$r;H$&$3$H$,$G$-$^$9!#$?$H$($P!"\e(BPerl \e$B$G$O<!$N$b$N$r;H$&$3$H$,$G$-$^$9\e(B</p>
-
-    <example>
-      $path_info = $ENV{'FILEPATH_INFO'} || $ENV{'PATH_INFO'};
-    </example>
-
-    <p>\e$B$3$l$K$h$j!"%9%/%j%W%H$O$9$Y$F$N%P!<%8%g%s$N\e(B Apache \e$B$r4^$`!"\e(B
-    CGI/1.1 \e$B$r%5%]!<%H$9$k$9$Y$F$N%5!<%P$GF0:n$9$k$3$H$,$G$-$^$9!#\e(B
-    </p>
-  </section>
-</manualpage>
diff --git a/docs/manual/cgi_path.xml.ko b/docs/manual/cgi_path.xml.ko
deleted file mode 100644 (file)
index 0550d55..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="EUC-KR" ?>
-<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
-<?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 1.7 (outdated: 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.
--->
-
-<manualpage metafile="cgi_path.xml.meta">
-
-  <title>CGI È¯°æ¿¡¼­ PATH_INFOÀÇ º¯È­</title>
-
-  <summary>
-    <p>¾ÆÆÄÄ¡ 1.1.1°ú ±× ÀÌÀü ¹öÀüÀÇ °æ¿ì CGI È¯°æ¿¡¼­
-    PATH_INFO¸¦ ¸¸µå´Â ¹æ¹ýÀÌ Á÷°üÀûÀÌÁö ¾Ê°í ¾î¶² °æ¿ì ¼­¹ö¸¦
-    Á×À̱⵵ Çß´Ù. ¾ÆÆÄÄ¡ 1.2 ÀÌÈÄ ÀÌ ¹æ¹ýÀÌ º¯Çß´Ù. ±âÁ¸ÀÇ
-    ¾î¶² CGI ÇÁ·Î±×·¥µé°ú ¾à°£ÀǠȣȯ¹®Á¦°¡ ÀÖÁö¸¸
-    ¾ÆÆÄÄ¡ 1.2ÀÇ ÇൿÀº ¾ÆÁ÷µµ CGI/1.1 ±Ô¾àÀ» ¹ù¾î³ªÁö¾ÊÀ¸¸ç,
-    ½±°Ô CGI ½ºÅ©¸³Æ®¸¦ ¼öÁ¤ÇÒ ¼ö ÀÖ´Ù. (<a href="#compat">¾Æ·¡
-    Âü°í</a>)</p>
-  </summary>
-
-  <section id="prob"><title>¹®Á¦Á¡</title>
-    <p>¾ÆÆÄÄ¡ 1.1.1°ú ±× ÀÌÀü ¹öÀüÀº URL ´ë½Å ÆÄÀϸíÀ»
-    °¡Áö°í PATH_INFO¿Í SCRIPT_NAME È¯°æº¯¼ö¸¦ ±¸ÇöÇß´Ù. ¸¹Àº
-    °æ¿ì ¿Ã¹Ù¸¥ °á°ú¸¦ ¾òÁö¸¸, ÆÄÀϽýºÅÛ °æ·Î°¡ path
-    Á¤º¸¸¦ Æ÷ÇÔÇÑ´Ù¸é À߸øµÈ °á°ú°¡ ³ª¿Ã ¼ö ÀÖ´Ù. ¿¹¸¦ µé¾î,
-    ¼³Á¤ÆÄÀÏ¿¡ ´ÙÀ½°ú °°Àº ³»¿ëÀÌ ÀÖ´Ù¸é:</p>
-
-    <example>
-      Alias /cgi-ralph /usr/local/httpd/cgi-bin/user.cgi/ralph
-    </example>    
-
-    <p>ÀÌ °æ¿ì <code>user.cgi</code>´Â CGI ½ºÅ©¸³Æ®ÀÌ°í, "/ralph"´Â
-    CGI¿¡ ³Ñ°ÜÁö´Â Á¤º¸´Ù. ÀÌ °æ¿ì
-    "<code>/cgi-ralph/script/</code>"·Î ¿äûÀÌ µé¾î¿À¸é PATH´Â
-    "<code>/ralph/script</code>"°¡ µÇ°í, SCRIPT_NAMEÀº
-    "<code>/cgi-</code>"°¡ µÈ´Ù. ÈÄÀڴ ºÐ¸íÈ÷ À߸øµÇ¾ú´Ù.
-    ½ÉÁö¾î ¾î¶² °æ¿ì ¼­¹ö°¡ Áױ⵵ ÇÑ´Ù.</p>
-  </section>
-
-  <section id="solution"><title>ÇØ°áÃ¥</title>
-    <p>¾ÆÆÄÄ¡ 1.2 ÀÌÈÄ¿¡¼­´Â URL¿¡¼­ Å¬¶óÀ̾ðÆ®°¡ Á¶Àý°¡´ÉÇÑ
-    ºÎºÐÀ» ÆÇ´ÜÇÏ¿© SCRIPT_NAME°ú PATH_INFO¸¦ ¼³Á¤ÇÑ´Ù. À§ÀÇ
-    ¿¹¿¡¼­ PATH_INFO´Â "<code>/script</code>"°¡ µÇ°í, SCRIPT_NAMEÀº
-    "<code>/cgi-ralph</code>"°¡ µÈ´Ù. À̴ ÇÕ¸®ÀûÀ̸砼­¹ö¿¡
-    ¹®Á¦¸¦ ÀÏÀ¸Å°Áö ¾Ê´Â´Ù. ¶Ç, ÀÌÀü ¹öÀü°ú ´Þ¸® ½ºÅ©¸³Æ®¿¡¼­
-    "<code>http://$SERVER_NAME:$SERVER_PORT$SCRIPT_NAME$PATH_INFO</code>"°¡
-    ÇöÀç ½ºÅ©¸³Æ®¸¦ °¡¸®Å°´Â URLÀÓÀ» º¸ÀåÇÒ ¼ö ÀÖ´Ù.</p>
-
-    <p>±×·¯³ª ºÒÇàÈ÷µµ <code>Alias</code> Áö½Ã¾îÀÇ
-    "<code>/ralph</code>" Á¤º¸´Â »ç¶óÁø´Ù. ±×·¯³ª ¿ì¸®´Â
-    ÆÄÀϽýºÅÛÀ» »ç¿ëÇÏ¿© ÀÌ·± Á¤º¸¸¦ ³Ñ°ÜÁִ °ÍÀÌ ¹Ù¶÷Á÷ÇÑ
-    ¹æ¹ýÀÌ ¾Æ´Ï¸ç, À̸¦ »ç¿ëÇϴ ½ºÅ©¸³Æ®´Â ÀÛµ¿ÇÒ"¸¸ÇÏÁö"
-    ¾Ê´Ù°í »ý°¢ÇÑ´Ù. ±×·¯³ª ¾ÆÆÄÄ¡ 1.2b3 ÀÌÈÄ¿¡´Â ÀÌ¿¡ ´ëÇÑ
-    <a href="#compat">ÇØ°áÃ¥</a>ÀÌ ÀÖ´Ù.</p>
-  </section>
-
-  <section id="compat">
-    <title>ÀÌÀü ¼­¹ö¿Í È£È¯¼º</title>
-
-    <p>¾ÆÆÄÄ¡ ÀÌÀü ¹öÀüÀ̳ª ´Ù¸¥ ¼­¹ö¿ëÀ¸·Î ¼³°èµÈ ½ºÅ©¸³Æ®´Â
-    ÀÌÀü PATH_INFO º¯¼ö°¡ Á¦°øÇß´ø Á¤º¸°¡ ÇÊ¿äÇÒ ¼ö ÀÖ´Ù. ±×·¡¼­
-    ¾ÆÆÄÄ¡ 1.2 (1.2b3 ÀÌÈÄ)´Â FILEPATH_INFO¶ó´Â º¯¼ö¸¦ ´õ ¼³Á¤ÇÑ´Ù.
-    À̠ȯ°æº¯¼ö´Â ¾ÆÆÄÄ¡ 1.1.1ÀÇ PATH_INFO °ªÀ» °¡Áø´Ù.</p>
-
-    <p>½ºÅ©¸³Æ®°¡ ¾ÆÆÄÄ¡ 1.2¿Í ÀÌÀü ¹öÀü ¸ðµÎ¿¡¼­ µ¿ÀÛÇÏ°ÔÇÏ·Á¸é,
-    ¸ÕÀú FILEPATH_INFO°¡ ÀÖ´ÂÁö °Ë»çÇÏ°í Àִٸ頱װÍÀ»
-    »ç¿ëÇÑ´Ù. ¾ø´Ù¸é PATH_INFO¸¦ »ç¿ëÇÑ´Ù. ¿¹¸¦ µé¾î,
-    Perl·Î´Â ´ÙÀ½°ú °°´Ù:</p>
-
-    <example>
-      $path_info = $ENV{'FILEPATH_INFO'} || $ENV{'PATH_INFO'};
-    </example>
-
-    <p>ÀÌ·¸°Ô Çϸ頸ðµç ¾ÆÆÄÄ¡¸¦ Æ÷ÇÔÇÏ¿© CGI/1.1 ±ÔÁ¤À» µû¸£´Â
-    ¸ðµç ¼­¹ö¿¡¼­ ½ºÅ©¸³Æ®°¡ µ¿ÀÛÇÒ ¼ö ÀÖ´Ù.</p>
-  </section>
-</manualpage>
diff --git a/docs/manual/cgi_path.xml.meta b/docs/manual/cgi_path.xml.meta
deleted file mode 100644 (file)
index ae8359a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<metafile>
-  <basename>cgi_path</basename>
-  <path>/</path>
-  <relpath>.</relpath>
-
-  <variants>
-    <variant>en</variant>
-    <variant outdated="yes">ja</variant>
-    <variant outdated="yes">ko</variant>
-  </variants>
-</metafile>
index 812d800ccc2de39f126752d6c58e68663c10b17f..ef9a1edfaba360da5b2e3795eed73f35450016bd 100644 (file)
@@ -141,7 +141,6 @@ HPUX betreiben</a></li>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="misc" id="misc">Weitere Apache-Dokumentationen</a></h2>
 <ul><li class="separate"><a href="misc/">Übersicht</a></li>
-<li><a href="cgi_path.html">PATH_INFO-Änderungen in der CGI-Umgebung</a></li>
 <li><a href="misc/relevant_standards.html">Wichtige Standards</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
index 4007cee46d062548d10d2983729a81bf324d5cff..83d0e2962034542232f5c068c0d22c0214412946 100644 (file)
@@ -139,7 +139,6 @@ Server on HPUX</a></li>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="misc" id="misc">Apache Miscellaneous Documentation</a></h2>
 <ul><li class="separate"><a href="misc/">Overview</a></li>
-<li><a href="cgi_path.html">PATH_INFO Changes in the CGI Environment</a></li>
 <li><a href="misc/relevant_standards.html">Relevant Standards</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
index 2a84a3f0bea2e982265bae2c1151b55b10021175..e5e96795fbcd2230a3d182e7866836da2db44421 100644 (file)
@@ -141,7 +141,6 @@ Apache</a></li>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="misc" id="misc">Documentación adicional sobre Apache</a></h2>
 <ul><li class="separate"><a href="misc/">Visión General</a></li>
-<li><a href="cgi_path.html">Cambios en PATH_INFO en el entorno CGI</a></li>
 <li><a href="misc/relevant_standards.html">Estándares Importantes</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
index 0bb7da7d2209ad797fab8b86c839ba6f851ae1d2..26e3a1880e4ad84a268bb35bc2bbde1b796a3657 100644 (file)
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="misc" id="misc">Apache ¤½¤Î¾</a></h2>
 <ul><li class="separate"><a href="misc/">³µÎ¬</a></li>
-<li><a href="cgi_path.html">CGI ´Ä¶­¤Î PATH_INFO ¤ÎÊѹ¹</a></li>
 <li><a href="misc/relevant_standards.html">´ØÏ¢¤¹¤ëɸ½àµ¬³Ê</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
index f625e576bd3652031051cc954fed3a6e5097e6f6..51904ed4772b2f3fd6fc4b7d955618ec9ed55825 100644 (file)
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="misc" id="misc">±âŸ ¾ÆÆÄÄ¡ ¹®¼­</a></h2>
 <ul><li class="separate"><a href="misc/">°³¿ä</a></li>
-<li><a href="cgi_path.html">CGI È¯°æ¿¡¼­ PATH_INFOÀÇ º¯È­</a></li>
 <li><a href="misc/relevant_standards.html">°ü·ÃµÈ Ç¥Áصé</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
index 2f304f39a70a59da6363bacae2e5a28dff24d6ef..1c34268d942f8ab0bec0307dc25ddbfa74a4d6f5 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
-<!-- $Revision: 1.37 $ -->
+<!-- $Revision: 1.38 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -130,7 +130,6 @@ Server on HPUX</page>
 <category id="misc">
 <title>Apache Miscellaneous Documentation</title>
 <page separate="yes" href="misc/">Overview</page>
-<page href="cgi_path.html">PATH_INFO Changes in the CGI Environment</page>
 <page href="misc/relevant_standards.html">Relevant Standards</page>
 </category>
 
index f55f8ffc358ce6b470fd93e11b471e41ce2a578d..46b0d6ea05bcbf7e46951ca8f70ed429762bfab3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 1.37 -->
+<!-- English Revision: 1.38 -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -133,7 +133,6 @@ HPUX betreiben</page>
 <category id="misc">
 <title>Weitere Apache-Dokumentationen</title>
 <page separate="yes" href="misc/">&#220;bersicht</page>
-<page href="cgi_path.html">PATH_INFO-&#196;nderungen in der CGI-Umgebung</page>
 <page href="misc/relevant_standards.html">Wichtige Standards</page>
 </category>
 
index 71b3a7797dcd5306823fbc529f9ed2fb24827773..cf6bea4558b6688766a2c46796d0c3892140759e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 1.37 -->
+<!-- English Revision: 1.38 -->
 
 <!--
  Copyright 2004 The Apache Software Foundation
@@ -130,7 +130,6 @@ Apache</page>
 <category id="misc">
 <title>Documentaci&#243;n adicional sobre Apache</title>
 <page separate="yes" href="misc/">Visi&#243;n General</page>
-<page href="cgi_path.html">Cambios en PATH_INFO en el entorno CGI</page>
 <page href="misc/relevant_standards.html">Est&#225;ndares Importantes</page>
 </category>
 
index 8a799ea8618d08c0b79ad6eda870eb1a4d7ac00a..147209ed33b256d5ee8f1c9dcf959c43b148b554 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 1.37 -->
+<!-- English Revision: 1.38 -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
 <category id="misc">
 <title>Apache \e$B$=$NB>\e(B</title>
 <page separate="yes" href="misc/">\e$B35N,\e(B</page>
-<page href="cgi_path.html">CGI \e$B4D6-$N\e(B PATH_INFO \e$B$NJQ99\e(B</page>
 <page href="misc/relevant_standards.html">\e$B4XO"$9$kI8=`5,3J\e(B</page>
 </category>
 
index c4402d654d7fbcbd3f809e931ab09e773e64c88c..f8e87472e077e27881fa87be9ef75c9cf1df5905 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE sitemap SYSTEM "./style/sitemap.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 1.37 -->
+<!-- English Revision: 1.38 -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
 <category id="misc">
 <title>±âŸ ¾ÆÆÄÄ¡ ¹®¼­</title>
 <page separate="yes" href="misc/">°³¿ä</page>
-<page href="cgi_path.html">CGI È¯°æ¿¡¼­ PATH_INFOÀÇ º¯È­</page>
 <page href="misc/relevant_standards.html">°ü·ÃµÈ Ç¥Áصé</page>
 </category>