Below I running with Windows 32 and using the example
mod_websocket_echo.so.
But with Windows 64 it is not running:
AH00526: Syntax error on line 122 of C:/Apache24/conf/httpd.conf:
Could not find initialization function "_echo_init@0" for
WebSocketHandler modules/mod_websocket_echo.so
Build with vcxproj and tested on Windows VS16.
All looks fine : [websocket:info] [pid 2428:tid 2268] [client
::1:50195] established new WebSocket connection
Only a few warninf:
mod_websocket.c(1186,57): warning C4244: 'function': conversion from
'apr_int64_t' to 'apr_size_t', possible los
I'm happy to announce version 0.1.2 of mod_websocket:
https://github.com/jchampio/apache-websocket/releases/tag/0.1.2
mod_websocket is an Apache 2.x module that allows developers to write C-
and C++-based WebSocket services. The intent is for mod_websocket plugin
writers to develop their ser