Selamlar

Aramızda Google Cloud Platform kullanan var mı? SSL kurulumu yaparken birşeyleri bozduk sanırım, bu durumu ücretli-ücretsiz çözebilecek arkadaşa ihtiyacım var. İşlem geçmişini aşağıdaki anlatıyorum.

1- "Click-Deploy Wordpress" kurulumu yapıldı, instance var, statik ip var. Panele ve siteye ip üzerinden erişiyorum, sorun yok, bu şekilde bir süre kullandık.

2- Aşağıdaki guide ile DNS kurulumu yaptım ancak henüz domain yönlendirmedim. Sistem halen çalışıyor.
https://www.onepagezen.com/transfer-...loud-platform/

3- Aşağıdaki guide ile ücretsiz SSL kurulumu yaptım. Sistem halen çalışıyor.
https://www.onepagezen.com/free-ssl-...ick-to-deploy/

4- Aşağıdaki guide ile normal SSL kurulumu yaptım (neden böyle birşey yaptım bilmiyorum, bir yerden satın alınmış SSL'im de yok)
https://www.onepagezen.com/ssl-certi...-click-deploy/

ve ip adreslerinin listelendiği panelde "kullanılmayan" olarak gördüğüm ip adresini kaldırdım, diğeri duruyor. Şimdi apache server çalışmıyor. Hata aşağıdaki gibi.

komut:
sudo -i
sudo service apache2 start

cevap:
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.

komut:
systemctl status apache2.service

cevap:
apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2018-08-16 14:14:59 UTC; 1min 15s ago
Process: 13860 ExecStop=/usr/sbin/apachectl stop (code=exited, status=1/FAILURE)
Process: 13848 ExecReload=/usr/sbin/apachectl graceful (code=exited, status=1/FAILURE)
Process: 29623 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
Main PID: 711 (code=exited, status=0/SUCCESS)
Aug 16 14:14:59 gamewallartdeployment-vm systemd[1]: Starting The Apache HTTP Server...
Aug 16 14:14:59 gamewallartdeployment-vm apachectl[29623]: Action 'start' failed.
Aug 16 14:14:59 gamewallartdeployment-vm apachectl[29623]: The Apache error log may have more information.
Aug 16 14:14:59 gamewallartdeployment-vm systemd[1]: apache2.service: Control process exited, code=exited status=1
Aug 16 14:14:59 gamewallartdeployment-vm systemd[1]: Failed to start The Apache HTTP Server.
Aug 16 14:14:59 gamewallartdeployment-vm systemd[1]: apache2.service: Unit entered failed state.
lines 1-14

komut:
journalctl -xe

cevap:
-- The result is failed.
Aug 16 14:14:59 gamewallartdeployment-vm systemd[1]: apache2.service: Unit entered failed state.
Aug 16 14:14:59 gamewallartdeployment-vm systemd[1]: apache2.service: Failed with result 'exit-code'.
Aug 16 14:14:59 gamewallartdeployment-vm sudo[29600]: pam_unix(sudo:session): session closed for user root
Aug 16 14:17:01 gamewallartdeployment-vm CRON[29644]: pam_unix(cron:session): session opened for user root by (uid=0)
Aug 16 14:17:01 gamewallartdeployment-vm CRON[29645]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Aug 16 14:17:01 gamewallartdeployment-vm CRON[29644]: pam_unix(cron:session): session closed for user root
Aug 16 14:19:15 gamewallartdeployment-vm sshd[29584]: Received disconnect from 35.204.43.222 port 58632:11: disconnected by user
Aug 16 14:19:15 gamewallartdeployment-vm sshd[29584]: Disconnected from 35.204.43.222 port 58632
Aug 16 14:19:15 gamewallartdeployment-vm sshd[29578]: pam_unix(sshd:session): session closed for user alpha378
Aug 16 14:19:15 gamewallartdeployment-vm sudo[29595]: pam_unix(sudo:session): session closed for user root
Aug 16 14:20:02 gamewallartdeployment-vm sshd[29659]: Accepted publickey for alpha378 from 35.204.43.222 port 59924 ssh2: RSA SHA256:983htj78O2lDGtCPqslYk0kJFN5cWY3EmfkEckeD75w
Aug 16 14:20:02 gamewallartdeployment-vm sshd[29659]: pam_unix(sshd:session): session opened for user alpha378 by (uid=0)
Aug 16 14:20:02 gamewallartdeployment-vm sshd[29659]: lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory
Aug 16 14:20:02 gamewallartdeployment-vm sshd[29659]: lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory
Aug 16 14:20:02 gamewallartdeployment-vm sudo[29676]: alpha378 : TTY=pts/0 ; PWD=/home/alpha378 ; USER=root ; COMMAND=/bin/bash
Aug 16 14:20:02 gamewallartdeployment-vm sudo[29676]: pam_unix(sudo:session): session opened for user root by alpha378(uid=0)
lines 1753-1769/1769 (END)