Apache Alias / VirtualHost run as different user
- by inx
I tried to create an alias or virtual host to run as different user.
Well below is part of apache httpd.conf that doesn't work.
Or, is it even possible?
<VirtualHost blah:80>
user DifferentUser
group DifferentGroup
ServerAdmin blah
DocumentRoot blah
ServerName blah
ServerAlias blah
ScriptAlias /cgi-bin/ blah
…