[ale] Proxy Raw sockets with apache
Phil Turmel
philip at turmel.org
Thu Aug 25 17:31:50 EDT 2016
On 08/25/2016 04:45 PM, Atlanta Geek wrote:
> So please confirm that apache only proxies http(s) traffic and not a raw
> socket proxy.
You are correct. Apache will proxy only http to http.
However, if you control the apache server, a webservice could be written
to unwrap http POST or PUT actions and send the content to a socket, and
collect data from the socket and supply it in GET requests.
More information about the Ale
mailing list