[Kolab-devel] Horde Integration Packages

Stephan Buys s.buys at codefusion.co.za
Thu Jun 5 23:16:53 CEST 2003


Hi all,

This is how it stands:

I have uploaded a .src.rpm to:
http://www.codefusion.co.za/kolab/horde-2.2.3-20030605.src.rpm

It contains all the necesarry files and configs to access Horde through:
http://kolabserver/horde

1) Note that you have to apply the patch below to your http.conf.template file and
then execute /kolab/etc/kolab/kolab -v -o 

2) I have not yet fully configured Horde. This can be done through the .php
files in /kolan/RPM/SRC/horde/

Please send through any patches or tweaks needed. This is obviously a work in
progress.

3) I have not yet integrated any of the changes or files at:
http://www.sourceforge.net/projects/kolabwebclient


Regards,
-- 
Stephan  Buys
Technical Director
Code Fusion cc.
Tel: +27 11 391 1412
Mobile: +27 83 294 1876
Email: s.buys at codefusion.co.za

Index: kolab/kolab/httpd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/httpd.conf.template,v
retrieving revision 1.10
diff -u -p -u -3 -r1.10 httpd.conf.template
--- kolab/kolab/httpd.conf.template     22 May 2003 18:49:51 -0000      1.10
+++ kolab/kolab/httpd.conf.template     5 Jun 2003 17:19:36 -0000
@@ -214,6 +214,19 @@ DavLockDB @@@kolab_prefix@@@/var/kolab/w
    SSLRequireSSL
 </Directory>

+<Directory "@@@kolab_prefix@@@/var/kolab/www/horde>
+   Options +FollowSymLinks
+   AllowOverride None
+
+      php_value include_path '@@@kolab_prefix@@@/lib/php/pear/:.'
+      php_flag magic_quotes_gpc Off
+      php_flag track_vars On
+
+   Order allow,deny
+   Allow from all
+</Directory>
+
+
 AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip

 AddIconByType (TXT,/icons/text.gif) text/*




More information about the devel mailing list