Wordpress on EC2 responds an error "this site can't be reached" frequently.

0

I am using AWS EC2, and our site is frequently not reached. In the console, I checked the server status using the below command, sudo /opt/bitnami/ctlscript.sh status, and it shows Apache, Mariadb, and PHP-fpm were not running. I need to restart the services frequently to reach the site.

posta 8 mesi fa265 visualizzazioni
3 Risposte
0

What about Increasing the size of the instance? I had a issue similar, I increased the instance size to t2alarge and it solved my issue.

con risposta 8 mesi fa
  • My Instance size is T3 Large and i have a free space also.

  • Can you give some other solution for this because my instance size is T3 Large and i have a free space also

0

Hello.

Is autostart enabled with the following command?
If the system does not start even if autostart is enabled, it is necessary to check the system logs to find the cause of the stoppage, etc.

sudo systemctl enable httpd
sudo systemctl enable mariadb
sudo systemctl enable php-fpm
profile picture
ESPERTO
con risposta 8 mesi fa
  • I am running the above commands, but it shows the error, can you please clear this Failed to enable unit: Unit file httpd.service does not exist. Failed to enable unit: Unit file mariadb.service does not exist. Failed to enable unit: Unit file php-fpm.service does not exist.

0

why don't you run those service commands, after you do sudo su, see if that works, could be permissions issue !

profile picture
Kazman
con risposta 8 mesi fa
  • I tried this after using sudo su, but the above issues exist.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande