Sudo-ing Apache for a particular vhost
Posted
by
djechelon
on Server Fault
See other posts from Server Fault
or by djechelon
Published on 2012-09-27T20:42:40Z
Indexed on
2012/09/27
21:39 UTC
Read the original article
Hit count: 196
apache2
I want to manage several SVN repositories for a particular vhost in my system. I want those to be owned by a particular user in the system and not by wwwrun/www
. The other websites hosted by Apache should be regularly executed by the unprivileged wwwrun/www
user.
I'm using worker
. How can I tell Apache that every request for a specific vhost must be served impersonating a specific user like I would do in IIS?
(This will also come useful when running FUDforum)
© Server Fault or respective owner