mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163851 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
282d50a1e4
commit
a249209d0c
1 changed files with 19 additions and 19 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue