ID:               16930
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Documentation problem
 Operating System: windows + apache
 PHP Version:      4.2.0
 New Comment:

Thomas, you are mixing two kind of setups, the module version, and the
CGI version. You'd better read the documentation wit more attention.

Goba


Previous Comments:
------------------------------------------------------------------------

[2002-04-30 17:31:07] [EMAIL PROTECTED]

This is not a bug. Please double-check the documentation available
at http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

------------------------------------------------------------------------

[2002-04-30 11:35:04] [EMAIL PROTECTED]

install.txt of php4.2.0-win32 says on installing
php with apache on windows:

Then you should add the following three lines to your Apache
conf file: (swap c:/php/ for your PHP install path)

   LoadModule php4_module c:/php/sapi/php4apache.dll
   AddModule mod_php4.c
   AddType application/x-httpd-php .php

To get it working I had to add theses lines, too:

ScriptAlias    /php4/    "C:/php/"
Action application/x-httpd-php    /php4/sapi/php.exe

I use:
apache_1.3.24-win32-x86-no_src.msi

Thank you for developing this software!

 thomas

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16930&edit=1

Reply via email to