Ok, this should be a simple one.
I have compiled apache with the --enable-so option. Everything worked
fine. I then configured PHP with the --with-apxs2=[path] and that also
configured without problems. I had to manually input the LoadModule and
AddType parameters into the httpd.conf file. The associated files exist,
and the httpd daemon is definately using that .conf file. Now, html
file render fine, but when I select a .php file, the "save as" dialog
box comes up. So, apache isn't processing the .php file properly. What's
wrong? I thought the AddType application/x-httpd-php .php would have
controlled this?
I'm sure this is an easy fix!?!
Thanks,
Martin