有什么方法可以在Windows Wamp上安装mod_csrfprotector吗?

时间:2019-04-14 09:45:52

标签: apache mod apache-modules

我试图将mod_csrfprotector.so下载到modules文件夹中,并在httpd.conf中添加以下配置。但是,服务器将无法启动。

LoadModule csrf_protector_module modules/mod_csrfprotector.so

<IfModule csrf_protector_module>
  csrfpEnable on
  csrfpAction forbidden
  errorCustomMessage "Access forbidden"
  jsFilePath "https://raw.githubusercontent.com/mebjas/mod_csrfprotector/master/js/csrfprotector.js" 
  tokenLength 20
  disablesJsMessage "please enable javascript "
  verifyGetFor *://*/*
</IfModule>

0 个答案:

没有答案