steffen: server/kolab/kolab/templates httpd.conf.template, 1.8, 1.9 php.ini.template, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Thu Sep 9 23:05:11 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv22727/kolab/kolab/templates

Modified Files:
	httpd.conf.template php.ini.template 
Log Message:
fixed issues with freebusy upload

Index: httpd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/httpd.conf.template,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- httpd.conf.template	12 Aug 2004 10:55:39 -0000	1.8
+++ httpd.conf.template	9 Sep 2004 21:05:09 -0000	1.9
@@ -180,6 +180,7 @@
 
 <Directory "@l_prefix@/var/kolab/www/freebusy">
    #Dav On
+   Script PUT /freebusy/freebusy.php
    AllowOverride None
    Options None
    # Disallow for everyone as default
@@ -203,8 +204,6 @@
    UID_Attr uid
    DavMinTimeout 600
    AddDefaultCharset Off  
-
-   Script PUT /freebusy/freebusy.php
 </Directory>
 
 <Directory "@l_prefix@/var/kolab/www/webcalendar">

Index: php.ini.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/php.ini.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- php.ini.template	14 Jun 2004 02:13:02 -0000	1.3
+++ php.ini.template	9 Sep 2004 21:05:09 -0000	1.4
@@ -240,7 +240,7 @@
 ;
 ;   - Show all errors, except for notices
 ;
-;error_reporting = E_ALL & ~E_NOTICE
+error_reporting = E_ALL & ~E_NOTICE
 ;
 ;   - Show only errors
 ;
@@ -248,7 +248,7 @@
 ;
 ;   - Show all errors
 ;
-error_reporting  =  E_ALL
+;error_reporting  =  E_ALL
 
 ; Print out errors (as a part of the output).  For production web sites,
 ; you're strongly encouraged to turn this feature off, and use error logging





More information about the commits mailing list