hello,
- SAPI apache module install
I have followed installation instructions to the letter.
under WIN2k pro i have the same problem:
apache2.0.42 + php4.2.3 - doesnt work
apache2.0.42 + php4.2.2 - doesnt work
apache2.0.42 + php4.2.1 - doesnt work
I havent fully tested apache2.0.39 up to apache2.0.40 with different PHP variations but i have found:
apache2.0.36 + php4.2.1 - works
since I am not running a production server and this is basically for development purposes, so far those versions work fine for me.
also apache httpd.conf should have the following lines:
LoadModule php4_module c:/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php
the line: AddModule mod_php4.c which the php install.txt says you should add causes errors and does not allow apache to start. I removed this line and everything works fine.
If any1 has gotten: apache2.0.42 + php4.2.3 to work properly, please reply to this post and explain how. I would very much like to know. thx
hope this helps...
DRB