> [Thu Oct 05 16:42:43 2006] [error] [client 10.95.76.130] PythonHandler > trac.web.modpython_frontend: IOError: [Errno 13] Permission denied: > '/home/repos/trac/testproject/VERSION' > > Does anything in here look obviously suspicious?
Seems that you've created the environment with one user (let's say 'root'?), but Apache needs the permissions to read/write the trac database, so you should grant Apache 'user' (www-data, nobody, whichever runs Apache on your server) these permissions. You can also create the whole environment as the Apache user, for ex. sudo -u www-data trac-admin ... -- Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. 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/trac-users -~----------~----~----~----~------~----~------~--~---
