On 2 January 2016 at 08:37, Thomas Glanzmann <[email protected]> wrote: > Hello, > I had to host a potential unsecure PHP web application. So I though about > writing a small c programm which creates a network, filesystem, pid, > uts, and ipc namespace and run php-fpm inside it.
Since you're on jessie, you can also look at using systemd-nspawn, I've had good use of it compartmentalizing apps in their own namespaces. -- damjan _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
