Strict security and virtual host isolation with Nginx?

Posted by Hach-Que on Server Fault See other posts from Server Fault or by Hach-Que
Published on 2012-12-09T01:48:57Z Indexed on 2012/12/09 5:06 UTC
Read the original article Hit count: 510

Filed under:
|
|

I currently have an Apache web server set up under which each virtual host is isolated using HTTPD-ITK and the AppArmor module. Each virtual host's workers are setuid/setgid by the server and are then placed in an AppArmor profile.

I'm looking to use Nginx but I can't find any documentation on setting it up so that rather than the worker processes being shared between all virtual hosts, worker processes are per virtual host (and thus can be setuid / setgid). Is there any way to do this under Nginx?

© Server Fault or respective owner

Related posts about apache2

Related posts about nginx