I have a Plesk 12 server in which PHP is running with Server API CGI/FastCGI. But some of my script requirements I have to change it to Apache 2.0 Handler.
I have performed several changes in Apache configs to enable Apache 2.0 Handler but not successful.
Please help me out of this.
Edit /etc/httpd/conf/httpd.conf
#### PHP as fast cgi
AddHandler php5-fastcgi .php
Action php5-fastcgi /cgi-bin/php.fcgi
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
Restart the apache
/etc/init.d/httpd restart