Re: [users@httpd] Best practice for restricting access to exact IP addresses

2017-12-01 Thread Osama Elnaggar
While testing, are you sure that you’re accessing it over HTTPS and not HTTP? If this is over normal HTTP, then none of your below configuration will apply. -- Osama Elnaggar On December 1, 2017 at 11:39:11 PM, Timothy D Legg (apa...@timothylegg.com) wrote: There is only one virtualhost

Re: [users@httpd] Logging SSL Handshake Duration

2017-11-15 Thread Osama Elnaggar
Hi Timo, >From what you described, your problem may be related to OCSP. Have you tried OCSP stapling? -- Osama Elnaggar On November 15, 2017 at 9:26:29 PM, Timo Coutura ( timo.cout...@cologne-intelligence.de) wrote: Hi Everyone, I am looking for a way to determine the time spent on a

Re: [users@httpd] Proxying WebSockets + Event MPM

2017-11-10 Thread Osama Elnaggar
Thank you. -- Osama Elnaggar On November 10, 2017 at 10:31:43 PM, Eric Covener (cove...@gmail.com) wrote: On Thu, Nov 9, 2017 at 11:54 PM, Osama Elnaggar wrote: > Hi, > > I was wondering if idle websocket connections still tie up a thread or not > when using the event MPM

[users@httpd] Proxying WebSockets + Event MPM

2017-11-09 Thread Osama Elnaggar
support in trunk (back in 2015) to offload them. Did this ever make it to 2.4 and if so, starting from which version? Thanks. -- Osama Elnaggar