Deactivate the Trace Method for the Apache2
Server
In standard production operations, use
of diagnostics can reveal undiscovered vulnerabilities that lead to compromised data. To
prevent misuse of data, deactivate the HTTP
Trace
method. - To verify theTracemethod for the Apache2 server, run the following commandgrep TraceEnable /usr/lib/vmware-vcopssuite/utilities/conf/vcops-apache.conf.
- To deactivate theTracemethod for the Apache2 server, run the following commandsed -i "/^[^#]*TraceEnable/ c\TraceEnable off" /usr/lib/vmware-vcopssuite/utilities/conf/vcops-apache.conf.