~ubuntu-branches/ubuntu/saucy/apache2/saucy

« back to all changes in this revision

Viewing changes to docs/manual/mod/mod_version.html.ja.utf8

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-02-12 20:06:35 UTC
  • mfrom: (14.3.34 sid)
  • Revision ID: package-import@ubuntu.com-20120212200635-2u9d58jxqkmx91na
Tags: 2.2.22-1ubuntu1
* Merge from Debian testing.  Remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree
  - debian/apache2.py, debian/apache2.2-common.install: Add apport hook.
  - debian/control, debian/ask-for-passphrase, debian/config-dir/mods-available/ssl.conf:
    Plymouth aware passphrase dialog program ask-for-passphrase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
<div id="page-content">
22
22
<div id="preamble"><h1>Apache モジュール mod_version</h1>
23
23
<div class="toplang">
24
 
<p><span>Available Languages: </span><a href="../en/mod/mod_version.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 
24
<p><span>翻訳済み言語: </span><a href="../en/mod/mod_version.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
25
25
<a href="../ja/mod/mod_version.html" title="Japanese">&nbsp;ja&nbsp;</a> |
26
26
<a href="../ko/mod/mod_version.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
27
27
</div>
28
 
<div class="outofdate">This translation may be out of date. Check the
29
 
            English version for recent changes.</div>
30
28
<table class="module"><tr><th><a href="module-dict.html#Description">説明:</a></th><td>バージョン依存の設定</td></tr>
31
29
<tr><th><a href="module-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
32
30
<tr><th><a href="module-dict.html#ModuleIdentifier">モジュール識別子:</a></th><td>version_module</td></tr>
33
31
<tr><th><a href="module-dict.html#SourceFile">ソースファイル:</a></th><td>mod_version.c</td></tr>
34
 
<tr><th><a href="module-dict.html#Compatibility">互換性:</a></th><td>バージョン 2.1 以降</td></tr></table>
 
32
<tr><th><a href="module-dict.html#Compatibility">互換性:</a></th><td>Apache 2.0.56 以降で使用可能</td></tr></table>
35
33
<h3>概要</h3>
36
34
 
37
35
    <p>様々なバージョンの httpd の異なる設定を扱うことになる、
104
102
      &lt;/IfVersion&gt;
105
103
    </code></p></div>
106
104
 
107
 
    <p>数値比較に加えて、http のバージョン番号に対して正規表現による
 
105
    <p>数値比較に加えて、http のバージョン番号に対して
 
106
    <a class="glossarylink" href="../glossary.html#regex" title="用語集を参照">正規表現</a> による
108
107
    マッチングができます。二種類の書き方があります:</p>
109
108
 
110
109
    <table class="bordered"><tr class="header"><th><var>operator</var></th><th>説明</th></tr>
141
140
</div>
142
141
</div>
143
142
<div class="bottomlang">
144
 
<p><span>Available Languages: </span><a href="../en/mod/mod_version.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 
143
<p><span>翻訳済み言語: </span><a href="../en/mod/mod_version.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
145
144
<a href="../ja/mod/mod_version.html" title="Japanese">&nbsp;ja&nbsp;</a> |
146
145
<a href="../ko/mod/mod_version.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
147
146
</div><div id="footer">
148
 
<p class="apache">Copyright 2011 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>
 
147
<p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
149
148
<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>
150
149
</body></html>
 
 
b'\\ No newline at end of file'