undoing matthew's accidental commit

svn: r8726
This commit is contained in:
Eli Barzilay 2008-02-19 16:11:57 +00:00
parent 79bece6c13
commit 31d0affe42

View File

@ -6,20 +6,13 @@
(default-indices "index.html" "index.htm") (default-indices "index.html" "index.htm")
(log-format parenthesized-default) (log-format parenthesized-default)
(messages (messages
(servlet-message (servlet-message "servlet-error.html")
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./conf/servlet-error.html") (authentication-message "forbidden.html")
(authentication-message (servlets-refreshed "servlet-refresh.html")
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./conf/forbidden.html") (passwords-refreshed "passwords-refresh.html")
(servlets-refreshed (file-not-found-message "not-found.html")
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./conf/servlet-refresh.html") (protocol-message "protocol-error.html")
(passwords-refreshed (collect-garbage "collect-garbage.html"))
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./conf/passwords-refresh.html")
(file-not-found-message
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./conf/not-found.html")
(protocol-message
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./conf/protocol-error.html")
(collect-garbage
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./conf/collect-garbage.html"))
(timeouts (timeouts
(default-servlet-timeout 30) (default-servlet-timeout 30)
(password-connection-timeout 300) (password-connection-timeout 300)
@ -28,16 +21,10 @@
(file-base-connection-timeout 30)) (file-base-connection-timeout 30))
(paths (paths
(configuration-root "conf") (configuration-root "conf")
(host-root (host-root ".")
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/.") (log-file-path "log")
(log-file-path (file-root "htdocs")
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./log") (servlet-root ".")
(file-root (mime-types "mime.types")
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./htdocs") (password-authentication "passwords"))))
(servlet-root
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./.")
(mime-types
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./mime.types")
(password-authentication
"/Users/mflatt/proj/plt/collects/web-server/default-web-root/./passwords"))))
(virtual-host-table)) (virtual-host-table))