betz Fri Jan 31 07:31:26 2003 EDT Modified files: /phpdoc/en/chapters install.apache2.xml Log: some user notes incorporated Index: phpdoc/en/chapters/install.apache2.xml diff -u phpdoc/en/chapters/install.apache2.xml:1.7 phpdoc/en/chapters/install.apache2.xml:1.8 --- phpdoc/en/chapters/install.apache2.xml:1.7 Thu Jan 2 13:55:26 2003 +++ phpdoc/en/chapters/install.apache2.xml Fri Jan 31 07:31:26 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <sect1 id="install.apache2"> <title>Servers-Apache 2.0</title> <para> @@ -216,7 +216,7 @@ <title>PHP and Apache 2.0 as Module</title> <programlisting role="apache"> <![CDATA[ -LoadModule php4_module c:/php/sapi/php4apache2.dll +LoadModule php4_module "c:/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php ]]> </programlisting> @@ -225,7 +225,10 @@ <note> <simpara> Remember to substitute the <filename>c:/php/</filename> for your actual - path to <literal>PHP</literal> in the above examples. + path to <literal>PHP</literal> in the above examples. Take care to use + <filename>php4apache2.dll</filename> in your LoadModule directive and + <emphasis>not</emphasis><filename>php4apche.dll</filename>. The latter one + is designd to run with Apache 1.3.x. </simpara> </note> <warning>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php