Multiple choice technology web technology

What is the default port on which the apache will be listening, when it is started?

  1. 8080

  2. 25

  3. 83

  4. 80

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Apache HTTP Server listens on port 80 by default for HTTP connections. This is the standard well-known port for unencrypted web traffic. Port 8080 is commonly used as an alternate port, port 25 is for SMTP, and port 83 is not a standard service port.