浏览代码

Ensure we don't execute php files in webdav

Johannes Zellner 9 年之前
父节点
当前提交
8596e22aa2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apache2-app.conf

+ 1 - 0
apache2-app.conf

@@ -20,6 +20,7 @@
     <Location /webdav>
         Options +Indexes
         DirectoryIndex disabled
+        php_admin_value engine Off
         DAV on
         DavDepthInfinity on
         AuthType Basic