mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
double qoutes doesn't harm
thanks kroesjnov at clownz.net git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135543 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bf504c0c96
commit
bf474d8709
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<sect1 id="install.apache">
|
||||
<title>Servers-Apache</title>
|
||||
<para>
|
||||
|
@ -291,7 +291,7 @@ Group "#-1"
|
|||
Open &httpd.conf; with your favorite editor and locate the
|
||||
<literal>LoadModule</literal> directive and add the following line
|
||||
<emphasis>at the end</emphasis> of the list:
|
||||
<literal>LoadModule php4_module c:/php/sapi/php4apache.dll</literal>
|
||||
<literal>LoadModule php4_module "c:/php/sapi/php4apache.dll"</literal>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue