Sandbox apache (httpd) for better security.

2014-03-26 1 min read Fedora
Apache/httpd is something which you would like to have contained. And now fedora provides a native way/mechanism to to so with virt-sandbox-service. With this, you can create a virtualized sanbox service and then connect/list/manage such with virsh. We will be using LXC. Basically its couple of commands and you have a contained service running. # List all the containers virsh -c lxc:/// list # Create the sandbox, all default parameters. Will take dhcp address. Continue reading