We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0305b25 commit 7762fb5Copy full SHA for 7762fb5
server/conf/vhost.conf.master
@@ -255,7 +255,11 @@
255
<IfModule mod_dav_fs.c>
256
# Do not execute PHP files in webdav directory
257
<Directory {tmpl_var name='document_root'}/webdav>
258
- <FilesMatch "\.ph(p3?|tml)$">
+ <ifModule mod_security2.c>
259
+ SecRuleRemoveById 960015
260
+ SecRuleRemoveById 960032
261
+ </ifModule>
262
+ <FilesMatch "\.ph(p3?|tml)$">
263
SetHandler None
264
</FilesMatch>
265
</Directory>
0 commit comments