kompressor Tux's lil' helper
Joined: 17 Apr 2003 Posts: 127 Location: Randolph, VT
|
Posted: Sun May 15, 2005 9:08 pm Post subject: nessus fix for apache, help? |
|
|
I ran nessus and it tells me apache has a security issue, or at least with my current configuration. It tells me to fix it by: Code: | If you are using Apache, add the following lines for each virtual
host in your configuration file :
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F] |
But it doesnt say where and I'm unsure as to where it goes.
I tried adding it to the end of /etc/apache2/httpd.conf restarted apache , but nessus still comes up with the same issue.
Any one point me in the right place? |
|