dont allow script execution in dav dirs foerste
authorMatthias Förste <foerste@schlittermann.de>
Thu, 21 Jul 2011 11:15:57 +0200
branchfoerste
changeset 53 dda58a85698b
parent 52 c892bf85383e
child 54 1de953919a97
dont allow script execution in dav dirs
lib/Ius/Dav/Htpasswd.pm
--- a/lib/Ius/Dav/Htpasswd.pm	Wed Jul 20 14:48:12 2011 +0200
+++ b/lib/Ius/Dav/Htpasswd.pm	Thu Jul 21 11:15:57 2011 +0200
@@ -139,7 +139,9 @@
     AuthName "$user"
     AuthUserFile "$htpasswd_file"
     Require user $master_user $user
-    Options +Indexes
+    # don't allow script execution
+    Options Indexes
+    AllowOverride None
 </Directory>
 # vi:ft=apache
 EOC