- Joined
- Feb 27, 2003
- Messages
- 8,500
Hello,
Apache 2.4.27 has been added to files1, and CustomBuild 2.0 has been updated (rev 1679).
Annoucement:
http://www.apache.org/dist/httpd/Announcement2.4.html
To update:
Anytime you update apache, we recommend recompiling and modules that are compiled against it, like mod_php, mod_ruid2, or anything else, like mod_security, etc.. If unsure, just run "./build all d".
Note that HTTP/2 will not work with mpm prefork anymore (mod_php).
So if you want to use HTTP/2, you must be using mpm_event,
which is done automatically when you use php-fpm.
Here is changelog: http://www.apache.org/dist/httpd/CHANGES_2.4.27
If you have http2=1 set in the directadmin.conf and are using mpm_prefork (because of mod_php), a message will be shown:
If http2 has sparked your interest, the install steps are here, with the requiment to install openssl 1.0.2k in a custom manner. See:
https://www.directadmin.com/features.php?id=1884
Please allow up to 24 hours for the other directadmin filesX mirrors to update.
Thanks!
John
Apache 2.4.27 has been added to files1, and CustomBuild 2.0 has been updated (rev 1679).
Annoucement:
http://www.apache.org/dist/httpd/Announcement2.4.html
To update:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build apache
./build mod_ruid2 #if set
./build php n #if mod_php is used
./build rewrite_confs
Note that HTTP/2 will not work with mpm prefork anymore (mod_php).
So if you want to use HTTP/2, you must be using mpm_event,
which is done automatically when you use php-fpm.
Here is changelog: http://www.apache.org/dist/httpd/CHANGES_2.4.27
If you have http2=1 set in the directadmin.conf and are using mpm_prefork (because of mod_php), a message will be shown:
Code:
**************************************
[B]Apache 2.4.27 and higher will not negotiate http2 with mpm_prefork. Use php-fpm for mpm_event, and not mod_php.${boldoff} or disable http2 in the directadmin.conf[/B]
http://www.apache.org/dist/httpd/CHANGES_2.4.27
**************************************
https://www.directadmin.com/features.php?id=1884
Please allow up to 24 hours for the other directadmin filesX mirrors to update.
Thanks!
John