Subversion with Apache and permissions issues

Posted by djechelon on Stack Overflow See other posts from Stack Overflow or by djechelon
Published on 2010-12-27T16:07:37Z Indexed on 2010/12/27 19:54 UTC
Read the original article Hit count: 157

Filed under:
|
|
|
|

Hello,

I have setup an SVN repository for use with Apache 2 via svnadmin create command and appropriate vhost configuration. I found that, in order to correctly use the repository, this must be owned by wwwrun user (or www group) or chmodded to 777.

I would like to ask if it's possible to explicitly tell Apache to impersonate another user when serving requests to a certain path (from vhost.conf), like with suphp extension, so I won't mess with permissions once I create a repository.

Thank you in advance

© Stack Overflow or respective owner

Related posts about linux

Related posts about svn