<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 07/12/2018 10:13, John Crisp wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:14dc36b8-54f9-b480-311a-9ea1121641be@safeandsoundit.co.uk">
      <pre class="moz-quote-pre" wrap="">On 07/12/18 04:40, Akshar Kanak wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">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 .

</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
<a class="moz-txt-link-freetext" href="https://stackoverflow.com/questions/30443999/how-to-add-mod-proxy-wstunnel-to-apache2-2-2-on-raspberry-pi-backport-mod-proxy">https://stackoverflow.com/questions/30443999/how-to-add-mod-proxy-wstunnel-to-apache2-2-2-on-raspberry-pi-backport-mod-proxy</a>

<a class="moz-txt-link-freetext" href="https://gist.github.com/vitkin/6661683">https://gist.github.com/vitkin/6661683</a>

Be aware that CentOS 6 has Apache 2.2.15 but the last/latest is 2.2.24 I
think</pre>
    </blockquote>
    <br>
    CentOS 7 ships the module as a standard part of the httpd 2.4.6
    package.<br>
    <br>
    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).<br>
    <br>
    <pre>httpd24-httpd.x86_64                                2.4.34-7.el6                                centos-sclo-rh
httpd24u.x86_64                                    2.4.35-1.ius.centos6                                    ius
</pre>
    <br>
    Trevor<br>
  </body>
</html>