steffen: server/kolabd/kolabd/templates httpd.conf.template, 1.4, 1.5 php.ini.template, 1.1.1.1, 1.2

cvs at intevation.de cvs at intevation.de
Thu Apr 7 08:56:24 CEST 2005


Author: steffen

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

Modified Files:
	httpd.conf.template php.ini.template 
Log Message:
Issue708 (session storage)

Index: httpd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- httpd.conf.template	8 Jan 2005 03:24:07 -0000	1.4
+++ httpd.conf.template	7 Apr 2005 06:56:22 -0000	1.5
@@ -21,8 +21,8 @@
 
 # FreeBusy list handling
 RewriteEngine On
-RewriteLog "/tmp/rewrite.log"
-RewriteLogLevel 9
+#RewriteLog "/tmp/rewrite.log"
+#RewriteLogLevel 9
 RewriteRule ^/freebusy/([^/]+)\.ifb /freebusy/freebusy.php?uid=$1
 RewriteRule ^/freebusy/([^/]+)\.vfb /freebusy/freebusy.php?uid=$1
 RewriteRule ^/freebusy/([^/]+)\.xfb /freebusy/freebusy.php?uid=$1&extended=1

Index: php.ini.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/php.ini.template,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- php.ini.template	23 Nov 2004 20:26:48 -0000	1.1.1.1
+++ php.ini.template	7 Apr 2005 06:56:22 -0000	1.2
@@ -702,7 +702,7 @@
 ; Argument passed to save_handler.  In the case of files, this is the path
 ; where data files are stored. Note: Windows users have to change this 
 ; variable in order to use PHP's session functions.
-session.save_path = /tmp
+session.save_path = @l_prefix@/var/kolab/httpd_sessions
 
 ; Whether to use cookies.
 session.use_cookies = 1





More information about the commits mailing list