Hello,
we have a vserver that runs an apache as www-data user. Our current
domain is configured via plesk to be run as a webuser 'domain-user'.
It seems to be necessary that the domain-user is not equal to www-data
user (plesk?).

Now my issue. The trac environment is working fine but it is owned by
the SuExec User 'domain-user', which is ok, I can read and write to
trac.

My issue is subversion. The mod_dav.svn requires the svn repository to
be the apache user and not the SuExec user (as far as I know).
So trac is 'domain-user' and
svn-repo is 'www-data' user.

I can commit to the svn, trac can read from svn all is fine as long as
I don't try to create a post-commit hook for trac-admin changeset
added.

Since my repo is called as 'www-data' user it cannot execute 'trac-
admin /mytracrepo changeset added /mysvnrepo revision' because apache
calls the post-commit hook as 'www-data', which then calls 'trac-
admin'.  But the trac repo must be owned by 'domain-user' since
otherwise it is not accessible via web.

Now I have no idea what to do, apache user and domain user are managed
via plesk, so fondling in the config files will make me quite unhappy.

Any hints appreciated

Thanks
Sam

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to