]> andersk Git - mod-vhost-ldap.git/blame - vhost_ldap.conf
revamp directory structure: step 3
[mod-vhost-ldap.git] / vhost_ldap.conf
CommitLineData
7f9875bb
OS
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
8LoadModule 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.32316 seconds and 5 git commands to generate.