Hey, I'm trying to compile php for use with apache 2.0.43.
php compiles fine. But apache doesn't seem to actually be loading the module. php isn't listed in the startup errorlog line, nor in server-status. .php pages get presented as their source. Is there something about the configuration I'm missing? the installation didn't touch my httpd.conf apache configuration file. I added two lines -- LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php php but no joy. I also tried adding input/output filters as was necessary with an earlier version of apache2, but that also (not surprisingly) didn't help. Any advice? --j -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php