Results 1 to 3 of 3
Hello everyone i am facing problem in stopping lighttpd
when i issue following command
[inx-bilal@maria ~]$ /etc/init.d/lighttpd stop
Stopping lighttpd: [FAILED]
Back at /var/log/lighttpd/error.log i am getting following error
-> ...
- 12-14-2009 #1
problem stopping lighttpd
Hello everyone i am facing problem in stopping lighttpd
when i issue following command
Back at /var/log/lighttpd/error.log i am getting following error[inx-bilal@maria ~]$ /etc/init.d/lighttpd stop
Stopping lighttpd: [FAILED]
i have Trac-0.11.1 and python 2.5-> (log.c.172) server started
-> (mod_fastcgi.c.1087) the fastcgi-backend /u/agesage/trac/release/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/fcgi_frontend.py failed to start:
-> (mod_fastcgi.c.1091) child exited with status 1 /u/agesage/trac/release/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/fcgi_frontend.py
-> (mod_fastcgi.c.1094) If you're trying to run your app as a FastCGI backend, make sure you're using the FastCGI-enabled version.
If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
-> (mod_fastcgi.c.139
[ERROR]: spawning fcgi failed.
-> (server.c.92
Configuration of plugins failed. Going down.
my lighttpd.conf that deals with fastcgi support for trac is
i have searched alot but couldnt able to get answer for that.#var.fcgi_binary="/usr/bin/python /path/to/fcgi_frontend.py" # 0.11 if installed with easy_setup, it is inside the egg directory
var.fcgi_binary="/u/agesage/trac/release/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/fcgi_frontend.py"
#var.fcgi_binary="/path/to/cgi-bin/trac.fcgi" # 0.10 name of prior fcgi executable
fastcgi.server = ("/trac" =>
("trac" =>
("socket" => "/tmp/trac-fastcgi.sock",
"bin-path" => fcgi_binary,
"check-local" => "disable",
"bin-environment" => ("TRAC_ENV" => "/u/agesage/trac/instance/tracd.8855/db")
)
)
)Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 12-16-2009 #2
ps output is
though lighttpd start ok ,but couldnt stop it[root@maria inx-bilal]# ps -e | grep lighttpd
[root@maria inx-bilal]#
[root@maria inx-bilal]# sudo /etc/init.d/lighttpd start
Starting lighttpd: [ OK ][root@maria inx-bilal]# sudo /etc/init.d/lighttpd restart
Stopping lighttpd: [FAILED]
Starting lighttpd: [ OK ]Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 12-18-2009 #3
anyone interested in repling to it???
Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie


Reply With Quote