Published by exdone
Posted on March 02, 2009
forcing PHP CGI Mode under your domain name.
Compile PHP without the apache otpions and cp the PHP-cgi file to your cgi-bin . Then create a htaccess file with
Action php-script /cgi-bin/php-cgi
AddHandler php-script .php
Plesk *rememeber to chown the binary to user:psacln * replace user with your username name.
Thanks
How to compile without the apache options