Using Centos 6.3, I installed Apache httpd 2.2 with PHP 5.4 (from a custom yum repository) and MySQL. PHP works fine on the command line, but there's no mention of it in Apache's httpd.conf.
I know it should have some "LoadModule" lines relating to PHP but it doesn't. There is literally no mention of PHP anywhere in the conf file.
Is there a way to automatically make PHP work with Apache, as I'd rather not add bits and pieces to httpd.conf myself - I'd rather have this taken care of automatically?
Thanks