Thanks for the quick response, but in my apache conf file, I have this:

User apache
Group apache

In my trac.conf file I have this:

<Location "/projects/testproject">
   SetHandler mod_python
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv /home/repos/trac/testproject
   PythonOption TracUriRoot /projects/testproject
</Location>

(along with the default stuff that was at the top of the file)

And then for that path (/home/repos/trac/testproject) I recursively
made apache group owner and gave recursively gave group read/write
permissions.

So I guess I'm saying I thought I already did that.  What you suggest
is a good test though ... I'll either change the apache user to 'repos'
or create a new env with apache.  I'll let you know what happens.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to