I'm going through a PCI compliance checklist and need to disable HTTP TRACK and TRACE methods on Apache for one PHP website. How can this be done reliably?
Asked
Active
Viewed 737 times
1 Answers
0
I don't know de context, but I've found this: http://blog.techstacks.com/2008/08/apache-configuration-and-pci-compliance_26.html good luck!

Katapofatico
- 750
- 1
- 10
- 29
-
1Yes, I did discover that blocking those methods in the htaccess file works well. – Corgalore Apr 23 '14 at 20:53