12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
![]() |
<Location /ldap-status>
|
||
|
SetHandler ldap-status
|
||
|
<%- if scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%>
|
||
|
Require ip 127.0.0.1 ::1
|
||
|
<%- else -%>
|
||
|
Order deny,allow
|
||
|
Deny from all
|
||
|
Allow from 127.0.0.1 ::1
|
||
|
Satisfy all
|
||
|
<%- end -%>
|
||
|
</Location>
|