send error output to stdout (= to client)
This commit is contained in:
parent
794412df5a
commit
65e8af2952
|
@ -113,6 +113,7 @@
|
||||||
(doit (lambda ()
|
(doit (lambda ()
|
||||||
(dup->inport (current-input-port) 0)
|
(dup->inport (current-input-port) 0)
|
||||||
(dup->outport (current-output-port) 1)
|
(dup->outport (current-output-port) 1)
|
||||||
|
(dup 1 2)
|
||||||
(apply exec/env filename env argv))))
|
(apply exec/env filename env argv))))
|
||||||
|
|
||||||
(http-syslog (syslog-level debug) "[cgi-server] search: ~s, argv: ~s~%" search argv)
|
(http-syslog (syslog-level debug) "[cgi-server] search: ~s, argv: ~s~%" search argv)
|
||||||
|
|
Loading…
Reference in New Issue