On Fri, 2005-12-30 at 11:34 +0800, Sean Moss-Pultz wrote: > I've just finished installing Trac on Ubuntu Breezy. When I try to > login, I get the following error: > > ------------------------------------------------------------------------ > Trac detected an internal error: > Authentication information not available. > ------------------------------------------------------------------------
> This is exactly the same as ticket #2258. So I following the > instructions on > > http://projects.edgewall.com/trac/wiki/TracCgi#AddingAuthentication. > My trac config file looks like this now: > > <Location /trac.cgi> > SetEnv TRAC_ENV "/var/trac/v3" > </Location> > > # Login information use same as SVN > <Location "/trac/login"> > AuthType Basic > AuthName "Trac" > AuthUserFile /etc/apache2/dav_svn.passwd > AuthzSVNAccessFile /etc/apache2/dav_svn.authz > Require valid-user > </Location> The <Location> block for the login needs to match the URL you access to login. In your case this would need to be "/trac.cgi/login" not "/trac/login". -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
