LPIC-2 Exam 202 (Linux Engineer) — Question 62
Which global option in squid.conf sets the port number or numbers that Squid will use to listen for client requests?
Answer options
- A. port
- B. client_port
- C. http_port
- D. server_port
- E. squid_port
Correct answer: C
Explanation
The correct answer is C. http_port, which specifies the port on which Squid listens for HTTP requests from clients. Options A, B, D, and E do not represent the correct configuration directive for setting the listening port in Squid.