Fehlermeldung beim Starten des Initskripts vom php5-fcgi
Code: Select all
/etc/init.d/php5-fcgi start
Starte PHP5-FastCGI Prozess
spawn-fcgi.c.230: child exited with: 2, No such file or directory
Code: Select all
socket="/tmp/php-fastcgi.sock -c /var/webroot"
phpfile="/usr/bin/php5-cgi"
uid="www-data"
gid="www-data"
child="5"
pid="/var/run/php5-fcgi.pid"
...
spawn-fcgi -s $socket -f $phpfile -u $uid -g $gid -C $child -P $pid
Code: Select all
$HTTP["url"] =~ ".php$" {
proxy-core.balancer = "round-robin"
proxy-core.protocol = "fastcgi"
proxy-core.allow-x-sendfile = "enable"
proxy-core.backends = ( "unix:/tmp/php-fastcgi.sock" )
proxy-core.max-pool-size = 16Kann mir jemand einen Tipp geben wo ich meinen Denkfehler finden kann?

