Ae galera to aqui com problemas no apache...
alguem ja passou por isso olha soh:

usei o Nessus para fazer o scan do servidor e pa, ele deu:

###############################################
Your webserver supports the TRACE and/or TRACK methods. TRACE and TRACK
are HTTP methods which are used to debug web server connections.

It has been shown that servers supporting this method are subject
to cross-site-scripting attacks, dubbed XST for
"Cross-Site-Tracing", when used in conjunction with
various weaknesses in browsers.

An attacker may use this flaw to trick your
legitimate web users to give him their
credentials.

Solution: Disable these methods.


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]

If you are using Microsoft IIS, use the URLScan tool to deny HTTP TRACE
requests or to permit only the methods needed to meet site requirements
and policy.

If you are using Sun ONE Web Server releases 6.0 SP2 and later, add the
following to the default object section in obj.conf:
<Client method="TRACE">
AuthTrans fn="set-variable"
remove-headers="transfer-encoding"
set-headers="content-length: -1"
error="501"
</Client>

If you are using Sun ONE Web Server releases 6.0 SP2 or below, compile
the NSAPI plugin located at:
http://sunsolve.sun.com/pub-cgi/retr...salert%2F50603


See http://www.whitehatsec.com/press_rel...R-20030120.pdf
http://archives.neohapsis.com/archiv...3-q1/0035.html
http://sunsolve.sun.com/pub-cgi/retr...salert%2F50603
http://www.kb.cert.org/vuls/id/867593

Risk factor : Medium
###############################################


fiz tudo que pediu ai para apache qdo passo o nessus di novo da o mesmo pila...
alguem ja passou por isso

uso apache 1.3.29/mod_cgi2/mod_php-4.3.4