This page displays and changes the current HTTP Configuration settings.
Enable the State to allow the HTTP Server to operate.
Disable the State to prevent HTTP from operating on any port.
The Port can be overridden. Blank the display to restore the default. Zero the display to disable listening.
The Secure Port (SSL) can be overridden. Blank the display to restore the default. Zero the display to disable listening.
Place a "check" on the Secure Protocols which are allowed.
The Secure Credentials specifies the name of the set of RSA and/or DSA certificates and keys to be used for the secure connection.
The Max Timeout value specifies the maximum amount of time to wait for a request from a client.
Along with the Max Bytes value, it is used to help prevent Denial of Service (DoS) attacks against the HTTP Server.
The Max Bytes value specifies the maximum number of bytes allowed in a client request.
Along with the Max Timeout value, it is used to help prevent Denial of Service (DoS) attacks against the HTTP Server.
Enable the Logging State to record recent HTTP requests received.
Disable the Logging State to turn off the recording and free any allocated memory used by the log.
The HTTP Log is a scrolling log in that only the last Max Log Entries lines are cached and viewable.
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 = header string) |
%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 <version>') |
%s | return status |
The max length for each directive is 64 bytes.
The exception is '%r' where each element is limited to 64 bytes (i.e. method, URL path info, and query string).
The Authentication Timeout applies if the selected authentication type is either Digest or SSL/Digest. After this period of inactivity, the client must authenticate again.