2015-05-15 | Paul Boddie | raw annotate files changeset graph | Support the cancellation of previously unseparated recurrences. |
1 Alias /freebusy /var/www/imip-agent/static/ 2 Alias /imip-manager/styles.css /var/www/imip-agent/styles.css 3 ScriptAlias /imip-manager /var/www/imip-agent/imip_manager.py 4 5 <Location "/imip-manager"> 6 AuthType basic 7 AuthName "imip-manager" 8 AuthBasicProvider ldap 9 AuthLDAPUrl "ldap://localhost/ou=People,dc=example,dc=com?mail?sub" 10 Require valid-user 11 </Location>