mirror of
https://github.com/php/doc-pl.git
synced 2026-03-26 08:02:10 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/pl/trunk@333906 c90b9560-bf6c-de11-be94-00142212c4b1
61 lines
1.9 KiB
XML
61 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: sobak Status: ready -->
|
|
<!-- $Revision$ -->
|
|
|
|
<book xml:id="book.apache" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="bundled" ?>
|
|
<title>Apache</title>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.apache">
|
|
&reftitle.intro;
|
|
<para>
|
|
Te funkcje są dostępne tylko gdy PHP jest uruchomiony jako moduł Apache.
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
Od PHP 4.3.2, <envar>PATH_TRANSLATED</envar> nie jest ustawiana
|
|
domyślnie pod <acronym>SAPI</acronym> Apache 2, w przeciwieństwie do
|
|
do sytuacji w Apache 1, gdzie jest ona ustawiana na wartość identyczną
|
|
jak <envar>SCRIPT_FILENAME</envar>, gdy nie jest ustawiona przez
|
|
Apache. Zmiana miała na celu zachowanie zgodności ze specyfikacją
|
|
<acronym>CGI</acronym>, która mówi, że
|
|
<envar>PATH_TRANSLATED</envar> powinno istnieć tylko gdy
|
|
<envar>PATH_INFO</envar> jest zdefiniowana.
|
|
</simpara>
|
|
<simpara>
|
|
Użytkownicy Apache2 mogą użyć <literal>AcceptPathInfo = On</literal> w
|
|
<filename>httpd.conf</filename>, aby zdefiniować <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
|
|
-->
|
|
|