Apache2 서버의 Trace 메서드 비활성화

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