WITH-LOGFILE was renamed to WITH-LOG-FILE

This commit is contained in:
interp 2003-02-17 09:52:21 +00:00
parent ade0a8391f
commit bf937b2e74
3 changed files with 3 additions and 3 deletions

View File

@ -178,7 +178,7 @@ exec scsh -lm $sunet/packages.scm -lm $ssax/lib/packages.scm -lm $sunet/httpd/su
with-root-directory (cwd)
with-simultaneous-requests simultaneous-requests
with-syslog? #t
with-logfile log-file-name
with-log-file log-file-name
;; The following settings are made to avoid dns lookups.
with-reported-port port
with-fqdn "localhost"

View File

@ -138,7 +138,7 @@ exec scsh -lm packages.scm -dm -o http-test -e main -s "$0" "$@"
with-root-directory (cwd)
with-simultaneous-requests simultaneous-requests
with-syslog? #t
with-logfile log-file-name
with-log-file log-file-name
with-request-handler
(alist-path-dispatcher
(list (cons "h" (home-dir-handler "public_html"

View File

@ -121,7 +121,7 @@ exec scsh -lm packages.scm -dm -o http-test -e main -s "$0" "$@"
with-port port
with-root-directory (cwd)
with-syslog? #t
with-logfile log-file-name
with-log-file log-file-name
with-request-handler
(alist-path-dispatcher
(list (cons "cgi-bin" (cgi-handler cgi-bin-dir)))