Artifact 0953505b2d015a92108c7cb15c4ea430bb1b8d74:
- File stml2/spiffyserver.scm — part of check-in [78408a15fb] at 2019-12-16 22:57:30 on branch v1.70-refactor01 — Added stml2 as compilation unit/module (user: matt, size: 259) [annotate] [blame] [check-ins using] [more...]
;; 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)