>>>>> On Mon, 08 Jul 2002 18:39:04 +0400, Mike Blazer <[EMAIL PROTECTED]> said:

MB> Hi All,

MB> [..snip..]

MB> Well, the question is, what if I'll load mod_perl only for <Perl>
MB> section parsing and generating the dynamic config with
MB> Apache-> httpd_conf method, and no real mod_perl locations - would this
MB> still make server childs much bigger then without mod_perl?

Yes, it will.

MB> [..snip..]

MB> Or may be there is some way to un-load mod_perl after <Perl> sections
MB> processing?

If you need <Perl> sections only to do initial web server
configuration and you do not need mod_perl features in runtime then
instead of using <Perl> just write Perl script to generate Apache
config file from templates and run it before starting Apache. This way
you do not need mod_perl on frontend Apache at all.

-- 
Ilya Martynov (http://martynov.org/)

Reply via email to