Apache suEXEC execute script on user dir basis?
- by Blame
Iam looking for a way to run a script with different users.
I dont want to hardcode the users in the config... and I found some information that it should be possible that the user goes to... lets say:
Code:
http://localhost/~user1/myscript.cgi
and the script gets executes as user 'user1'.
Does anybody know if that is possible?
If not, do I have to make a new vhost config for every user?
Thanks a lot!
Greets,
Kodak