Re: apache 2.4 mpm prefork or event?

2022-01-11 Thread John Pollard via Webobjects-dev
Thanks very much, good to know, will stick with prefork. > On 11 Jan 2022, at 14:45, Michael Kondratov > wrote: > > You need to use prefork Apache. Processes instead threads. The WO adapter > will not work in a multithreaded setup. > > Disable http2. > > Michael > > Sent from my iPhone >

Re: apache 2.4 mpm prefork or event?

2022-01-11 Thread Michael Kondratov via Webobjects-dev
You need to use prefork Apache. Processes instead threads. The WO adapter will not work in a multithreaded setup. Disable http2. Michael Sent from my iPhone > On Jan 11, 2022, at 4:21 AM, John Pollard via Webobjects-dev > wrote: > > Hello list, > > I recently moved to Amazon Linux 2 and

apache 2.4 mpm prefork or event?

2022-01-11 Thread John Pollard via Webobjects-dev
Hello list, I recently moved to Amazon Linux 2 and apache 2.4 In /etc/httpd/conf.modules.d/00-mpm.conf If I opt for prefork, I see this in the error log: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demand