Title: MP2 PerlPostConfigRequire and VirtualHosts

List,

I want to load some heavy data processing modules via PerlPostConfigRequire
in different virtual hosts. The source of data that the modules have to process depends
on certain custom config variables defined within virtual host containers.

The problem is that as PerlPostConfigRequire gets 'executed' I can't determine
in which virtual host this happens so I can't have access to the required directives.

How can I make the server object available to the modules loaded by the
PerlPostConfigRequire?

I'm using the worker mpm and the virtual hosts are configured with
PerlOptions +Parent

( I tried to use PerlPostConfigHandler as well but that is ignored within VirtualHost )

Thanks,
--Attila

Reply via email to