Преглед изворни кода

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