Welcome to mirror list, hosted at ThFree Co, Russian Federation.

46_mod_ldap.conf « modules.d « apache2 « apache « gentoo_apache « testdata « tests « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 883061fee969dbde06d3ec73998d7fde2d39efa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Examples below are taken from the online documentation
# Refer to:
# http://localhost/manual/mod/mod_ldap.html
# http://localhost/manual/mod/mod_auth_ldap.html
<IfDefine LDAP>
LDAPSharedCacheSize	200000
LDAPCacheEntries	1024
LDAPCacheTTL		600
LDAPOpCacheEntries	1024
LDAPOpCacheTTL		600

<Location /ldap-status>
	SetHandler ldap-status
	Require local
</Location>
</IfDefine>

# vim: ts=4 filetype=apache