source:
server/fedora/config/etc/httpd/conf.d/vhost_ldap.conf
@
478
Last change on this file since 478 was 478, checked in by geofft, 17 years ago | |
---|---|
File size: 357 bytes |
Rev | Line | |
---|---|---|
[455] | 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 | ||
[478] | 10 | VhostLDAPEnabled on |
11 | VhostLDAPUrl "ldap://127.0.0.1/ou=vhosts,dc=scripts,dc=mit,dc=edu" | |
12 | VhostLDAPFallback notfound.example.com |
Note: See TracBrowser
for help on using the repository browser.