git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163851 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-07-21 07:57:00 +00:00
parent 282d50a1e4
commit a249209d0c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<section id="apache.configuration">
&reftitle.runtime;
<para>
@ -60,24 +60,24 @@
&ini.descriptions.title;
<para>
<variablelist>
<varlistentry id="ini.engine">
<term>
<parameter>engine</parameter>
<type>boolean</type>
</term>
<listitem>
<para>
This directive is really only useful in the Apache module
version of PHP. It is used by sites that would like to turn
PHP parsing on and off on a per-directory or per-virtual
server basis. By putting <userinput>engine off</userinput>
in the appropriate places in the &httpd.conf; file, PHP can
be enabled or disabled.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry id="ini.engine">
<term>
<parameter>engine</parameter>
<type>boolean</type>
</term>
<listitem>
<para>
This directive is really only useful in the Apache module
version of PHP. It is used by sites that would like to turn
PHP parsing on and off on a per-directory or per-virtual
server basis. By putting <userinput>engine off</userinput>
in the appropriate places in the &httpd.conf; file, PHP can
be enabled or disabled.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>