SPort |
HTTPS server port. Range: 0 to 65535 |
Timeout |
HTTP server timeout in seconds. Range: 30 to 3600 |
KeepAlive |
Allow persistent connections (more than one request per connection) true : allowed false: not allowed Enumerations: |
KeepAliveTimeout |
Number of seconds to wait for the next request from the same client on the same connection. Range: 5 to 60 |
MaxKeepAliveRequests |
The maximum number of requests to allow during a persistent connection. Set to 0 to allow an unlimited amount. We recommend you leave this number high, for maximum performance. Range: 0 to 10000 |
SessionTimeout |
The number of seconds until a session is timed out on inactivity. Range: 300 to 86400 |
LoginMaxFailed |
The number of failed HTTP session (wrong authentication), that causes the next session with delayed acceptance. Range: 0 to 255 |
LoginFailedDelay |
The number of seconds a new session is delayed (not accepted) if httpAdminLoginMaxFailed was reached. Range: 3 to 255 |