Emmanuel wrote: > > Try > > sudo tracd --port 8000 /usr/local/trac > > Don't !! > That would lead to create files with root permissions ! > use: > sudo -u _www tracd --port 8000 /usr/local/trac
Yes! That did work :) But I would like to enable HTTPS access through Apache, I have tried configuring it following http://www.sonzea.com/articles/subversion-trac.html and more recently http://codesorcery.net/2008/06/19/offline-subversion-building-a-trac-of-your-own without much luck as it gives me the error I mentioned before: TracError: The user max requires read _and_ write permission to the database file /usr/local/trac/db/trac.db and the directory it is located in. Cheers! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---