CV0-004 • Practice Test 28
Free CV0-004 practice test — 15 questions with explanations. Set 28. No signup required.
A cloud administrator is starting the nginx web server on a new cloud VM but it fails. According to the exhibit, what is the most likely cause of the failure?
Refer to the exhibit. ``` $ sudo systemctl status nginx ● nginx.service - A high performance web server and a reverse proxy server Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Mon 2024-03-25 10:23:45 UTC; 1min 30s ago Process: 12345 ExecStart=/usr/sbin/nginx (code=exited, status=1/FAILURE) Main PID: 12345 (code=exited, status=1/FAILURE) CGroup: /system.slice/nginx.service Mar 25 10:23:45 web01 systemd[1]: Starting nginx... Mar 25 10:23:45 web01 nginx[12345]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) Mar 25 10:23:45 web01 nginx[12345]: nginx: [emerg] still could not bind() ```