Hi On Tue, 2003-11-11 at 17:43, Cees Hek wrote: > I could very well be wrong, but I have a feeling that the <Perl> support in > mod_perl2 is not fully completed yet.
Ah. I was beginning to think as much. I really don't want to spend a huge amount of time with the Apache 1.3.x + mod_perl 1.x combination, since I see expending a large amount of effort in that direction as a diminishing return, especially now Apache2 is getting rather more mature and widely deployed. > Flip your strategy around, and have a plain old perl script > generate the proper Apache config files for your VirtualHosts > and place those config files in a directory that Apache > automatically parses. 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. For now, I think I'll trot off down the "old", but mature route instead, and see how that scales. Dang, just the sort of thing I wanted to avoid, too :-/ Graeme -- Graeme Fowler <[EMAIL PROTECTED]> -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html