The folder for the cgi binaries is called "cgi-bin", folks...

This commit is contained in:
mainzelm 2003-01-15 14:10:04 +00:00
parent 46f357d47d
commit 63c8867019
1 changed files with 1 additions and 1 deletions

View File

@ -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