mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-27 10:22:07 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@223047 c90b9560-bf6c-de11-be94-00142212c4b1
77 lines
2.2 KiB
XML
77 lines
2.2 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.14 $ -->
|
|
<!-- EN-Revision: 1.11 Maintainer: didou Status: ready -->
|
|
<!-- Purpose: utilspec.server -->
|
|
<!-- Membership: bundled -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<reference id="ref.apache">
|
|
<title>Fonctions Apache</title>
|
|
<titleabbrev>Apache</titleabbrev>
|
|
<partintro>
|
|
<section id="apache.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
Ces fonctions sont disponibles lorsque &php; est utilisé comme module
|
|
Apache.
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
Depuis &php; 4.3.2, la variable serveur <envar>PATH_TRANSLATED</envar>
|
|
n'est plus configurée automatiquement sous Apache 2 <acronym>SAPI</acronym>
|
|
au contraire de la situation dans Apache 1, où elle est
|
|
configurée à la même valeur que la variable serveur <envar>SCRIPT_FILENAME</envar>
|
|
lorsqu'elle n'est pas peuplée par Apache. Cette modification a été apportée pour être conforme
|
|
aux spécifications <acronym>CGI</acronym> qui font que la variable serveur
|
|
<envar>PATH_TRANSLATED</envar> doit uniquement exister que si
|
|
<envar>PATH_INFO</envar> est définie.
|
|
</simpara>
|
|
<simpara>
|
|
Les utilisateurs d'Apache 2 devraient utiliser <literal>AcceptPathInfo = On</literal>
|
|
au lieu de <filename>httpd.conf</filename> pour définir <envar>PATH_INFO</envar>.
|
|
</simpara>
|
|
</note>
|
|
</section>
|
|
|
|
<section id="apache.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
Pour l'installation de &php; sous Apache, lisez
|
|
le <link linkend='install'>chapitre d'installation</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:
|
|
-->
|
|
|