Problems with DDoS attacks #3142
-
Hello there! While under DDoS, the website is consuming 100% of 4 core Ryzen 7 VPS, while only about 10Mbit is bypassing. Is there anyone with a solution on how to solve it? I've tried multiple PHP-FPM configurations, but never managed to get any result. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Can you check you webserver access logs and see which endpoints they are calling? If it's actually very little traffic, it might be some kind of DoS vulnerability in the panel. I also don't see redis or memcached, do you have caching set up? That probably helps a lot with performance. |
Beta Was this translation helpful? Give feedback.
-
SOLUTION FOR ANYONE WITH SIMILAR PROBLEMS
|
Beta Was this translation helpful? Give feedback.
SOLUTION FOR ANYONE WITH SIMILAR PROBLEMS
sudo apt-get install php7.4-memcached
php artisan p:environment:setup