Greetings Monks,
I have intriguing problem, although not uncommen. My application runs on apache 1.x + mod_perl. I have a generic httpd.conf, in which I set the PERL5LIB and the path to my html templates. Now I have mutliple versions of the applications and my manager wants to run each of these versions from a single apache instance.
I have a startup.pl script which sets various other environment variable required by the application. When I set up the virtual host, I found that the last call to startup.pl would over write other environment variables.
How do I setup mod perl instances for each virtual host ? Is this possible ?