Apache2 서버의 Trace 메서드 비활성화
표준 운영 작업에서 진단을 사용하면 발견되지 않은 취약점이 나타나 데이터가 손상될 수 있습니다. 데이터의 잘못된 사용을 방지하기 위해 HTTP
Trace
메서드를 비활성화합니다. - Apache2 서버의Trace메서드를 확인하려면grep TraceEnable /usr/lib/vmware-vcopssuite/utilities/conf/vcops-apache.conf명령을 실행합니다.
- Apache2 서버의Trace메서드를 비활성화하려면sed -i "/^[^#]*TraceEnable/ c\TraceEnable off" /usr/lib/vmware-vcopssuite/utilities/conf/vcops-apache.conf명령을 실행합니다.