星期四, 6月 30, 2005

FastCGI FAQ

FastCGI FAQ: "FastCgiServer /export/httpd/cgi-bin/php
AddHandler php-fastcgi .php

SetHandler fastcgi-script

Action php-fastcgi /cgi-bin/php
DirectoryIndex index.html index.shtml index.cgi index.php
AddType application/x-httpd-php .php"


// my setting

FastCgiServer /usr/local/www/cgi-bin/php
AddHandler php-fastcgi .php

SetHandler fastcgi-script

Action php-fastcgi /cgi-bin/php
DirectoryIndex index.html index.shtml index.cgi index.php
AddType application/x-httpd-php .php