I'm sure there is documentation about how to add a module and build it as part of the httpd compile but I basically just: 1) copied over the module into 2.4.4 src. 2) searched for mod_proxy_ajp and added the equivalent mod_proxy_wstunnel entry in all files 3) make && make install. Discovered that on adding a new module ./buildconf and then ./configure required 4) Run, find out that a function was undefined. 5) Searched for the missing function and then proceed to diff merge the changes from trunk into 2.4.4 6) Just copied over mod_proxy_httpd.c as the changes were numerous 7) build and done.
On 2013-03-17, at 6:25 AM, Jamie Johnson wrote: > Great I'm going to try that as well. Can you provide the process...anything > would be appreciated > > On Mar 17, 2013 12:06 AM, "Nathan Quinlan" <[email protected]> wrote: > I was able to backport this into 2.4.4 in less than an hour. Fortunately it > isn't that different from trunk and I'm not a C guy. > > On 2013-03-15, at 11:49 PM, jej2003 wrote: > > > Is it possible to build this module to run on an existing httpd 2.2.22 > > instance? > > > > > > > > -- > > View this message in context: > > http://apache-http-server.18135.n6.nabble.com/mod-proxy-websocket-tp5004158p5004434.html > > Sent from the Apache HTTP Server - Dev mailing list archive at Nabble.com. >
