You are not logged in.
http > lighttpd -D -f /etc/lighttpd/lighttpd.conf&
[1] 1739
http > [1]+ Exit 255 lighttpd -D -f /etc/lighttpd/lighttpd.conf
any ideas?
Last edited by Stythys (2010-06-26 17:58:41)
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
I don't see anything, besides you specifying the config file both times and telling lighttpd once not to background while providing an ampersant to tell bash to do so anyway...
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
what that output is saying is that the lighttpd process immediately dies upon execution.
here's the strace output: http://paste.pocoo.org/show/230308/
Last edited by Stythys (2010-06-26 17:52:12)
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
This looks relevant:
connect(5, {sa_family=AF_FILE, path="/tmp/php.socket-0"}, 19) = -1 ECONNREFUSED (Connection refused)I'd try disabling your fcgi settings and restarting.
Also check /var/log/lighttpd/error.log, maybe something there.
Offline
thanks a bunch!
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline