racket/collects/web-server/default-web-root/servlets/configure.ss
Jay McCarthy 0dd180af95 privacy
svn: r4373
2006-09-18 23:32:39 +00:00

9 lines
258 B
Scheme

; DO NOT DELETE THIS SERVLET,
; unless you never want to reconfigure the Web server again.
; The servlet accepts requests only from the *same machine* as the Web server
; for security purposes.
(require (lib "configure.ss" "web-server" "private"))
servlet