Comments on: How To Set Up Apache with HTTP/2 on Ubuntu 16.04 https://www.rosehosting.com/blog/how-to-set-up-apache-with-http2-support-on-ubuntu-16-04/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:42:40 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Tim https://www.rosehosting.com/blog/how-to-set-up-apache-with-http2-support-on-ubuntu-16-04/#comment-46844 Thu, 26 Apr 2018 17:31:59 +0000 https://www.rosehosting.com/blog/?p=20149#comment-46844 It worked out for me! Thank your very much.

Regards

]]>
By: admin https://www.rosehosting.com/blog/how-to-set-up-apache-with-http2-support-on-ubuntu-16-04/#comment-46632 Mon, 05 Feb 2018 15:04:10 +0000 https://www.rosehosting.com/blog/?p=20149#comment-46632 In reply to Chris.

“apt-get source” will always download the latest source packages, probably you forgot to upgrade the Apache package.

]]>
By: Chris https://www.rosehosting.com/blog/how-to-set-up-apache-with-http2-support-on-ubuntu-16-04/#comment-46626 Sun, 04 Feb 2018 17:39:45 +0000 https://www.rosehosting.com/blog/?p=20149#comment-46626 In reply to Chris.

Actually I was running Apache/2.4.18, but still did not work.
It caused errors like this:
[Sun Feb 04 06:25:52.481812 2018] [mpm_event:error] [pid 3920:tid 140595095226240] AH00485: scoreboard is full, not at MaxRequestWorkers

]]>
By: Chris https://www.rosehosting.com/blog/how-to-set-up-apache-with-http2-support-on-ubuntu-16-04/#comment-46625 Sun, 04 Feb 2018 17:36:16 +0000 https://www.rosehosting.com/blog/?p=20149#comment-46625 These steps broke my Apache server within a few hours!!..

The mod_http2 you build in these steps should probably match the exact version of Apache you’re already running! Nowhere in the steps is a new apache installed.
I installed from a ppa a pre-built apache with http2 and it’s working good now. Lost a lot of traffic due to this guide.

]]>
By: thelambofgoat https://www.rosehosting.com/blog/how-to-set-up-apache-with-http2-support-on-ubuntu-16-04/#comment-45966 Fri, 11 Aug 2017 12:18:37 +0000 https://www.rosehosting.com/blog/?p=20149#comment-45966 Solved.

sudo apt-get install libapr1-dev libaprutil1-dev

And also

sudo apt install libpcre3-dev (if pcre-devel is not installed, which was my case with Ubuntu 16.04)

]]>
By: thelambofgoat https://www.rosehosting.com/blog/how-to-set-up-apache-with-http2-support-on-ubuntu-16-04/#comment-45965 Fri, 11 Aug 2017 12:01:51 +0000 https://www.rosehosting.com/blog/?p=20149#comment-45965 The same, recipe for target ‘binary’ failed. I can provide log though)

checking for APR… configure: error: the –with-apr parameter is incorrect. It must specify an install prefix, a build directory, or an apr-config file.
debian/rules:72: recipe for target ‘override_dh_auto_configure’ failed
make[1]: *** [override_dh_auto_configure] Error 1
make[1]: Leaving directory ‘/home/http2/apache2/apache2-2.4.18’
debian/rules:69: recipe for target ‘binary’ failed

]]>
By: admin https://www.rosehosting.com/blog/how-to-set-up-apache-with-http2-support-on-ubuntu-16-04/#comment-45948 Tue, 08 Aug 2017 19:53:14 +0000 https://www.rosehosting.com/blog/?p=20149#comment-45948 In reply to Greg Winton.

Hi,

We were not able to replicate the issue. Please make sure that you are closely following the tutorial.

]]>
By: Greg Winton https://www.rosehosting.com/blog/how-to-set-up-apache-with-http2-support-on-ubuntu-16-04/#comment-45946 Tue, 08 Aug 2017 19:11:49 +0000 https://www.rosehosting.com/blog/?p=20149#comment-45946 In reply to admin.

Hello, I have the same error.

debian/rules:69: recipe for target ‘binary’ failed
make: *** [binary] Error 2

On Ubuntu Server 16.04.

]]>