steffen: server/kolabd/kolabd/templates httpd.conf.template, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Sat Jan 8 04:24:09 CET 2005


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv16363/kolabd/templates

Modified Files:
	httpd.conf.template 
Log Message:
kolab-cf.schema gone + a path tweak to allow our code to coexist with the webclient

Index: httpd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- httpd.conf.template	15 Dec 2004 00:22:42 -0000	1.3
+++ httpd.conf.template	8 Jan 2005 03:24:07 -0000	1.4
@@ -216,6 +216,8 @@
 @@@endif@@@
    DavMinTimeout 600
    AddDefaultCharset Off  
+   php_value include_path ".:@l_prefix@/var/kolab/php:@l_prefix@/var/kolab/php/pear:/php/include:@l_prefix@/lib/php"
+   #php_admin_flag safe_mode on
 </Directory>
 
 <Directory "@l_prefix@/var/kolab/www/webcalendar">
@@ -248,6 +250,7 @@
     AllowOverride All
     Allow from all
     SSLRequireSSL
+    php_value include_path ".:@l_prefix@/var/kolab/php:@l_prefix@/var/kolab/php/pear:/php/include:@l_prefix@/lib/php"
 </Directory>
 
 <Directory "@l_prefix@/var/kolab/www/admin">





More information about the commits mailing list