Jump to content

F5 takes down any IPB Site?


Recommended Posts

Posted

​Its configured ;)

But the F5 is so fast, that it does not triger it. I actually can rate limit http requests using Nginx instead. But a single page can make many requests, and in the end, the page gets slower.

​I rate limited to 4 r/s for PHP, i would love to have 2, but under 4 will be blocked (when using ajax search, it sends bunch of requests like a ddos in ACP)

Also got 6 cores * 3.7 GHz, goes down if its fairly large but not one person lol oh and upgraded to 2gb ram but still half isnt used lol

  • Replies 57
  • Created
  • Last Reply
  • 2 weeks later...
Posted

To the ones that are having this problem and using apache, the module mod_limitipconn limits the connections per IP and pressing F5 for some seconds will result in a 503 error page. This is one possible solution and a very good one.

  • 5 weeks later...
Posted

Does anyone have a solution to this thing?

How can we prevent flooding by F5? It also drops my server. How can we prevent or stop the flood by clicking f5?

thanks,

​If you are using Apache, install mod_limitipconn and set the maximum number of connections per IP.

  • 4 weeks later...
Posted

I am sorry, but that´s just due to poor setup of your MySQL/Whatever SQL Server you use and due to bad nginx/apache configs.

 

It is a shame how many people use the standard configs.

 

IPB is and will always be ressourcehungry, due to the fact that most stuff needs to be fetched from the db. You may need to consider setting up your server good enough to make sure that you save some of those ressources.

Posted

Does anyone have a solution to this thing?

How can we prevent flooding by F5? It also drops my server. How can we prevent or stop the flood by clicking f5?

thanks,

If using nginx, it should be a simple matter of 

  limit_conn limit_per_ip 32;

in the vhost definition.  Adjust the number to suit you.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...