From 33bea30accd48448df0fb8f83319a927d3010d2a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 27 Apr 2006 02:27:56 +0000 Subject: [PATCH] fix config for latest web server svn: r2809 --- collects/handin-server/web-status-server.ss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/handin-server/web-status-server.ss b/collects/handin-server/web-status-server.ss index 0f66000d25..9ff3ff0545 100644 --- a/collects/handin-server/web-status-server.ss +++ b/collects/handin-server/web-status-server.ss @@ -50,6 +50,9 @@ (log-file-path ,(path->string (build-path (current-directory) "web-status-log.ss"))) (file-root "htdocs") (servlet-root ,web-dir) + (mime-types ,(path->string (build-path (collection-path "web-server") + "default-web-root" + "mime.types"))) (password-authentication ,(path->string (build-path (current-directory) "web-status-passwords")))))) (virtual-host-table)))