Update of /cvsroot/sandweb/sandweb/etc
In directory usw-pr-cvs1:/tmp/cvs-serv31315/etc
Modified Files:
sandweb.cfg
Log Message:
made mime.types location and filename configurable in sandweb.cfg
Index: sandweb.cfg
===================================================================
RCS file: /cvsroot/sandweb/sandweb/etc/sandweb.cfg,v
retrieving revision 1.9
retrieving revision 1.10
diff -U2 -r1.9 -r1.10
--- sandweb.cfg 2001/09/20 21:47:16 1.9
+++ sandweb.cfg 2001/12/21 01:12:47 1.10
@@ -30,4 +30,7 @@
/>
-</config>
+ <webserver mime-types_location="/usr/local/apache/conf"
+ mime-types_file="mime.types"
+ />
+</config>
|