Sebastian Bergmann wrote:
> Sergey A. Lipnevich wrote:
>> Can you send a snippet of Lighttpd configuration, including both 
>> mapping for "/" and mapping for static Trac content
> 
>  Attached.

Oh my, that's not easily digestible. Anyway,
http://article.gmane.org/gmane.comp.version-control.subversion.trac.general/5185
must sound familiar. I didn't try that on root URI but I think it's the
same problem as I was having so the solution should be the same as well
:-). For Trac portion of FastCGI setup, use

        fastcgi.server = ("" =>

(no slash in quotes). This will ensure that Trac adequately processes
the URI Lighttpd passes into it.

Also (and feel free to ignore this part), I'd suggest relocating
passwords file /var/svn/trac/.htpasswd out of a this directory (because
it's also the root of Trac environment it has increased risk of
exposure). Move it to some directory readable by Lighttpd but not mapped
to a URI.

HTH,
Sergey.

_______________________________________________
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to