Megatest

spiffyserver.scm at [2f7cc277f5]
Login

File stml2/spiffyserver.scm artifact 0953505b2d part of check-in 2f7cc277f5


;; This doesn't work yet
;;
(use spiffy cgi-handler)

(spiffy-debug-mode #t)

(spiffy-file-ext-handlers 
 `(("drcdb" . ,(cgi-handler* "/path/to/drcdb"))))

(spiffy-root-path "/path/to/web")

(start-server location: (get-host-name)
                init: noop)