Hi all,
I've been going around in circles with this for a while now. I can't seem to find a definitive answer (bear in mind, I dabble with server stuff... but I'm far from a pro =))
I have 5 sites on my server. All of them ideally need to be under mod_perl. I've been told that they **shouldn't** share a mod_perl instance. Partly for security, but mainly due to the fact if you have Foo/Bar.pm in more than 1 site... it will ONLY load the instance from the first one - which is obliviously undesirable!). Previously, we only managed to get it on one site (the largest), due to the fact we added it into the pre_virtualhost_global.conf file (in the VirtualHost), and this meant that if we tried to use it on any others, it would have simply used the modules from the first site)
Could anyone shed some light on how I would enable it? This is a new server - so I can play around with it a bit (was hard to do on the old server, as its currently live... but this gives me a chance to play around, without affecting anything!)
TIA
Andy
I've been going around in circles with this for a while now. I can't seem to find a definitive answer (bear in mind, I dabble with server stuff... but I'm far from a pro =))
I have 5 sites on my server. All of them ideally need to be under mod_perl. I've been told that they **shouldn't** share a mod_perl instance. Partly for security, but mainly due to the fact if you have Foo/Bar.pm in more than 1 site... it will ONLY load the instance from the first one - which is obliviously undesirable!). Previously, we only managed to get it on one site (the largest), due to the fact we added it into the pre_virtualhost_global.conf file (in the VirtualHost), and this meant that if we tried to use it on any others, it would have simply used the modules from the first site)
Could anyone shed some light on how I would enable it? This is a new server - so I can play around with it a bit (was hard to do on the old server, as its currently live... but this gives me a chance to play around, without affecting anything!)
TIA
Andy