mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-26 09:52:17 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@297115 c90b9560-bf6c-de11-be94-00142212c4b1
65 lines
1.9 KiB
XML
65 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<!-- Purpose: utilspec.server -->
|
|
<!-- Membership: bundled -->
|
|
|
|
<book xml:id="book.apache" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Apache</title>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.apache">
|
|
&reftitle.intro;
|
|
<para>
|
|
Ces fonctions ne sont disponibles que lorsque PHP est exécuté comme
|
|
module d'Apache.
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
Depuis PHP 4.3.2, <envar>PATH_TRANSLATED</envar> n'est plus défini
|
|
implicitement sous Apache 2 <acronym>SAPI</acronym> contrairement à Apache 1,
|
|
où cette variable était définie avec la même valeur que la variable serveur
|
|
<envar>SCRIPT_FILENAME</envar> lorsqu'elle n'était pas définie par Apache.
|
|
Cette modification a été effectuée afin de répondre aux spécifications
|
|
<acronym>CGI</acronym> stipulant que
|
|
<envar>PATH_TRANSLATED</envar> ne doit exister que si
|
|
<envar>PATH_INFO</envar> est définie.
|
|
</simpara>
|
|
<simpara>
|
|
Les utilisateurs d'Apache 2 doivent utiliser la directive
|
|
<literal>AcceptPathInfo = On</literal> dans le fichier
|
|
<filename>httpd.conf</filename> afin de définir la variable <envar>PATH_INFO</envar>.
|
|
</simpara>
|
|
</note>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.apache.setup;
|
|
&reference.apache.constants;
|
|
&reference.apache.reference;
|
|
|
|
</book>
|
|
|
|
<!-- 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:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|