gunnar: server/kolabd/kolabd/templates httpd.conf.template.in, 1.11, 1.12

cvs at kolab.org cvs at kolab.org
Thu Oct 4 11:47:43 CEST 2007


Author: gunnar

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

Modified Files:
	httpd.conf.template.in 
Log Message:
*.conf leads to inclusion of the file itself which is of course invalid. Use *.include instead.

Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- httpd.conf.template.in	3 Oct 2007 10:05:18 -0000	1.11
+++ httpd.conf.template.in	4 Oct 2007 09:47:41 -0000	1.12
@@ -416,4 +416,4 @@
 
 # used for local non Kolab extension
 Include @webserver_confdir@/apache2.local
-Include @webserver_confdir@/*.conf
\ No newline at end of file
+Include @webserver_confdir@/*.include
\ No newline at end of file





More information about the commits mailing list