Denial of Service Attack (DDoS) Protection - .htaccess

#LimitRequestBody bytes #The number of bytes from 0 (meaning unlimited) to 2147483647 (2GB) that are allowed in a request body. LimitRequestBody 10240000
Protect against Denial of Service Attack (DDoS) by limiting file upload size.

This directive specifies the number of bytes from 0 (meaning unlimited) to 2147483647 (2GB) that are allowed in a request body.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.