![]() |
|
No such thing as a small change | |
PerlMonks |
mod_perl sharing modules with other accounts when I don't want it toby ultranerds (Hermit) |
on Mar 19, 2019 at 15:05 UTC ( #1231432=perlquestion: print w/replies, xml ) | Need Help?? |
ultranerds has asked for the wisdom of the Perl Monks concerning the following question:
FYI I have already posted this on SO, but not had any replies yet:
https://serverfault.com/questions/958937/mod-perl-seems-to-be-sharing-modules-across-user-accounts I'm hoping people here will be more knowledgeable :) Rather than repeating everything I posted on the other forum, I won't put too much. Basically the issue I'm having is that mod_perl is sharing modules from one <VirtualHost> to another (and I don't want this). I was reading that doing something like this should partition it:
...but while mod_perl works, it still shares the modules :/ Am I missing something? Thanks Andy
Back to
Seekers of Perl Wisdom
|
|