Http

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
 
(renamed tag to directive)
Line 1: Line 1:
 
[[Category:Configuration]]
 
[[Category:Configuration]]
  
{| class="tags"
+
{| class="directives"
!tag||description||default
+
!directive||description||default
 
|-
 
|-
 
||connection-max||the maximum number of connections allowed||1024
 
||connection-max||the maximum number of connections allowed||1024

Revision as of 20:21, 21 February 2006


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

See Also

Personal tools