Find the answer to your Linux question:
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 -> ...
  1. #1
    Linux User bilal_jan's Avatar
    Join Date
    Mar 2008
    Location
    Pakistan
    Posts
    281

    problem stopping lighttpd

    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
    -> (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.
    i have Trac-0.11.1 and python 2.5
    my lighttpd.conf that deals with fastcgi support for trac is
    #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")
    )
    )
    )
    i have searched alot but couldnt able to get answer for that.
    Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie

  2. #2
    Linux User bilal_jan's Avatar
    Join Date
    Mar 2008
    Location
    Pakistan
    Posts
    281
    ps output is
    [root@maria inx-bilal]# ps -e | grep lighttpd
    [root@maria inx-bilal]#
    though lighttpd start ok ,but couldnt stop it
    [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

  3. #3
    Linux User bilal_jan's Avatar
    Join Date
    Mar 2008
    Location
    Pakistan
    Posts
    281
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...