WITH-LOGFILE was renamed to WITH-LOG-FILE
This commit is contained in:
parent
ade0a8391f
commit
bf937b2e74
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue