标签:http io ar 使用 sp 文件 on 代码 html
使用apache的重写规则来禁用OPTIONS方法。方法如下:
在apache配置文件http.conf中添加以下代码: LoadModule rewrite_module path/to/apache/modules/mod_rewrite.so RewriteEngine On RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK|OPTIONS) RewriteRule .* - [F]
http://www.techstacks.com/howto/disable-http-methods-in-apache.html
http://www.linuxquestions.org/questions/linux-security-4/disabling-head-options-http-methods-in-apache-webserver-763347/
标签:http io ar 使用 sp 文件 on 代码 html
原文地址:http://my.oschina.net/maliang0130/blog/338725