6
Denial of Service Protection
In previous chapters, we focused on keeping threat actors out and considered what we can do when our defenses are breached. However, it is still possible for a threat actor to take our Moodle offline simply by sending the web server too many requests for it to cope with. This is a so-called denial of service (DoS) attack. If the requests are originating from multiple servers across the globe, then this is a distributed denial of service (DDoS) attack. In this chapter, we will discover that building a robust and resilient Moodle server will go a long way to defending against DoS and DDoS attacks.
In this chapter, you will do the following:
- Learn how to significantly improve server performance using the PHP FastCGI ...
Get Moodle 4 Security now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.