[Trac] Re: Trac doesn't work with Virtual Hosts - Authentication information not available

2009-08-04 Thread Marc
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

[Trac] Re: Trac doesn't work with Virtual Hosts - Authentication information not available

2009-08-04 Thread Marc
Here is the Trac bug for future reference. They did the same solution as me. http://trac.edgewall.org/ticket/2371 On Aug 4, 3:28 am, Marc santusm...@gmail.com 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

[Trac] Re: Trac doesn't work with Virtual Hosts - Authentication information not available

2009-08-04 Thread Erik Bray
On Tue, Aug 4, 2009 at 6:28 AM, Marcsantusm...@gmail.com 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]

[Trac] Re: Trac doesn't work with Virtual Hosts - Authentication information not available

2009-08-03 Thread Erik Bray
On Sat, Aug 1, 2009 at 10:56 PM, Marcsantusm...@gmail.com wrote: Here is my VirtualHost configuration VirtualHost *:80    ServerName myproject.host.com    # We can't use Location / because then /login also gets sent to mod_python    Location /        SetHandler mod_python