<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" /><link href="http://httpd.apache.org/docs/current/mod/mod_access_compat.html" rel="canonical" /></head>
+<link href="../images/favicon.ico" rel="shortcut icon" /><link href="http://httpd.apache.org/docs/2.2/mod/mod_access_compat.html" rel="canonical" /></head>
<body>
<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>
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">Modules</a></div><div style="width: 90%;" class="outofdate"><h4>Please note</h4>
This document refers to the 2.0 version of Apache httpd, which is no longer maintained.<br />
Upgrade, and refer to the current version of httpd instead, documented at:<br /><ul><li><a href="http://httpd.apache.org/docs/current/">Current release version of Apache HTTP Server documentation</a></li></ul>
+ You may follow <a href="http://httpd.apache.org/docs/current/mod/mod_access_compat.html">this link</a> to
+ go to the current version of this document.
</div>
<div id="page-content">
<div id="preamble"><h1>Apache Module mod_access</h1>
</div><div id="footer">
<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>
<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>
+</body></html>
\ No newline at end of file
<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" /><link href="http://httpd.apache.org/docs/current/mod/mod_access_compat.html" rel="canonical" /></head>
+<link href="../images/favicon.ico" rel="shortcut icon" /><link href="http://httpd.apache.org/docs/2.2/mod/mod_access_compat.html" rel="canonical" /></head>
<body>
<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>
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP サーバ</a> > <a href="http://httpd.apache.org/docs/">ドキュメンテーション</a> > <a href="../">バージョン 2.0</a> > <a href="./">モジュール</a></div><div style="width: 90%;" class="outofdate"><h4>Please note</h4>
This document refers to the 2.0 version of Apache httpd, which is no longer maintained.<br />
Upgrade, and refer to the current version of httpd instead, documented at:<br /><ul><li><a href="http://httpd.apache.org/docs/current/">Current release version of Apache HTTP Server documentation</a></li></ul>
+ You may follow <a href="http://httpd.apache.org/docs/current/mod/mod_access_compat.html">this link</a> to
+ go to the current version of this document.
</div>
<div id="page-content">
<div id="preamble"><h1>Apache モジュール mod_access</h1>
</div><div id="footer">
<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>
<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>
+</body></html>
\ No newline at end of file
limitations under the License.
-->
-<modulesynopsis metafile="mod_access.xml.meta">
+<modulesynopsis metafile="mod_access.xml.meta" upgrade="mod_access_compat">
<name>mod_access</name>
<description>Provides access control based on client hostname, IP
limitations under the License.
-->
-<modulesynopsis metafile="mod_access.xml.meta">
+<modulesynopsis metafile="mod_access.xml.meta" upgrade="mod_access_compat">
<name>mod_access</name>
<description>クライアントのホスト名、IP アドレス、その他のクライアント
identifier? , compatibility? , summary? , seealso* , section*,
directivesynopsis*)>
-<!ATTLIST modulesynopsis metafile CDATA #REQUIRED>
+<!ATTLIST modulesynopsis metafile CDATA #REQUIRED
+ upgrade CDATA #IMPLIED>
<!ELEMENT directivesynopsis (name , description? , syntax? , default?
, contextlist? , override? , modulelist?, status?, compatibility? ,
<!-- make sure, we set relative anchors only, if we're actually -->
<!-- transforming a modulefile (see <directive> template) -->
<xsl:variable name="in-modulesynopsis" select="boolean(/modulesynopsis)" />
+<xsl:variable name="upgrade" select="boolean(/modulesynopsis/@upgrade)" />
<!-- when referencing to a directory, we may need to complete the path -->
<!-- with the index file (for offline applications like *.chm files) -->
<!-- chm files do not need a favicon or a canonical link-->
<xsl:if test="not($is-chm or $is-zip)">&lf;
<link rel="shortcut icon" href="{$path}/images/favicon.ico" />
- <link rel="canonical" href="http://httpd.apache.org/docs/2.2{concat($metafile/path, $metafile/basename, '.html')}"/>
+ <xsl:choose>
+ <xsl:when test="$upgrade">
+ <xsl:if test="not(/*/@upgrade = '')">
+ <link rel="canonical" href="http://httpd.apache.org/docs/2.2{concat($metafile/path, /*/@upgrade, '.html')}"/>
+ </xsl:if>
+ </xsl:when>
+ <xsl:otherwise>
+ <link rel="canonical" href="http://httpd.apache.org/docs/2.2{concat($metafile/path, $metafile/basename, '.html')}"/>
+ </xsl:otherwise>
+ </xsl:choose>
</xsl:if>
</head>
</xsl:template>
</div> <!-- /path -->
<!-- Retirement notice -->
<div class="outofdate" style="width: 90%;">
+ <xsl:variable name="future">
+ <xsl:choose>
+ <xsl:when test="$upgrade">
+ <xsl:if test="not(/*/@upgrade = '')">
+ <xsl:value-of
+ select="concat($metafile/path, /*/@upgrade, '.html')" />
+ </xsl:if>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:value-of
+ select="concat($metafile/path, $metafile/basename, '.html')" />
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:variable>
+
<h4>Please note</h4>
This document refers to the 2.0 version of Apache httpd, which is no longer maintained.<br/>
Upgrade, and refer to the current version of httpd instead, documented at:<br/>
<ul>
<li><a href="http://httpd.apache.org/docs/current/">Current release version of Apache HTTP Server documentation</a></li>
</ul>
- You may follow <a href="http://httpd.apache.org/docs/current{concat($metafile/path, $metafile/basename, '.html')}">this link</a> to
+ <xsl:if test="not($future = '')">
+ You may follow <a href="http://httpd.apache.org/docs/current{$future}">this link</a> to
go to the current version of this document.
-</div>
+</xsl:if></div>
</xsl:template>
<!-- /top -->