RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(CONNECT|TRACE)$
RewriteRule ^.*$ - [L,F]
ProxyRequests Off
ProxyRequest should be set to off, unless you have security protect in your web server.
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(CONNECT|TRACE)$
RewriteRule ^.*$ - [L,F]
ProxyRequests Off
ProxyRequest should be set to off, unless you have security protect in your web server.
转载于:https://my.oschina.net/l1z2g9/blog/76536