Http
From CauchoWiki
| directive | description | default |
|---|---|---|
| connection-max | the maximum number of connections allowed | 1024 |
| host | the IP interface to listen to, "*" to listen to all interfaces | "*" |
| jsse-ssl | jsse configuration | |
| keepalive-max | maximum number of keepalive connections allowed | 512 |
| max-spare-listen | maximum number of threads listening for a new connection | 10 |
| min-spare-listen | minimum number of threads listening for a new connection | 5 |
| openssl | openssl configuration | |
| port | the TCP port to listen to | required |
| read-timeout | how long to listen to an idle socket for a read | 30s |
| server-id | matches the -server command line option | |
| socket-listen-backlog | sets the operating system's listen() value | |
| tcp-no-delay | sets the TCP NO_DELAY flag | |
| virtual-host | specifies a virtual host name to be used for IP-based virtual hosting | |
| write-timeout | how long to try to write to a socket before failing | 30s |
