Re: Re: [users@httpd] Announcing mod_websocket v0.1.2

2020-07-27 Thread Steffen Land
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

Re: [users@httpd] Announcing mod_websocket v0.1.2

2020-07-27 Thread Steffen Land
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

Re: [users@httpd] shared .htpasswd access across multiple servers?

2020-07-27 Thread Brent Clark
You can get htaccess to query a SQL, LDAP backend. Else you will need to look at some type of deployment tool like puppet, ansible. HTH Regards Brent On 2020/07/24 23:08, Jason Pitt wrote: We have some robotics hardware that each has a built in webserver that uses standard .htaccess and