Merge pull request #7240 from jessie-pang/patch-1

20171127 Protecting Your Website From Application Layer DOS Attacks W…
This commit is contained in:
Vic Yu 2018-01-18 15:18:58 +08:00 committed by GitHub
commit 78706706f1

View File

@ -1,3 +1,5 @@
Translating by jessie-pang
Protecting Your Website From Application Layer DOS Attacks With mod
======
There exist many ways of maliciously taking a website offline. The more complicated methods involve technical knowledge of databases and programming. A far simpler method is known as a "Denial Of Service", or "DOS" attack. This attack derives its name from its goal which is to deny your regular clients or site visitors normal website service.