Hi Hugo,
I wonder if you could help me solve a big problem that I face at the moment.
I have a customer that has 6 e-commerce sites (mix between wordpress and php sites) and they have 6 member of staffs connected to the sites trough out the day accessing all the sites. Either to managed order or simply naviaget the customer around the site....
I have 1 plublic IP so I use Hiawatha as reverse proxy to serve all my websites.
On the Reverse proxy, I have
ConnectionsPerIP = 25
Every other day I get a very unpleasant call from the client saying that they cannot access any of their sites..
The Reverse proxy log are showing:
80.252.xx.xxx|Mon 07 Nov 2016 15:54:12 +0000|Client banned because of too many simultaneous connections
As you know a browser can use up to 6 connections for one website so the math is as follow:
1 desktop accessing * 6 websites at 6 browser connection = 36
Now, we have 6 member of staff 36*6 =216
If I set ConnectionsPerIP = 216, I leave myself whide open to DDOS attack etc..
One solution would be to whitelist the client IP but I'll rather not..
Is it possible to allow the specific ip to have the 216 connection or all the ConnectionsPerIP to be 216 at the backend server in the VirtualHost {}
ANy advise will be greatly apprceciated
Thank you