Code:
server:/www# updatedb
server:/www# locate php5.fcgi
/home/me/public_html/php5.fcgi (works fine...)
/home/user/public_html/php5.fcgi (if handler php5.fcgi is in use, "No input file specified." message appears)
/www/www.example.com/php5.fcgi (uses Apache 2.0 Handler, changing handler to php5.fcgi in .htaccess doesn't effect)
/www/vhost1.example.com/php5.fcgi (uses Apache 2.0 Handler, changing handler to php5.fcgi in .htaccess doesn't effect)
server:/www#
.htaccess in all directories listed above is
Code:
RemoveHandler .php
AddType application/fastcgi-php php
Action application/fastcgi-php "/php5.fcgi"
and all directories listed above include the php5.fcgi file..
Code:
#!/bin/sh
PHP_FCGI_CHILDREN=4
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_MAX_REQUESTS
exec /usr/bin/php