The folder for the cgi binaries is called "cgi-bin", folks...
This commit is contained in:
parent
46f357d47d
commit
63c8867019
|
@ -124,7 +124,7 @@ exec scsh -lm packages.scm -dm -o http-test -e main -s "$0" "$@"
|
|||
(with-request-handler
|
||||
(tilde-home-dir-handler "public_html"
|
||||
(alist-path-dispatcher
|
||||
(list (cons "cgi" (cgi-handler cgi-bin-dir)))
|
||||
(list (cons "cgi-bin" (cgi-handler cgi-bin-dir)))
|
||||
(rooted-file-or-directory-handler htdocs-dir))))))))))
|
||||
))
|
||||
;; EOF
|
||||
|
|
Loading…
Reference in New Issue