Re: Module preloading on virtual hosts
Michiel Beijen <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CABD0r13gYfhUFY1X-G0vkN_NPuzOs6moWA75+1sutyRbu==n2Q@mail.gmail.com> |
Hi Patryk, On Thu, Oct 25, 2012 at 1:37 PM, Patryk Zera <[email protected]> wrote: > I've problem with preloading JSON module on apache virtual hosts. I've asked > about that on #perl-help and #modperl IRC channels and i was advised to ask > my question here. I've described my setup with config files: > http://sanchez.wasilkow.pl/json-problem.html - what causes that situation? > And, if possible, how can I make it work without changing code? The JSON module is a bit special, in that it tries to use JSON::XS if available. This might explain the difference. Please check the module documentation: https://www.metacpan.org/module/JSON#BACKEND-MODULE-DECISION Does this help? Do you have different backend modules in the different situations? -- Mike