[PHP] [PHP4] mod_php4, not compatible with Apache version?

2001-04-08 Thread Enrique de las Heras
Yesterday I installed php 4.0.4pl1 with Apache 1.3.19. All the installation process was OK, but when I tried to restart the Apache Server the apachectl command failed with this error: httpd: module "mod_php4.c" is not compatible with this version of Apache. Please contact the vendor for the

Re: [PHP] [PHP4] mod_php4, not compatible with Apache version?

2001-04-08 Thread Lindsay Adams
Did you install php as a DSO? Or compile it into apache. I was getting that error too, because I had installed it as an APXS DSO and had unnecessarily included the line AddModule 'mod_php4.c' (not exact syntax here) After removing the AddModule line, and only using LoadModule php4_module