top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

A repo with latest httpd for http2 on centOS?

+1 vote
526 views

Is there a well-run package repo that has httpd-2.4.17 or mod_http2 (or mod_h2)?
I'd like to try out http2 without having to compile my own httpd.

posted Feb 12, 2016 by Satish Mishra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

EL7 comes with httpd-2.4...

$ yum list httpd
...
Installed Packages
httpd.x86_64 2.4.6-40.el7.centos @base
answer Feb 12, 2016 by Anderson
Including support for http2?

I doubt that. As far as I know, support was added with 2.4.17.

# rpm -ql httpd|egrep 'mod_http2|mod_h2'
How about here, if you are using centos 6.
http://mirror.centos.org/centos/6/SCL/x86_64/httpd24/
Similar Questions
+2 votes

I start httpd.exe from a PHP script, using this command string on Win7:

 start /b  /d ...httpd.exe -f myhttpd.conf

This appears to work OK. However, when it comes to stopping it I have an error message. I'm trying initially from the console prompt:

 httpd.exe -k stop -f pathtomyhttpd.conf

and the message is:

 (OS 5)Access is denied. : failed to open the Apache2.2 Service

What is the right way to do this?

0 votes

My System : CentOS Linux release 7.2.1511 (Core)
My Apache version : Apache/2.4.6 (CentOS)

I have configured two httpd instance.

I'm looking for a way to use "apachectl fullstatus" command for the second instance. Is this possible?

...