On Tue, Aug 4, 2009 at 6:28 AM, Marc<[email protected]> wrote: > > Yes the problem is that apache is not prompting the login form in / > login. It just goes straight to Trac. > > I have fixed it now, I've set the logging level to debug and saw this > > [Tue Aug 04 03:21:06 2009] [debug] mod_deflate.c(632): [client myip] > Zlib: Compressed 4133 to 1507 : URL /include/error.php, referer: > http://myproject.url.com/ > > I removed this line from my apache conf: > > ErrorDocument 401 /include/error.php?401 > > It was my custom error handler. > > What I did now is set: ErrorDocument 401 default inside the <Location / > login> > > Everything works now, anybody able to explain the mechanism behind the > 401 with Trac? > > Thanks!
Simpler: Put a '#' in front of the 'ErrorDocument 401' line :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
