CGI
========
# CGI configuration for PHP5
Action application/x-httpd-php5 /cgi-sys/php5
AddType application/x-httpd-php5 .php5 .php .php3 .php2 .phtml
FCGI
=======
Suphp
=========
in premain2.conf
Allow from All
suPHP_AddHandler application/x-httpd-php5.3
AddType application/x-httpd-php5.3 .php
========
# CGI configuration for PHP5
Action application/x-httpd-php5 /cgi-sys/php5
AddType application/x-httpd-php5 .php5 .php .php3 .php2 .phtml
FCGI
=======
FCGIWrapper /home/usernam/php-cgi .php
Suphp
=========
in premain2.conf
Allow from All
suPHP_AddHandler application/x-httpd-php5.3
AddType application/x-httpd-php5.3 .php
Comments
Post a Comment