Removed unused
svn: r6345
This commit is contained in:
parent
b6391ebfdd
commit
53d844fe91
|
@ -4,21 +4,8 @@
|
||||||
(lib "response.ss" "web-server")
|
(lib "response.ss" "web-server")
|
||||||
(lib "dirs.ss" "setup"))
|
(lib "dirs.ss" "setup"))
|
||||||
|
|
||||||
(provide config:port
|
(provide hardcoded-host)
|
||||||
config:max-waiting
|
|
||||||
config:listen-ip
|
|
||||||
config:initial-connection-timeout
|
|
||||||
config:virtual-hosts
|
|
||||||
hardcoded-host)
|
|
||||||
|
|
||||||
;; ************************************************************
|
|
||||||
;; HARDCODED CONFIGURATION STUFF
|
|
||||||
|
|
||||||
(define config:port 8000)
|
|
||||||
(define config:max-waiting 20)
|
|
||||||
(define config:listen-ip #f)
|
|
||||||
(define config:initial-connection-timeout 30)
|
|
||||||
|
|
||||||
;; ************************************************************
|
;; ************************************************************
|
||||||
;; HARDCODED HOST
|
;; HARDCODED HOST
|
||||||
|
|
||||||
|
@ -146,10 +133,4 @@
|
||||||
; mime-types
|
; mime-types
|
||||||
(build-path server-root-path "mime.types")
|
(build-path server-root-path "mime.types")
|
||||||
; password-authentication
|
; password-authentication
|
||||||
(build-path server-root-path "passwords"))))
|
(build-path server-root-path "passwords")))))
|
||||||
|
|
||||||
;; config:virtual-hosts: alpha -> host
|
|
||||||
;; return a default host structure
|
|
||||||
(define config:virtual-hosts
|
|
||||||
(lambda (ignore)
|
|
||||||
hardcoded-host)))
|
|
Loading…
Reference in New Issue
Block a user