Я развернул небольшой экземпляр Google Cloud Compute Engine.Но я хочу запустить веб-сервер Apache2 на этом экземпляре.Когда он устанавливается установщиком apt-get, в конце он говорит:
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d запрещен запуск запуска.Обработка триггеров для libc-bin (2.24-11 + deb9u3) ..
Когда он запускает службу, он говорит,
Starting Apache httpd web server: apache2AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
Я разрешил HTTPи правила брандмауэра HTTPS
Чего там не хватает?Пожалуйста, помогите ..