Artifact 0953505b2d015a92108c7cb15c4ea430bb1b8d74:
- File spiffyserver.scm — part of check-in [d3abae2d97] at 2011-05-15 20:43:16 on branch trunk — Initial check in after moving from http://www.kiatoa.com/fossils/opensrc (user: matt, size: 259) [annotate] [blame] [check-ins using]
;; 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)