Re: Upgrading a mod_perl application from Apache 2.2 to Apache 2.4
John D Groenveld <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
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]