gunnar: server/kolabd/kolabd/templates httpd.conf.template.in, 1.9, 1.10 php.ini.template.in, 1.5, 1.6

cvs at kolab.org cvs at kolab.org
Thu Aug 2 12:34:40 CEST 2007


Author: gunnar

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

Modified Files:
	httpd.conf.template.in php.ini.template.in 
Log Message:
* kolabd.spec.in:

Ensure the php error dir gets the correct ownership.

* Makefile.am (install-data-hook):

Create a directory for php errors.

* dist_conf/common (do_subst):

Add the webserver_logdir in the replacement ops.

* templates/httpd.conf.template.in:

The graphics directory is now called themes

* templates/php.ini.template.in (error_reporting):

Log php errors into a file rather than displaying them.


Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- httpd.conf.template.in	17 Jul 2007 15:26:05 -0000	1.9
+++ httpd.conf.template.in	2 Aug 2007 10:34:38 -0000	1.10
@@ -151,7 +151,7 @@
     Order allow,deny
     Allow from all
 </Location>
-<Location ~ "@webserver_web_prefix@/fbview/(kronolith|graphics)/">
+<Location ~ "@webserver_web_prefix@/fbview/(kronolith|themes)/">
     Order allow,deny
     Allow from all
 </Location>

Index: php.ini.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/php.ini.template.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- php.ini.template.in	17 Jul 2007 15:26:05 -0000	1.5
+++ php.ini.template.in	2 Aug 2007 10:34:38 -0000	1.6
@@ -21,6 +21,11 @@
 memory_limit       = 16M     ; Maximum amount of memory a script may consume
 post_max_size      = 8M     ; Maximum amount of POST data accepted
 
+error_reporting  =  E_ALL
+display_errors = Off
+log_errors = On
+error_log = @webserver_logdir@/php/php-errors.log
+
 ;   Include Paths
 ;include_path          = ".:/kolab/lib/php"
 include_path          = ".:@phplibdir@:@phplibdir2@:@phppeardir@"





More information about the commits mailing list