Ok thanks for the ideas - Finally fixed it, I followed something similar to the htpasswd route by adding an explicit LocationMatch in the apache config file /etc/apache2/sites-available/default pointing it to the already existing password file.
<LocationMatch "projects/[^/]+/login"> AuthType Basic AuthName "Trac" AuthUserFile /var/lib/trac/dav_svn.passwd Require valid-user </LocationMatch> May not be the best fix because this was not required for the demo project but it works. Cheers, Julian On Sep 2, 11:51 am, Julian <[email protected]> wrote: > Hi, > > I'm trying to create a new project in the VM appliance version 1.0. > > I followed the instructions and I get the subject message when I try > and login. > > Note - in addition to the instructions provided I had to chown the new > project's directory to www-data > > I copied the component and account_manager sections from the demo/ > trac.ini file as instructed and issued the upgrade command. > > The basic pages are working - I just cannot login. > > I've tried to compare my project with the demo project and have looked > at the apache config files but cannot find any differences that point > to authentication. > > Maybe the only questionmark is that I cannot determine how the demo > project authentication is setup - for example there is no explicit > entry in the apache config file for a /login location. > > Any ideas? > > Thanks, > Julian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. 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/agilo?hl=en -~----------~----~----~----~------~----~------~--~---

