lib/Ius/Dav/Htpasswd.pm
branchfoerste
changeset 53 dda58a85698b
parent 51 0551002b6228
child 54 1de953919a97
--- 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