Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
April 30, 20159 yr Author ​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
April 30, 20159 yr Also, with IPS4 you can enabled the Page Cache for Guests. That will work for any guest or bot that hammer you with http requests.
May 9, 20159 yr 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.
June 9, 20159 yr 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,
June 9, 20159 yr 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.
July 8, 20159 yr 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.
July 10, 20159 yr 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.