add the following RewriteCond to the httpd.conf
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
Restart the httpd service
systemctl restart httpd
Verify the
curl -v -A cUrl -k -X TRACK http://ol7-olvm
微信扫一扫
add the following RewriteCond to the httpd.conf
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
Restart the httpd service
systemctl restart httpd
Verify the
curl -v -A cUrl -k -X TRACK http://ol7-olvm
相关推荐