소스 검색

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