[pkg-kolab] r553 - kolabd/trunk/debian

Peter Eisentraut petere at alioth.debian.org
Mon Dec 11 11:21:23 CET 2006


Author: petere
Date: 2006-12-11 11:21:22 +0100 (Mon, 11 Dec 2006)
New Revision: 553

Modified:
   kolabd/trunk/debian/README.Debian
Log:
Clarify setup instructions for Apache and PHP.


Modified: kolabd/trunk/debian/README.Debian
===================================================================
--- kolabd/trunk/debian/README.Debian	2006-12-10 18:20:44 UTC (rev 552)
+++ kolabd/trunk/debian/README.Debian	2006-12-11 10:21:22 UTC (rev 553)
@@ -434,21 +434,16 @@
 9. Apache and PHP
 -----------------
 
-We need https for Freebusy so we need certificates. To create them use
-"/usr/sbin/apache2-ssl-certificate" which is included in Apache2.
+The free/busy functionality needs an SSL-enabled Apache with
+certificates.  The kolab-resource-handlers package sets up Apache and
+PHP mostly automatically, but you need to add
 
-add "Listen 443" to /etc/apache2/ports.conf
+Listen 443
 
-link the Apache2 kolab config to your sites-available:
+to /etc/apache2/ports.conf if it's not already there.
 
-# ln -s /etc/kolab/apache2-kolab.conf /etc/apache2/sites-available/
+Reload Apache afterwards: /etc/init.d/apache2 reload
 
-enable this config
-
-# a2ensite apache2-kolab.conf
-
-restart Apache2: "/etc/init.d/apache2 restart"
-
 -----------------------------------------------------------------------------------------
 
 10. Web Administration Frontend




More information about the pkg-kolab-devel mailing list