Re: [users@httpd] Reverse proxy not sending certificate

2018-10-18 Thread Rainer Jung
Am 18.10.2018 um 17:32 schrieb Schettler, Marty L.: Good advice. Thanks! However, I just retested with 2.4.35 and I get the exact same results as with 2.4.34. Any other ideas? I’d welcome a workaround too. Could well be http://svn.apache.org/viewvc?rev=1844226&view=rev which is still missing

[users@httpd] Re: Comparing values in RewriteCond directive

2018-10-18 Thread alchemist vk
Hi everyone, able to resolve above issue with below rules: RewriteCond %{REQUEST_URI} ^example.com(.*).(?!\1$) RewriteRule ^.*$ - [R=404,L] With Regards, Venkatesh On Fri, Oct 12, 2018 at 8:39 AM alchemist vk wrote: > Hi All, >I have one test uri 'http://example.com/test1.test2'. How I

RE: [users@httpd] Reverse proxy not sending certificate

2018-10-18 Thread Schettler, Marty L.
Good advice. Thanks! However, I just retested with 2.4.35 and I get the exact same results as with 2.4.34. Any other ideas? I’d welcome a workaround too. Thanks! From: William A Rowe Jr [mailto:wr...@rowe-clan.net] Sent: Friday, October 12, 2018 6:26 PM To: users@httpd.apache.org Subject: Re: [

Re: [users@httpd] Limited Websocket connections with mod_proxy

2018-10-18 Thread Eric Covener
On Thu, Oct 18, 2018 at 10:33 AM Edward J. Yoon wrote: > > I increased some options (maxRequestWorkers, ServerLimit ..), and finally > was able to connect 20k concurrent connections. But that's not enough. I want > to use 4 backend servers w/ single Apache LB.. > > Apache server shows "tasks: x

Re: [users@httpd] Limited Websocket connections with mod_proxy

2018-10-18 Thread Edward J. Yoon
I increased some options (maxRequestWorkers, ServerLimit ..), and finally was able to connect 20k concurrent connections. But that's not enough. I want to use 4 backend servers w/ single Apache LB.. Apache server shows "tasks: x (limit: 19660)". Can I handle at least 200k connections with single

Re: [users@httpd] Limited Websocket connections with mod_proxy

2018-10-18 Thread Eric Covener
On Thu, Oct 18, 2018 at 3:14 AM Edward J. Yoon wrote: > > Hi, > > I've installed Apache2 on Unbuntu 18.04, and enabled {a2enmod rewrite > proxy proxy_http proxy_wstunnel proxy_balancer lbmethod_byrequests} > modules. > > And then, I've configured like: > https://github.com/edwardyoon/Heimdallr#get

[users@httpd] Re: Limited Websocket connections with mod_proxy

2018-10-18 Thread Edward J. Yoon
P.S., OKay, I've increased MaxRequestWorkers = 1, However, now I can made only 386 connections. :/ On Thu, Oct 18, 2018 at 4:14 PM Edward J. Yoon wrote: > > Hi, > > I've installed Apache2 on Unbuntu 18.04, and enabled {a2enmod rewrite > proxy proxy_http proxy_wstunnel proxy_balancer lbmethod_b

[users@httpd] Limited Websocket connections with mod_proxy

2018-10-18 Thread Edward J. Yoon
Hi, I've installed Apache2 on Unbuntu 18.04, and enabled {a2enmod rewrite proxy proxy_http proxy_wstunnel proxy_balancer lbmethod_byrequests} modules. And then, I've configured like: https://github.com/edwardyoon/Heimdallr#getting-started According to my benchmark using tsung tool, each backend