Updated config files for Trusty (Apache 2.2->2.4)
[sysconfig/apache2.git] / mods-available / ldap.conf
index 6d3b6d10f57c8f4b90bddd4d617d8fa2e7057d42..697b70b816989d1ff3281c836ea7d346614aa774 100644 (file)
@@ -1,8 +1,6 @@
 <Location /ldap-status>
-    SetHandler ldap-status
-    Order deny,allow
-    Deny from all
-    Allow from 127.0.0.1 ::1
-#    Allow from 192.0.2.0/24
-    Satisfy all
+       SetHandler ldap-status
+       Require local
 </Location>
+
+# vim: syntax=apache ts=4 sw=4 sts=4 sr noet