mirror of
https://github.com/php/doc-ja.git
synced 2026-03-30 11:02:18 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@195169 c90b9560-bf6c-de11-be94-00142212c4b1
77 lines
2.2 KiB
XML
77 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.7 $ -->
|
|
<!-- EN-Revision: 1.11 Maintainer: hirokawa Status: ready -->
|
|
<!-- Purpose: utilspec.server -->
|
|
<!-- Membership: bundled -->
|
|
|
|
<reference id="ref.apache">
|
|
<title>Apache専用の関数</title>
|
|
<titleabbrev>Apache</titleabbrev>
|
|
<partintro>
|
|
<section id="apache.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
以下の関数は、Apacheモジュール版のPHPを実行している場合のみ利用可能です。
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
PHP 4.3.2以降、<envar>PATH_TRANSLATED</envar> は、
|
|
Apache 2 <acronym>SAPI</acronym>では暗黙のうちに設定されなく
|
|
なりました。これは、Apacheにより設定されない場合に
|
|
サーバ変数<envar>SCRIPT_FILENAME</envar>と同じ値に設定される
|
|
Apache 1とは異なります。この変更は、
|
|
<envar>PATH_TRANSLATED</envar>は
|
|
<envar>PATH_INFO</envar>が定義されている場合のみ存在するべきであるという
|
|
<acronym>CGI</acronym>の規定を満たすために行われました。
|
|
</simpara>
|
|
<simpara>
|
|
Apache 2のユーザは、<envar>PATH_INFO</envar>を定義するために
|
|
<filename>httpd.conf</filename>の中で
|
|
<literal>AcceptPathInfo = On</literal>を使用してください。
|
|
</simpara>
|
|
</note>
|
|
</section>
|
|
|
|
<section id="apache.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
PHPのApacheへのインストール方法については、<link
|
|
linkend='install'>インストールの章</link>を参照してください。
|
|
</para>
|
|
</section>
|
|
|
|
&reference.apache.ini;
|
|
|
|
<section id="apache.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</section>
|
|
|
|
<section id="apache.constants">
|
|
&reftitle.constants;
|
|
&no.constants;
|
|
</section>
|
|
</partintro>
|
|
|
|
&reference.apache.functions;
|
|
|
|
</reference>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|
|
|