hello everyone
i am facing problem problem in adding fastcgi support to trac.
the fastcgi setting in lighttpd.conf are
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-0",
"bin-path" => fcgi_binary,
"check-local" => "disable",
"bin-environment" =>
("TRAC_ENV" => "/u/agesage/trac/instance/tracd.
8855/db")
)
)
)
now when i try to start my lighttpd server 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.1398) [ERROR]: spawning fcgi failed.
-> (server.c.928) Configuration of plugins failed. Going down.
Can anyone please tell me how to fix it???
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.