Recommended setting for using Apache mod_mono with a different user
- by Korrupzion
Hello,
I'm setting up an ASP.net script in my linux machine using mod_mono.
The script spawn procceses of a bin that belongs to another user, but the proccess is spawned by www-data because apache runs with that user, and i need to spawn the proccess with the user that owns the file.
I tried setuid bit but it doesn't make any effect. I…