in reply to Re^4: mod_perl, and weird caching
in thread mod_perl, and weird caching

Multiple apachectl calls with different configurations, all wrapped up on the front end with an nginx or another non-mod_perl apache front end.

And the one mod_perl perl domain is correct, unless all of the domains are under a single controlling entity. Any mod_perl-enabled domain is able to impact the performance and operation of any other mod_perl instance on that apache server, as they share the same perl space in memory.

--MidLifeXis

Replies are listed 'Best First'.
Re^6: mod_perl, and weird caching
by ultranerds (Hermit) on Feb 04, 2014 at 21:15 UTC
    Thanks - will get in contact with the host provider, and see if they can help, before doing any module name changes (which I'm not looking forward to ;) lol)

    Thanks again for your help!

      If you have another option (fcgi, for example). make use of that on a shared host where those are your only two options. mod_perl on a shared apache instance where you don't have complete control over the apache instance is not (IIRC) a secure configuration.

      --MidLifeXis

        Hi,

        Would that work though, if we wanted caching on multiple sites? We currently have about 5 sites we'd love to get onto mod_perl (or some caching system)

        TIA

        Andy