Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Apache webserver.

  1. Suppress file-based timestamp headers:

    Header unset Last-Modified
    FileETag None
  2. Review application code that returns raw Unix timestamps in API or HTML responses.