display http server
Usage Guidelines
You can view the HTTP server information, including the status of common and security HTTP services, port number, maximum number of users allowed to access the HTTP server, and number of current online users.
Example
# Display information about the current HTTP server.
<AC6605> display http server
HTTP server status : Enabled (default: enable)
HTTP server port : 80 (default: 80)
HTTP timeout interval : 3 (default: 10 minutes)
Current online users : 0
Maximum users allowed : 5
HTTPS server status : Disabled (default: enable)
HTTPS server port : 443 (default: 443)
HTTPS SSL Policy :
Web package : web.7z (default)
Item |
Description |
---|---|
HTTP server status |
Status of the common HTTP server.
You can configure the common HTTP server status by running the http server enable command. |
HTTP server port |
Number of the listening port on the HTTP server. The default port number is 80. You can configure the HTTP server port number by running the http server port command. |
HTTP timeout interval |
Idle timeout duration of the HTTP server. The default value is 10 minutes. You can configure the idle timeout duration by running the http timeout command. |
Current online users |
Number of current online users. |
Maximum users allowed |
Maximum number of users allowed to access the HTTP server. |
HTTPS server status |
Status of the security HTTP server.
You can configure the security HTTP server status by running the http secure-server enable command. By default, the security HTTP service is enabled. |
HTTPS server port |
Port number of the security HTTP server. The default value is 443. You can configure the security HTTP server port number by running the http secure-server port command. |
HTTPS SSL Policy |
security HTTP SSL policy. You can configure the security HTTP SSL policy by running the ssl policy command. |
Web package |
Web page file in use. To load the web page file, run the http server load command. |