StackOverflow
https://stackoverflow.com/questions/10673306/disable-track-and-trace-in-apache
$ curl -v -X TRACE http://[id]:[password]@webserveraddress
* Rebuilt URL to: http://[id]:[password]@webserveraddress
* Hostname was NOT found in DNS cache
* Trying webserveraddress...
* Connected to webserveraddress (webserveraddress) port 80 (#0)
* Server auth using Basic with user 'id'
> TRACE / HTTP/1.1
> Authorization: Basic YWRtaW46YWRtaW4=
> User-Agent: curl/7.35.0
> Host: webserveraddress
> Accept: */*
>
< HTTP/1.1 405 Method Not Allowed
< Date: Thu, 20 Sep 2018 02:40:25 GMT
* Server Apache/2.4.34 (Unix) mod_fcgid/2.3.9 is not blacklisted
< Server: Apache/2.4.34 (Unix) mod_fcgid/2.3.9
< Allow:
< Content-Length: 316
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>405 Method Not Allowed</title>
</head><body>
<h1>Method Not Allowed</h1>
<p>The requested method TRACE is not allowed for the URL /.</p>
<hr>
<address>Apache/2.4.34 (Unix) mod_fcgid/2.3.9 Server at webserveraddress Port 80</address>
</body></html>
* Connection #0 to host webserveraddress left intact