<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:574882 (outdated) -->
+<!-- English Revision: 574882 -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<directive module="core">Options</directive>
<directive module="mod_mime">AddHandler</directive>
<directive module="core">SetHandler</directive>
- <directive module="core">AuthType</directive>
- <directive module="core">AuthName</directive>
+ <directive module="mod_authn_core">AuthType</directive>
+ <directive module="mod_authn_core">AuthName</directive>
<directive module="mod_authn_file">AuthUserFile</directive>
<directive module="mod_authz_groupfile">AuthGroupFile</directive>
- <directive module="core">Require</directive>
+ <directive module="mod_authz_core">Require</directive>
</directivelist>
</related>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE indexpage SYSTEM "./style/sitemap.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 420993:636028 (outdated) -->
+<!-- English Revision: 636028 -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<page href="sitemap.html">サイトマップ</page>
<page href="developer/">開発者のためのドキュメント</page>
<page href="misc/">その他</page>
+ <page href="http://wiki.apache.org/httpd/">ウィキ</page>
</category>
</indexpage>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 395228:567441 (outdated) -->
+<!-- English Revision: 567441 -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<program>httpd</program> バイナリの正しい位置を指定したり、<em>常に</em>
付加させるコマンドライン引数を指定したりすることができます。</p>
- <p><code>httpd</code> が起動されてまず最初にすることは、
+ <p><program>httpd</program> が起動されてまず最初にすることは、
<a href="configuring.html">設定ファイル</a>
<code>httpd.conf</code> の位置を特定して読み込むことです。
このファイルの位置はコンパイル時に設定されますが、実行時に
これはサーバが起動している状態を示しています。
その後はブラウザでサーバに接続して、
<directive module="core">DocumentRoot</directive>
- ディレクトリのテストページやそこからリンクされている
- ローカルのドキュメントを見ることができるでしょう。</p>
+ ディレクトリのテストページを見ることができるでしょう。</p>
</section>
<section id="errors"><title>起動時のエラー</title>