source: server/fedora/config/etc/httpd/conf.d/vhost_ldap.conf @ 455

Last change on this file since 455 was 455, checked in by geofft, 17 years ago
prelim ldap stuff
File size: 594 bytes
Line 
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
10# this should really go in httpd.conf
11LoadModule ldap_module modules/mod_ldap.so
12LoadModule vhost_ldap_module    modules/mod_vhost_ldap.so
13
14#<IfModule mod_vhost_ldap.c>
15    VhostLDAPEnabled on
16    VhostLDAPUrl "ldap://18.187.6.190/ou=vhosts,dc=scripts,dc=mit,dc=edu"
17    #VhostLdapBindDN "cn=admin,dc=localhost"
18    #VhostLDAPBindPassword "changeme"
19#</IfModule>
Note: See TracBrowser for help on using the repository browser.