9: Services SettingsIntelliBox-I/O 2100 User Guide 87Table 9-6 HTTP Configuration PageHTTPConfigurationPage SettingsDescriptionHTTP Server Select whether the HTTP server is enabled. Choices are:On = HTTP server is enabled. (default)Off = HTTP server is disabled.HTTP Port Enter the number of the port on which the IntelliBox listens forincoming HTTP connections from a web browser. Default is 80.HTTPS Port Enter the number of the port on which the IntelliBox listens forincoming HTTPS connections from a web browser. Default is 443.The IntelliBox listens on the HTTPS port only when an SSLcertificate has been configured for the device (see SSL).HTTPS Protocols Select whether to enable or disable the following protocols:SSL3TLS1.0TLS1.1Max Timeout Enter the maximum number of seconds that the IntelliBox waits for arequest from a client. This value helps prevent Denial of Service(DoS) attacks against the HTTP Server. Default is 10 seconds.Max Bytes Enter the maximum number of bytes allowed in a client request. Thisvalue helps prevent Denial of Service (DoS) attacks against theHTTP Server. Default is 40960 bytes.Logging Select whether the HTTP log is enabled. Choices are:On = HTTP log is enabled. (default)Off = HTTP log is disabled.Max Log Entries Enter the maximum number of entries that can be cached andviewed in the HTTP log. The HTTP log is a scrolling log, with onlythe last Max Log Entries cached and viewable. Default is 50.Log Format Enter the format of the HTTP log. The log format directives:%a remote IP address (could be a proxy)%b bytes sent excluding headers%B bytes sent excluding headers (0 = '-')%h remote host (same as '%a')%{h}i header contents from request (h = headerstring)%m request method%p ephemeral local port value used for request%q query string (prepend with '?' or empty '-')%t timestamp HH:MM:SS (same as Apache'%(%H:%M:%S)t' or '%(%T)t')%u remote user (could be bogus for 401 status)%U URL path info%r first line of request (same as '%m %U%q')%s return statusThe maximum length for each directive is 64 bytes. The exception is'%r' where each element is limited to 64 bytes (i.e. method, URLpath info, and query string). The default log format string is: %h %t"%r" %s %B "%{Referer}i" "%{User-Agent}i"