[users@httpd] prompting for user+passwd for a websocket proxied url

2021-04-09 Thread karrageorgiou giannis
dear apache users, I have a ws:// url proxied with a ProxyPass/ProxyPassReverse statement (e.g ProxyPass /myWsUrl "[localhost listener]") and an access statement: require user myUser the access protection works, because I get a "GET /myWsUrl HTTP/1.1" 401 line in the access log, and the browser g

[users@httpd] redirecting websockets to a unix domain socket

2021-02-28 Thread karrageorgiou giannis
dear httpd users, I (try to) do reverse proxying for a websocket connection i.e. ** declaring:     ProxyPass  /ws "unix:/tmp/usock|ws://localhost/ws") ** and having a process bind()-ing and listen()-ing on       that unix domain socket's path (tmp/usock) if the listen()-ing process, accept()s a

[users@httpd] apache not (always) reading a proxy's response

2019-11-22 Thread karrageorgiou giannis
dear apache users and developers, I have a (reverse)proxy application that receives a POST request from httpd. Sometimes, it has to refuse the upload early on (e.g. when target filename pattern indicates that it should not be overwritten). Then, it writes an refusal explanation and closes the