From:             [EMAIL PROTECTED]
Operating system: windows + apache
PHP version:      4.2.0
PHP Bug Type:     Documentation problem
Bug description:  Add line to install.txt

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 bug report at http://bugs.php.net/?id=16930&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16930&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16930&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16930&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16930&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16930&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16930&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16930&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16930&r=submittedtwice

Reply via email to