(05-04-2009 06:25 AM)BeNe Wrote: You get Problems mit mod_dav and fastcgi/fcgid because of the Permissions.
Greez BeNe
Hi,
thanks for your reply. I get now directory listing to work with a .htaccess file, but some permission problems stil exist. I try do set up for one ISPCP user a svn repository using DAV svn. The repository directory is under /var/www/virtual/domain.tld/repository and has vu2002:vu2002 access rights.
The repository works and user can access and checkout from it. but on commit I get permission denied for file xxx....
I think this is related to suexec().
What group/user are the files supposed to have on the server to be writeable?
I found here a similar problem:
question:
https://lists.ubuntu.com/archives/ubuntu...48567.html
answer: ...that suEXEC only applies to *executing* something, not *accessing*
it. I.e., Apache with suEXEC still *accesses* files as www-data, so the
repository files must have permissions allowing for writing by www-data.
But also with www-data as group it does not work. I currently switched back my Server to a backup without ISPCP where al is configured by hand and works without suexec(). But I would realy like to know how this could work so that I can give ISPCP another try (svn having working is essential for me.).
Thanks for any suggestions
schildhans