I recently switched over to lighttpd from Apache, still serving up
Trac 0.9 via CGI.
However, all wiki pages now appear as empty (with "Describe XXX here")
My Apache configuration simply had...
ScriptAlias /trac "/usr/local/www/dev.morphgnt.org/cgi-bin/trac.cgi"
My lighttpd configuration looks like this:
cgi.assign = ( "trac.cgi" => "" )
alias.url = ( "/trac" => "/usr/local/www/dev.morphgnt.org/cgi-bin/
trac.cgi")
which I would have thought would have acted the same.
Any ideas? I presume some kind of path mangling is happening. Any
tips on how to debug that?
Other CGI scripts with ScriptAliases moved to cgi.assign/alias.url
work fine.
James
--
James Tauber http://jtauber.com/
journeyman of some http://jtauber.com/blog/
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac