On Wed, Jan 13, 2010 at 3:22 PM, Boysenberry Payne <[email protected]> wrote: > I'm using <Perl> blocks in my apache conf files for early server > configuration. > I remember reading someone on this list saying they wouldn't use Perl > Sections at all.
That might have been me. I don't like to use them. I find it simpler to put all the perl code in a startup.pl. I also like to generate my httpd.conf from templates, and this means I can also generate conf files for non-mod_perl servers, like my proxy. - Perrin
