Apache HTTP Server: Difference between revisions
m →HTTP/2 Support: Changed part stating prefork method is unavailable. |
m →HTTP/2 Support: Added prefork |
||
| Line 46: | Line 46: | ||
* You must have a valid TLS certificate setup and working correctly. | * You must have a valid TLS certificate setup and working correctly. | ||
* You cannot use the prefork method of loading modules into Apache. Consider tabooing the <code>apache-prefork</code> package. The alternatives are worker and event. We are using event. Consequently: | * You cannot use the prefork method of loading modules into Apache. Consider tabooing the <code>apache-prefork</code> package. The alternatives are worker and event. We are using event. Consequently: | ||
* You cannot use the <code>mod-php7</code> package to load PHP into Apache. PHP-FPM must be configured and used instead. Trying to use it will disable HTTP/2. | * You cannot use the prefork <code>mod-php7</code> package to load PHP into Apache. PHP-FPM must be configured and used instead. Trying to use it will disable HTTP/2. | ||
To enable HTTP/2: | To enable HTTP/2: | ||