On Linux platforms, what are the trade-offs(performance and memory issues), when hosting multiple web sites on a machine, between setting up a separate httpd.conf file for each site versus setting up multiple virtual hosts within a single
httpd.conf file?
By default, the former gives the ability to start & stop them independently, but what are the performance and memory trade-offs?
Thanks