Version: 4.1.4
3.4.1 Configuration Signature
(require web-server/web-config-sig) |
web-config^ : signature |
Provides contains the following identifiers.
max-waiting : integer? Passed to tcp-accept.
virtual-hosts : (listof (cons/c string? host-table?)) Contains the configuration of individual virtual hosts.
initial-connection-timeout : integer? Specifies the initial timeout given to a connection.
port : port-number? Specifies the port to serve HTTP on.
listen-ip : string? Passed to tcp-accept.
make-servlet-namespace : make-servlet-namespace/c Passed to servlets:make through make-default-path->servlet.