[users@httpd] Forward Proxy, RewriteRules and connection keep-alive

2017-12-07 Thread Markus Gausling
t; is defined. ProxyPass would create such dedicated workers however I am not using a Reverse Proxy here. Regards Markus Gausling

[users@httpd] Re: Apache 2.4: SSL handshake not working correct for WebSockets?

2017-12-05 Thread Markus Gausling
oses a fix (which I already tested sucessfully): Defect summary: Security: Apache 2.4 not verifying URL hostname against certificate in SSL handshake for WebSockets Reference: https://bz.apache.org/bugzilla/show_bug.cgi?id=61857​ 2017-12-04 17:04 GMT+01:00 Markus Gausling &l

[users@httpd] Apache 2.4: SSL handshake not working correct for WebSockets?

2017-12-04 Thread Markus Gausling
​Hello, I am using Apache as a "WebSocket Relay" that allows local clients to connect to local ​Apache using "ws://" and Apache then maps this to "wss://" and passes the request on to the actual serving backend. I have defined a Virtual Host for this: SSLProxyEngine On

Re: [users@httpd] Apache 2.4: Proxy certificate configuration question

2017-05-04 Thread Markus Gausling
always have to combine them into one (and rewrite key BEGIN and END to add RSA). ​Regards Markus Gausling​ 2017-05-04 12:54 GMT+02:00 Marat Khalili <m...@rqc.ru>: > You configure certificates of your proxy server exactly the same way as > for web server, using SSLCer

[users@httpd] Apache 2.4: Proxy certificate configuration question

2017-05-03 Thread Markus Gausling
Hello, when Apache is configured as a WebServer I can configure the private key and the certificate of the server separately using SSLCertificateFile and SSLCertificateKeyFile. When configuring Apache as an HTTP Proxy (Reverse Proxy or Forward Proxy) it seems I can only configure the proxy

Re: [users@httpd] Apache as HTTP Proxy: GZIP compression handling configuration question

2017-04-28 Thread Markus Gausling
| | (Body uncompressed) | | |<-| | | | | 2017-04-28 15:57 GMT+02:00 Luca Toscano <toscano.l...@gmail.com>: > Hi Markus, > > 2017-04-26 12:21 GMT+02:00 Markus Gausling <ma

[users@httpd] Apache as HTTP Proxy: GZIP compression handling configuration question

2017-04-26 Thread Markus Gausling
Hello, I am using Apache (2.4.10) as an HTTP Proxy with two virtual hosts listening on different ports: - Forward Proxy - Reverse Proxy Depending on the use case applications either use the Forward Proxy or the Reverse Proxy. Now I want to make sure that for both virtual hosts the proxy does