On 07/12/2018 10:13, John Crisp wrote:
On 07/12/18 04:40, Akshar Kanak wrote:
Dear team
     I have  httpd 2.2.15  on Centos 6 . I need to install
mod_proxy_wstunnel . mod_proxy_wstunnel has been provided in apache 2.4.5 .
Is there any official document to back port the mod_proxy_wstunnel to httpd
2.2.15 Centos code .

https://stackoverflow.com/questions/30443999/how-to-add-mod-proxy-wstunnel-to-apache2-2-2-on-raspberry-pi-backport-mod-proxy

https://gist.github.com/vitkin/6661683

Be aware that CentOS 6 has Apache 2.2.15 but the last/latest is 2.2.24 I
think

CentOS 7 ships the module as a standard part of the httpd 2.4.6 package.

CentOS 6 has httpd 2.4 available asĀ  an SCL (httpd24-httpd) in the centos-release-scl repo. The IUS repo also ships httpd24u 2.4.35 foir el6 if you prefer to not use SCLs (many do not like them).

httpd24-httpd.x86_64                                2.4.34-7.el6                                centos-sclo-rh
httpd24u.x86_64                                    2.4.35-1.ius.centos6                                    ius

Trevor