From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.2.3
PHP Bug Type:     Documentation problem
Bug description:  httpd.conf Fix for Apache 2

For an Apache installation :
The install.txt suggests to add 3 lines to httpd.conf

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

However   AddModule mod_php4.c
caused errors on my installation Windows2000/Apache2.
Putting this line in comment (or not adding it) worked.
I found this solution in the newsgroups.
-- 
Edit bug report at http://bugs.php.net/?id=19465&edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19465&r=trysnapshot
Fixed in CVS:        http://bugs.php.net/fix.php?id=19465&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=19465&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=19465&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19465&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19465&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19465&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=19465&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=19465&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=19465&r=globals

Reply via email to