imip-agent

conf/apache/imip-agent.conf

502:ee8848449822
2015-04-07 Paul Boddie Only remove an event from the free/busy record if cancelling the whole thing, not if only removing attendees.
     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>