Artifact 36a130548da00b6ffd5686907ae3051410047877:
- File stml2/spiffyserver.scm — part of check-in [ffe0a27e42] at 2021-12-08 21:40:23 on branch v2.001 — Fixed bunch of build issues with autoload and dbi (user: matt, size: 262) [annotate] [blame] [check-ins using] [more...]
;; This doesn't work yet ;; (import 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)