Debian Linux httpd Vulnerability

Solution:
The following addition to /etc/apache/access.conf will restrict access:

<Directory /usr/doc>

AllowOverride None

order deny,allow

deny from all

allow from localhost

</Directory>



 

Privacy Statement
Copyright 2010, SecurityFocus