Forum Moderators: phranque
AddHandler fcgid-script .php .php5 .xml
<Directory /var/www/vhosts/example.com/subdomains/dev/httpdocs>
FCGIWrapper /opt/php51/cgi-bin/php5 .php
FCGIWrapper /opt/php51/cgi-bin/php5 .php5
FCGIWrapper /opt/php51/cgi-bin/php5 .xml
Options ExecCGI
allow from all
</Directory>
I tried following the directions on fastcgi.com but the syntax is slightly different (for instance FastCgiWrapper is FCGIWrapper on my server) and when I try variations of the command I get a load module error.
I've tried both MediaTemple support and the Plesk forums but on one's talking. Any ideas?