On 10/20/2009 01:06 PM, Devin Teske wrote:
I've been trying for what feels like months now to find some way to have two directories specify the same module name to PerlInitHandler but to use two different modules.
This isn't a limitation of mod_perl but a limitation of Perl. You can't have 2 different modules with the same name. This comes up from time to time on this list and the best advice usually comes down to this:
Run multiple apaches (on the same machine if you want). Then put a proxy in front to redirect to the right one based on the host or path or whatever. This is just slightly more complicated to set up, but is the most flexible and doesn't require as many resources as it initially appears.
-- Michael Peters Plus Three, LP