On Tue, 2003-11-11 at 13:16, Graeme Fowler wrote: > This is precisely the approach I'm using at the moment; however I'm > looking into reload speed and this will not scale far enough for me. I > could be looking at tens of thousands of virtual hosts per server in a > load balanced environment, so the idea of having either one enormous > file or tens of thousands of small ones is something I'm trying to get > away from.
Are you sure that generating this from Perl is going to be faster than parsing a large conf file? It doesn't seem likely to me. Another approach would be to use mod_macro, if that has been ported to apache 2 yet. - Perrin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html