On Thu, 2006-03-16 at 12:49 -0800, Mike Craig wrote: > I am trying to get Trac configured, and have run in to the following > error when clicking on the 'Login' link from the main page - > > Trac detected an internal error: > ----------------------------------------- > Authentication information not available. ...snip... > <Location /cgi-bin/trac.cgi/login> > # AuthType Basic > # AuthName "Project" > # AuthUserFile e:/svn_repository/.htaccess > # Require valid-user
Uncomment this. Trac depends on Apache to handle authentication, and it doesn't do that so well when it's commented out ;) -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
