Tutorial: How to Disable Track and Trace in apache (TraceEnable Off)

User Avatar
👤 admin
🔴 Admin
✍️ The most important thing in the world is to not be alone.
⏳ Last active: 15 Apr 2025 at 16:01
📅 Created: 14 Feb 2021 at 23:18
👀 Viewed: 32 times
✉️ Send Email

In this simple tutorial I show how to check and disable Apache track and trace. The operating system is CentOS 7 but it can work for CentOS 8 and other distros.

Nikto error: Allowed HTTP Methods: TRACE

If you want to disable TRACE methods go to httpd.conf and add to the bottom:


TraceEnable Off

https://www.youtube.com/watch?v=J-aYWUzbpac&feature=emb_title

If you want to comment: Login or Register