[Kolab-devel] server/kolab/kolab httpd.conf.template,1.12,1.13 by bernhard at doto.intevation.de

root at intevation.de root at intevation.de
Fri Jul 4 21:52:16 CEST 2003


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

Modified Files:
	httpd.conf.template 
Log Message:
Fixed name of mime.magic file. (Thanks to Josef Fritscher)


Index: httpd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/httpd.conf.template,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- httpd.conf.template	3 Jul 2003 20:56:26 -0000	1.12
+++ httpd.conf.template	4 Jul 2003 19:52:13 -0000	1.13
@@ -128,7 +128,7 @@
 TypesConfig etc/apache/mime.types
 DefaultType text/plain
 <IfModule mod_mime_magic.c>
-    MIMEMagicFile @@@kolab_prefix@@@/etc/apache/magic
+    MIMEMagicFile @@@kolab_prefix@@@/etc/apache/mime.magic
 </IfModule>
 
 HostnameLookups On





More information about the devel mailing list