| 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 |
| MaxSessions |
| The maximum number of HTTP(S)-sessions allowed in parallel. Range: 1 to 1000 |
| CertIndex |
| The index of the certificate to use (from the certTable) for HTTPS sessions. If 0, predefined certificate is used. |
| OspPort |
| HTTPS OpenStage server port. Range: 0 to 65535 |
| LoginRights |
| Define HTTP admin access rights for account which are defined as bit field. Available access right bits are currently: admin - access to any and all pages fci - access to web configuration interface maint - access to system maintenance pages (update of images, import and export of configurations and the like) easp - access to pages dedicated for use by external applications (currently only Dime Manager). Enumerations: - admin (0)
- fci (1)
- maint (2)
- easp (3)
|