]> andersk Git - mod-vhost-ldap.git/blame_incremental - vhost_ldap.conf
fix archive target in Makefile
[mod-vhost-ldap.git] / vhost_ldap.conf
... / ...
CommitLineData
1#
2# mod_vhost_ldap allows you to keep your virtual host configuration
3# in an LDAP directory and update it in nearly realtime.
4#
5
6### NOTE ###
7### mod_vhost_ldap depends on mod_ldap ###
8### you have to enable mod_ldap as well ###
9
10LoadModule vhost_ldap_module modules/mod_vhost_ldap.so
11
12<IfModule mod_vhost_ldap.c>
13 VhostLDAPEnabled on
14 VhostLDAPUrl "ldap://127.0.0.1/ou=vhosts,ou=web,dc=localhost"
15 VhostLdapBindDN "cn=admin,dc=localhost"
16 VhostLDAPBindPassword "changeme"
17</IfModule>
This page took 0.03017 seconds and 5 git commands to generate.