added export of http-syslog / http-log

This commit is contained in:
interp 2002-04-04 07:38:46 +00:00
parent 703ccf316e
commit 827ac14d13
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
(define server/protocol "HTTP/1.0")
; default: no logging
; initialized by init-http-log!
(define http-log (lambda a #f)) ; makes logging in CLF
(define http-syslog (lambda a #f)) ; makes syslog
(define *http-syslog?* #f) ; trigger used to avoid

View File

@ -209,6 +209,7 @@
server/protocol
http-log
http-syslog
httpd