Multiple choice technology web technology

What does the -v option do during startup?

  1. Starts Apache in verbose mode with maximum logging.

  2. Has no impact on Apache and has been discontinued as of Apache 1.2.6.

  3. Displays the version of Apache and the build date and exits.

  4. Disables virtual hosting for the specified virtual host name.

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

In Apache HTTP Server, running the executable with the -v option prints the version of the Apache server and its build date, and then immediately exits without starting the daemon.