- Table of Contents
-
- 07-Layer 3—IP Services Configuration Guide
- 00-Preface
- 01-ARP configuration
- 02-IP addressing configuration
- 03-DHCP configuration
- 04-DNS configuration
- 05-NAT configuration
- 06-IP forwarding basics configuration
- 07-Fast forwarding configuration
- 08-Multi-CPU packet distribution configuration
- 09-Adjacency table configuration
- 10-IRDP configuration
- 11-IP performance optimization configuration
- 12-UDP helper configuration
- 13-IPv6 basics configuration
- 14-DHCPv6 configuration
- 15-IPv6 fast forwarding configuration
- 16-Tunneling configuration
- 17-GRE configuration
- 18-ADVPN configuration
- 19-WAAS configuration
- 20-AFT configuration
- 21-Lighttpd service configuration
- 22-Web caching configuration
- Related Documents
-
Title | Size | Download |
---|---|---|
21-Lighttpd service configuration | 33.71 KB |
Configuring lighttpd Web services
Restrictions: Hardware compatibility with Lighttpd Web service
Restrictions and guidelines: lighttpd Web service configuration
Configuring lighttpd Web services
About lighttpd Web services
The device can act as a lighttpd Web server to support lightweight Web access to resources saved on the device. Supported resources include PHP dynamic webpages, pictures, flash files, video files, and advertisements. To access the resources on the lighttpd Web server, users only need to launch a Web browser and enter the IP address of the device in the address bar.
Restrictions: Hardware compatibility with Lighttpd Web service
Hardware |
Lighttpd Web service compatibility |
MSR810, MSR810-W, MSR810-W-DB, MSR810-LM, MSR810-W-LM, MSR810-10-PoE, MSR810-LM-HK, MSR810-W-LM-HK, MSR810-LMS-EA |
Yes |
MSR810-LMS, MSR810-LUS |
No |
MSR2600-6-X1, MSR2600-10-X1 |
No |
MSR 2630 |
No |
MSR3600-28, MSR3600-51 |
No |
MSR3600-28-SI, MSR3600-51-SI |
No |
MSR3600-28-X1, MSR3600-28-X1-DP, MSR3600-51-X1, MSR3600-51-X1-DP |
No |
MSR3610-I-DP, MSR3610-IE-DP |
No |
MSR3610-X1, MSR3610-X1-DP, MSR3610-X1-DC, MSR3610-X1-DP-DC |
No |
MSR 3610, MSR 3620, MSR 3620-DP, MSR 3640, MSR 3660 |
No |
MSR3610-G, MSR3620-G |
No |
Restrictions and guidelines: lighttpd Web service configuration
For the lighttpd Web server to provide lightweight HTTP or HTTPS access service correctly, make sure it uses different service ports than other services. By default, the lightweight HTTP service port number is 80 and the lightweight HTTPS service port number is 443.
Prerequisites
For the lighttpd Web server to provide HTTPS access service, save the required certificate to the lighttpd Web service working directory.
Procedure
1. Enter system view.
system-view
2. Specify the lighttpd Web service working directory.
light-http server directory directory
By default, no lighttpd Web service working directory is specified.
3. Save the webpages for users to access to the lighttpd Web service working directory.
4. Enable the lighttpd Web server.
light-http server enable
By default, the lighttpd Web server is disabled.
5. (Optional.) Specify the lightweight HTTP service port number.
light-http server http-port port-number
By default, the lightweight HTTP service port number is 80.
6. (Optional.) Specify the lightweight HTTPS service port number.
light-http server https-port port-number
By default, the lightweight HTTPS service port number is 443.