PDA

Bekijk de volledige versie : Lighttpd error 500



adek24
11-02-2010, 07:10
Hi
I install lighttpd php and cron but when I run page in php return error 500. Page in html run ok
I attach add file how modifity.
I recived this error in log:

2010-02-10 21:57:11: (log.c.166) server started
2010-02-10 21:57:14: (mod_fastcgi.c.1734) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-0
2010-02-10 21:57:14: (mod_fastcgi.c.3024) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2010-02-10 21:57:14: (mod_fastcgi.c.2803) child signaled: 11
2010-02-10 21:57:14: (mod_fastcgi.c.2569) unexpected end-of-file (perhaps the fastcgi process died): pid: 233 socket: unix:/tmp/php-fastcgi.socket-0
2010-02-10 21:57:14: (mod_fastcgi.c.3354) response not received, request sent: 814 on socket: unix:/tmp/php-fastcgi.socket-0 for /index.php?, closing connection
2010-02-10 22:05:45: (mod_fastcgi.c.1734) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-0
2010-02-10 22:05:45: (mod_fastcgi.c.3024) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2010-02-10 22:05:45: (mod_fastcgi.c.2803) child signaled: 11
2010-02-10 22:05:45: (mod_fastcgi.c.2569) unexpected end-of-file (perhaps the fastcgi process died): pid: 269 socket: unix:/tmp/php-fastcgi.socket-0
2010-02-10 22:05:45: (mod_fastcgi.c.3354) response not received, request sent: 814 on socket: unix:/tmp/php-fastcgi.socket-0 for /index.php?, closing connection
2010-02-10 22:12:01: (mod_fastcgi.c.1734) connect failed: Connection refused on unix:/tmp/php-fastcgi.socket-0
2010-02-10 22:12:01: (mod_fastcgi.c.3024) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2010-02-10 22:12:01: (mod_fastcgi.c.2803) child signaled: 11
2010-02-10 22:12:01: (mod_fastcgi.c.2569) unexpected end-of-file (perhaps the fastcgi process died): pid: 292 socket: unix:/tmp/php-fastcgi.socket-0
2010-02-10 22:12:01: (mod_fastcgi.c.3354) response not received, request sent: 843 on socket: unix:/tmp/php-fastcgi.socket-0 for /index.php?, closing connection

Please help..