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
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
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