On Mon, Jan 19, 2009 at 5:56 AM, Michael Ludwig <m...@as-guides.com> wrote: > Now, what happens if I am going to install a new Apache > 2.2/prefork with mod_perl in addition to the already existing > Apache 2.2/worker with mod_perl?
Hmm, isn't the MPM just a runtime configuration? Why would you need another httpd install? It sounds like a separate config file would do it, if that's all you want to change. If you want to change other things, like using different version of httpd, the safest thing is to run two separate perls, one for each mod_perl setup. - Perrin