Hi, I finally managed to install Apache 2.2.6 through the EasyApache3 on Cpanel11 setup. But none of my PHP scripts are working.

Looking through the httpd.conf, I don't see any instruction as usual, that went like "AddHandler application/x-httpd-php .php". Instead, I see this line: "Include "/usr/local/apache/conf/php.conf"".

So I open up the file "/usr/local/apache/conf/php.conf" and here's what I see in it:
# Fastcgi configuration for PHP5
LoadModule fcgid_module modules/mod_fcgid.so
MaxRequestsPerProcess 500
AddHandler fcgid-script .php5 .php .php4 .php3 .php2 .phtml
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php5
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php4
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php3
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php2
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .phtml
# End of autogenerated PHP configuration.
Now this is neat but it doesn't work! What am I missing?