Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Linux
This:
# apachectl stop
# apt install php7.0-fpm
# a2enmod proxy_fcgi setenvif
# a2enconf php7.1-fpm
# a2dismod php7.1
# a2dismod mpm_prefork
# a2enmod mpm_event
# apachectl start
It's not exactly updating php modules rather than changing the MPM for PHP. -
Linux438107y
-
dfox428277yHave to look into what this would entail for us but will definitely work on it at some point. Have a few high priority items we’re working on at the moment but after that I’ll see when we can get it done.
-
@Linux I had to change the MPM though since the old prefork isn't supported by Apache anymore.
Related Rants
Finally upgraded my webserver and php modules to support HTTP/2 ^^ Everything works fine.
Found out devrant.com doesn't support it though. @dfox
undefined
http/2
webserver
protocol
devrant