I am at my wits end.
trac 0.9.6 installed using Apache2 with mod_python on a Gentoo box. I have a
virtual host setup:
<VirtualHost XXX.XXX.XXX.XXX:80>
DocumentRoot /var/lib/trac/mytrac
ServerName jobboard_dev.gnr-inc.com
<Location />
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/lib/trac/mytrac
PythonOption TracUriRoot /
</Location>
<Location /login>
AuthType Basic
AuthName "Trac"
AuthUserFile /etc/apache2/trac.htpasswd
Require valid-user
</Location>
</VirtualHost>
Works great in FireFox, but does not work in IE. In IE when you click login,
it prompts you for your username and password. But then it just brings you
back to the page you were at and you are not authenticated. Subsequent
clicks on login just refresh the page since IE caches your authentication.
I've tried it on several machines but all of them had some build of IE6.
I am very flustered that I cannot make this work. Any help would be
appreciated.
Thanks.
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac