don't trigger dns lookups in apache ('none' would be treated as a hostname) foerste
authorMatthias Förste <foerste@schlittermann.de>
Tue, 10 Sep 2013 13:32:44 +0200
branchfoerste
changeset 58 5ef2ef7bb177
parent 56 eea8bbbf3818
child 59 b88094c8893a
don't trigger dns lookups in apache ('none' would be treated as a hostname)
lib/Ius/Dav/Htpasswd.pm
--- a/lib/Ius/Dav/Htpasswd.pm	Fri Jul 22 09:38:29 2011 +0200
+++ b/lib/Ius/Dav/Htpasswd.pm	Tue Sep 10 13:32:44 2013 +0200
@@ -136,7 +136,6 @@
     Dav On
     Order Allow,Deny
     Allow From All
-    Deny From None
     AuthType Basic
     AuthName "$user"
     AuthUserFile "$htpasswd_file"
@@ -148,7 +147,6 @@
 <Location "$loc">
     Order Allow,Deny
     Allow From All
-    Deny From None
 </Location>
 # vi:ft=apache
 EOC