Hi Guys.
For PCI compliance I need to disable TRACK and TRACE.
I used to be able to to do this by adding the following to httpd.conf
Since EA3 this no longer works. I have tried it in the main httpd.conf as well as the includes and no luck.
Anyone have been able to get these disabled lately?
Thanks in advance for any help.
For PCI compliance I need to disable TRACK and TRACE.
I used to be able to to do this by adding the following to httpd.conf
Code:
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
RewriteCond %{REQUEST_METHOD} ^TRACK
RewriteRule .* - [F]
Anyone have been able to get these disabled lately?
Thanks in advance for any help.