You currently have mod_php and suPHP enabled in apache.
Either delete or move out of the way conf.d/php.conf as that is what is including mod_php
You can see it for yourself in the phpinfo() snippet you pasted: "Server API Apache 2.0 Handler "
Also you may need to change "AddType application/x-httpd-php .php" to "AddType x-httpd-php .php" in your httpd.conf so it matches what suphp is supposed to look for.
On 7/10/2012 1:59 PM, Shane Graham wrote:
Server API Apache 2.0 Handler
_______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
