PDA

Bekijk de volledige versie : lighttpd problem,please help



bazz
03-02-2008, 19:51
I don't think this is an easy problem to solve.

I've WL500GP with 128MB ram. I try to install lighttpd, php-fcgi, sqlite packages to use with rtorrent's ui (wtorrent).

I'n every first time I format harddisk and install packages, it can run without any problems. By the way, every time I reboot the system I got

327 admin Z [php-fcgi]
328 admin Z [php-fcgi]
329 admin Z [php-fcgi]
330 admin Z [php-fcgi]

I don't know what's wrong but I cannot run php-fcgi package
and I cannot start lighttpd process again

oleo
03-02-2008, 22:26
killall php-fcgi

Does your config looks like:

fastcgi.server = ( ".php" =>
( "localhost" =>
(
"socket" => "/tmp/php-fcgi.sock",
"bin-path" => "/opt/bin/php-fcgi",
"bin-environment" => (
"PHP_FCGI_MAX_REQUESTS" => "4000"
)
)
)
)

bazz
04-02-2008, 21:36
I found the solution.

My firmware that I upgrade writen not successfull (But it said successfull). So, it has some error scripts or packages that caused zombie stat like that.

Thanks for your solution.