You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by sharath reddy <re...@gmail.com> on 2006/11/01 19:31:19 UTC

[users@httpd] performance and memory issues

Hi All,

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