fix config for latest web server

svn: r2809
This commit is contained in:
Matthew Flatt 2006-04-27 02:27:56 +00:00
parent 33039393a6
commit 33bea30acc

View File

@ -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)))