]> andersk Git - mod-vhost-ldap.git/blob - vhost_ldap.conf
revamp directory structure: step 3
[mod-vhost-ldap.git] / vhost_ldap.conf
1 #
2 # mod_cfg_ldap allows you to keep your virtual host configuration
3 # in an LDAP directory and update it in nearly realtime.
4 #
5
6 ### you have to configure and enable it first ###
7
8 LoadModule cfg_ldap_module    modules/mod_cfg_ldap.so
9
10 <IfModule mod_cfg_ldap.c>
11     VhostLDAPEnabled on
12     VhostLDAPUrl "ldap://127.0.0.1/ou=vhosts,ou=web,dc=localhost"
13     VhostLdapBindDN "cn=admin,dc=localhost"
14     VhostLDAPBindPassword ""
15 </IfModule>
This page took 0.062657 seconds and 5 git commands to generate.