coar 98/07/15 07:50:29
Modified: conf srm.conf-dist srm.conf-dist-win
Log:
Add explicit TypesConfig directives so people changing their default
directory structure won't get bitten by not finding references to
'conf' in the .conf-dist* files.
PR: 2616
Revision Changes Path
1.23 +5 -0 apache-1.3/conf/srm.conf-dist
Index: srm.conf-dist
===================================================================
RCS file: /export/home/cvs/apache-1.3/conf/srm.conf-dist,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- srm.conf-dist 1998/05/21 18:01:58 1.22
+++ srm.conf-dist 1998/07/15 14:50:28 1.23
@@ -91,6 +91,11 @@
AccessFileName .htaccess
+# TypesConfig describes where the mime.types file (or equivalent) is
+# to be found.
+
+TypesConfig conf/mime.types
+
# DefaultType is the default MIME type for documents which the server
# cannot find the type of from filename extensions.
1.13 +5 -0 apache-1.3/conf/srm.conf-dist-win
Index: srm.conf-dist-win
===================================================================
RCS file: /export/home/cvs/apache-1.3/conf/srm.conf-dist-win,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- srm.conf-dist-win 1998/06/08 14:37:26 1.12
+++ srm.conf-dist-win 1998/07/15 14:50:28 1.13
@@ -99,6 +99,11 @@
AccessFileName .htaccess
+# TypesConfig describes where the mime.types file (or equivalent) is
+# to be found.
+
+TypesConfig conf/mime.types
+
# DefaultType is the default MIME type for documents which the server
# cannot find the type of from filename extensions.