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.

已提问 8 个月前265 查看次数
3 回答
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.

已回答 8 个月前
  • 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
专家
已回答 8 个月前
  • 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
已回答 8 个月前
  • I tried this after using sudo su, but the above issues exist.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容