John Hampton wrote:
And it seems to be using UNIX socket to communicate with Trac. Can the
Cherokee FastCGI support handle UNIX sockets?
So, I think I figured out how to use UNIX sockets. On the wiki, it says:
Server: path or hostname:port
So I replaced my hostname:port with /tmp/trac-fastcgi.sock
Here is my config so far:
Request "/pyrus" {
Handler fcgi {
Server /tmp/trac-fastcgi.sock {
Env TRAC_ENV "/home/pacopablo/trac/pyrus"
Interpreter "/usr/share/trac/cgi-bin/trac.fcgi"
}
# ErrorHandler on
}
}
However, when I navigate to /pyrus, I get a 404. If I turn on the
ErrorHandler, then I get a 500 Internal Server error.
Would appreciate any tips on where to go from here to trouble shoot my
configuration and fatscgi support. I am using 0.4.31b16
-John
_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee