Details
Denial of service (DOS) is one threat against web servers. Many DoS attacks attempt to consume web server resources in such a way that no more resources are available to satisfy legitimate requests. Mitigation against these threats is to take steps to limit the number of resources that can be consumed in certain ways.
VAMI provides the 'maxConnections' attribute of the
Solution
Navigate to and open /opt/vmware/etc/lighttpd/lighttpd.conf.
Add or reconfigure the following value:
server.max-connections = 1024
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.
References
- 800-53|AC-10
- CAT|II
- CCI|CCI-000054
- Rule-ID|SV-239715r679255_rule
- STIG-ID|VCLD-67-000001
- Vuln-ID|V-239715
Comments
Please sign in to leave a comment.