_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW2020 Series User Manual
Issue: 2.1
Page 34 of 423
5.14.2
Main settings
Figure 12: HTTP server settings
Web Field/UCI/Package Option
Description
Web: Listen Address and Port
UCI: uhttpd.main.listen_http
Opt: list listen_http
Specifies the ports and addresses to listen on for plain HTTP
access. If only a port number is given, the server will attempt to
serve both IPv4 and IPv6 requests.
0.0.0.0:80
Bind at port 80 only on IPv4
interfaces.
[::]:80
Bind at port 80 only on IPv6
interfaces
Range
IP address and/or port
Web: Secure Listen Address and Port
UCI: uhttpd.main.listen_https
Opt: list listen_https
Specifies the ports and address to listen on for encrypted HTTPS
access. The format is the same as listen_http.
0.0.0.0:443
Bind at port 443 only
[::]:443
Range
IP address and/or port
Web: Home path
UCI: uhttpd.main.home
Opt: home
Defines the server document root.
/www
Range
Web: Cert file
UCI: uhttpd.main.cert
Opt: cert
ASN.1/DER certificate used to serve HTTPS connections. If no
listen_https options are given the key options are ignored.
/etc/uhttpd.crt
Range
Web: Key file
UCI: uhttpd.main.key
Opt: key
ASN.1/DER private key used to serve HTTPS connections. If no
listen_https options are given the key options are ignored.
/etc/uhttpd.key
Range