9: Administration
SGX 5150 IoT Device Gateway User Guide
94
TM
To View or Configure HTTP Authentication
Using Web Manager
To view HTTP statistics, on the
Administration
page, click
HTTP > Statistics
To configure HTTP, on the
Administration
page, click
HTTP > Configuration
.
Using the CLI
To enter the HTTP command level:
enable > config > http
Using XML
Include in your file:
<configgroup name="http server">
The HTTP Server can be configured with many different authentication directives. The
authentication is hierarchical in that any URI can be given an authentication directive in order to
override a parent URI authentication directive.
Table 9-23 HTTP Authentication
Max Log Entries
Set the maximum number of HTTP server log entries. Only the last
Max Log
Entries
are cached and viewable.
Log Format
Set the log format string for the HTTP server. Follow these
Log Format
rules:
%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
Authentication Timeout
The timeout period applies if the selected authentication type is either
Digest
or
SSL/Digest
. After this period of inactivity, the client must authenticate again.
HTTP Authentication
Settings
Description
URI
Enter the URI. The URI must begin with / to refer to the filesystem.
HTTP Settings
Description