Re: Upgrading a mod_perl application from Apache 2.2 to Apache 2.4
Adam Prime <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
There isn’t currently any good documentation for this migration. I went through it myself a few months ago, and I ended up using the https changes doc to help me when I got strange errors. https://httpd.apache.org/docs/2.4/upgrading.html I was able to get everything working after some fooling around. I’ll go through my hit history and post something more detailed later. Adam > On Nov 30, 2018, at 8:02 AM, John D Groenveld <[email protected]> wrote: > > In message <[email protected]>, Andrew Green > writes: >> The time has finally come for me to update my mod_perl CMS from Apache 2.2 to >> Apache 2.4, but I'm struggling to find documentation on the changes required > > You must configure httpd-2.4 --with-mpm=prefork. > > John > [email protected]