diff --git a/scheme/httpd/surflets/start-surflet-server b/scheme/httpd/surflets/start-surflet-server index fc30d44..cea8b62 100755 --- a/scheme/httpd/surflets/start-surflet-server +++ b/scheme/httpd/surflets/start-surflet-server @@ -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" diff --git a/start-extended-web-server b/start-extended-web-server index cd34d7f..b799ed9 100755 --- a/start-extended-web-server +++ b/start-extended-web-server @@ -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" diff --git a/start-web-server b/start-web-server index 8473596..6f3703f 100755 --- a/start-web-server +++ b/start-web-server @@ -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)))