Uzun zamandır google cloud sunucularını kullanıyorum. Ancak bugün conf dosyasında bir kaç düzenleme yapmam gerekti. Sonrasında http servisini başlatmak istediğimde hata alıyorum.
[root@plsk-cent-byol-gcp-m-1-vm conf]# sudo service httpd status
Redirecting to /bin/systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2019-10-23 12:29:16 UTC; 19min ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 29663 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 29661 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 29661 (code=exited, status=1/FAILURE)
Oct 23 12:29:16 plsk-cent-byol-gcp-m-1-vm systemd[1]: Starting The Apache HTTP Server...
Oct 23 12:29:16 plsk-cent-byol-gcp-m-1-vm httpd[29661]: httpd: Syntax error on line 353 of /etc/httpd/conf/httpd.conf: Syntax error on line 7 of /etc/httpd/conf.d/...e section
Oct 23 12:29:16 plsk-cent-byol-gcp-m-1-vm systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Oct 23 12:29:16 plsk-cent-byol-gcp-m-1-vm kill[29663]: kill: cannot find process ""
Oct 23 12:29:16 plsk-cent-byol-gcp-m-1-vm systemd[1]: httpd.service: control process exited, code=exited status=1
Oct 23 12:29:16 plsk-cent-byol-gcp-m-1-vm systemd[1]: Failed to start The Apache HTTP Server.
Oct 23 12:29:16 plsk-cent-byol-gcp-m-1-vm systemd[1]: Unit httpd.service entered failed state.
Oct 23 12:29:16 plsk-cent-byol-gcp-m-1-vm systemd[1]: httpd.service failed.
Hint: Some lines were ellipsized, use -l to show in full.Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.Nasıl bir yol izleyebilirim?