Hello All, This may be a stupid question, but I'm not finding any clear documentation to give me a answer.
I'm running mod_perl 2 on RedHat with Apache 2.0.44 and I'm using NamedBased Virtual Hosting in apache (so I have a number of virtual hosts and apache directs properly based on hostname). I use a startup.pl to load up common things like DBI, CGI, HTML::Template etc.. Should I have just a single startup.pl and will that work with all virtual hosts? Or should I have a startup.pl per virtual host. Currently I'm using a startup.pl per virtual host and I'm seeing some strange problems, I'm wondering if my problem is there should only be one startup.pl - or does it not matter either way? Thanks -Chris