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

Last change on this file since 811 was 811, checked in by quentin, 16 years ago
Add localhost to the list of scripts names
File size: 446 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
10VhostLDAPEnabled on
11#VhostLDAPUrl "ldap://127.0.0.1/ou=VirtualHosts,dc=scripts,dc=mit,dc=edu"
12VhostLDAPUrl "ldap://bees-knees.mit.edu/ou=VirtualHosts,dc=scripts,dc=mit,dc=edu"
13VhostLDAPFallback notfound.example.com
Note: See TracBrowser for help on using the repository browser.