HTTP2 ERROR

quocdanh

Verified User
Joined
Dec 2, 2022
Messages
8
HTTP2 GOSSES ON UPDATE TO LATEST VERSION 1.645
I USE WEB SERVER APACHE 2. OS UBUNTU 22.04
DON'T UNDERSTAND WHY HTTP2 ON SITES IS NO longer available. THESE INSTRUCTIONS I HAVE BEEN FOLLOWED BUT THEY ARE NOT SUITABLE., is there any LATEST AND FAST WORKING WAY?
 
Must work by default
Did you rebuild apache and executed ./build rewrite_confs after that ?
 
lines of code to build old Http2 are no longer usable.
I don't know what to do:
cd /usr/local/directadmin/custombuild
./build update
./build set apache webserver
./build php1_mode fastcgi
here it is discontinued"
and
it will appear
Install/update server components: |
| ./build apache |
| ./build awstats |
| ./build csf |
| ./build clamav |
| ./build composer |
| ./build dovecot |
| ./build exim |
| ./build imagemagick |
| ./build imapsync |
| ./build jailshell |
| ./build lego |
| ./build libmodsecurity |
| ./build litespeed |
| ./build mod_lsapi |
| ./build mod_proctitle |
| ./build mod_aclr2 |
| ./build mod_ruid2 |
| ./build mod_htscanner2 |
| ./build mod_fcgid |
| ./build modsecurity |
| ./build modsecurity_rules |
| ./build mysql |
| ./build netdata |
| ./build nginx |
| ./build nginx_apache |
| ./build openlitespeed |
| ./build pigeonhole |
| ./build php |
| ./build proftpd |
| ./build pureftpd |
| ./build redis |
| ./build rspamd |
| ./build spamassassin |
| ./build suphp |
| ./build unit |
| ./build webalizer |
| ./build wp |
+-----------------------------------------------------------+
| Install/update PHP extensions: |
| ./build php_gmp |
| ./build php_igbinary |
| ./build php_ioncube |
| ./build php_imagick |
| ./build php_imap |
| ./build php_ldap |
| ./build php_opcache |
| ./build php_phalcon |
| ./build php_psr |
| ./build php_redis |
| ./build php_readline |
| ./build php_snuffleupagus |
| ./build php_suhosin |
| ./build php_xmlrpc |
| ./build php_zend |
+-----------------------------------------------------------+
| Components configuration options: |
| ./build exim_conf |
| ./build dovecot_conf |
| ./build blockcracking |
| ./build easy_spam_fighter |
| ./build php_ini |
| ./build rewrite_confs |
| ./build secure_php |
| ./build spamassassin_cron |
| ./build litespeed_license |
| ./build litespeed_license_migrate |
+-----------------------------------------------------------+
| Install/update web applications: |
| ./build phpmyadmin |
| ./build roundcube |
| ./build squirrelmail |
+-----------------------------------------------------------+
| CustomBuild related options/functions: |
| ./build create_options |
| ./build custombuild_plugin |
| ./build cron |
| ./build opt_help |
| ./build options_nobold |
| ./build list_removals |
| ./build remove_items |
| ./build set |
| ./build update_da |
| ./build update_versions |
| ./build update_webapps |
| ./build used_configs |
| ./build versions |
+-----------------------------------------------------------+
| Remove old build data: |
| ./build clean |
| ./build clean_old_webapps |
+-----------------------------------------------------------+
| Build everything what is set in the options.conf file: |
| ./build all |
+-----------------------------------------------------------+
| Build all PHP extensions set set in the php_extensions.conf file: |
| ./build php_extensions |
+-----------------------------------------------------------+
| Recommended for experienced users only (!): |
| ./build php_expert php_release php_mode |
| ./build php_htscanner2 php_release |
| ./build set_service service ON|OFF|delete |
+-----------------------------------------------------------+
| You can pass a 2nd argument to automate the input: |
| ./build <option> d : do the default action |
| ./build <option> y : answer yes to all questions |
| ./build <option> n : answer no to all questions
 
Back
Top