February 2018
Beginner to intermediate
348 pages
9h 40m
English
Context: server
Specifies the IP address and/or the port to be used by the listening socket that will serve the website. Sites are generally served on port 80 (the default value) via HTTP, or 443 via HTTPS.
Syntax: listen [address][:port] [additional options];
Additional options:
backlog=num, rcvbuf=size, ...
Read now
Unlock full access