Isolating Apache virtualhosts from the rest of the system
- by JesperB
I am setting up a web server that will host a number of different web sites as Apache VirtualHosts, each of these will have the possibility to run scripts (primarily PHP, possiblu others).
My question is how I isolate each of these VirtualHosts from eachother and from the rest of the system?
I don't want e.g. website X to read the configuration of…