# HG changeset patch # User Paul Boddie # Date 1445544486 -7200 # Node ID f2597bc8f683ead89f50a31d30042c5db7946159 # Parent dc1e066864f9d4290224400c32bdbe410e5db2b4 Added Apache configuration notes. diff -r dc1e066864f9 -r f2597bc8f683 README.txt --- a/README.txt Thu Oct 22 22:07:51 2015 +0200 +++ b/README.txt Thu Oct 22 22:08:06 2015 +0200 @@ -314,8 +314,19 @@ conf/apache/imip-manager.conf file provides a configuration file for deployment with the Apache Web server software that enables this interface. +The management interface is deployed as a CGI program, meaning that a suitable +module must be enabled in the Apache configuration. On Debian, this is done as +follows: + +a2enmod cgi + Since such access to calendars should only be performed by identified -users, access controls are suggested in the configuration file. +users, access controls are suggested in the configuration file. Modules +providing additional authentication support may need to be enabled. For +example, on Debian, the LDAP authentication/authorisation support is enabled +as follows: + +a2enmod authnz_ldap Prerequisites =============