|
SuSE Installed Package Disclosure Vulnerability
Solution: The configuration file for apache (/etc/httpd/httpd.conf), line 801, reads: ---------------------------------------------------------------------------------------------------------- <Directory /usr/doc> Options FollowSymLinks Indexes +Includes AllowOverride None </Directory> ---------------------------------------------------------------------------------------------------------- Rewrite this to: ---------------------------------------------------------------------------------------------------------- <Directory /usr/doc> order deny,allow deny from all allow from localhost Options Indexes FollowSymLinks +Includes AllowOverride None </Directory> ---------------------------------------------------------------------------------------------------------- |
|
|
Privacy Statement |