You need to use a threaded mpm (event or worker) to support http2.

Additionally, you need to configure httpd to use fcgi to process php
content. See http://wiki.apache.org/httpd/php

The simplest approach will likely to use mod_proxy_fcgi and php-fpm pools.

On Wed, Mar 28, 2018 at 12:17 PM, David Mehler <dave.meh...@gmail.com>
wrote:

> Hello,
>
> Currently I'm running Apache 2.4, openssl, Php 5.6, mod_php, and with
> apache the prefork mpm. my mpm from prefork to either worker or event.
> What is the difference between these two mpms? It appears i'm also
> going to have to make a php change, threaded php, should I move to
> php7, does that have the option needed?
>
> Thanks.
> Dave.
>
> I am wanting to implement http2. I know that I'll need to have to switch
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to