From 527717aa01c02164fc4ae4115b597d376c40fd9f Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Fri, 1 Jun 2007 23:37:04 +0000 Subject: [PATCH] Moving default configuration file and giving it a nice prefix svn: r6456 --- .../configuration-table.ss} | 2 +- collects/web-server/web-config-unit.ss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename collects/web-server/{default-configuration-table => default-web-root/configuration-table.ss} (96%) diff --git a/collects/web-server/default-configuration-table b/collects/web-server/default-web-root/configuration-table.ss similarity index 96% rename from collects/web-server/default-configuration-table rename to collects/web-server/default-web-root/configuration-table.ss index 7d8155b08b..ab400bd38b 100644 --- a/collects/web-server/default-configuration-table +++ b/collects/web-server/default-web-root/configuration-table.ss @@ -21,7 +21,7 @@ (file-base-connection-timeout 30)) (paths (configuration-root "conf") - (host-root "default-web-root") + (host-root ".") (log-file-path "log") (file-root "htdocs") (servlet-root ".") diff --git a/collects/web-server/web-config-unit.ss b/collects/web-server/web-config-unit.ss index 23827c0d6d..9f430ed837 100644 --- a/collects/web-server/web-config-unit.ss +++ b/collects/web-server/web-config-unit.ss @@ -16,7 +16,7 @@ [default-configuration-table-path path?]) (define default-configuration-table-path - (build-path (collection-path "web-server") "default-configuration-table")) + (build-path (collection-path "web-server") "default-web-root" "configuration-table.ss")) ; read-configuration-table : path -> configuration-table (define (read-configuration-table table-file-name)