wordpressgoogle-cloud-platformgoogle-cloud-compute-engine

Google cloud IP no resolve with wordpress


I create a instance VM in google cloud computer engine with a Wordpress with bitnami implementation, when i´m editing the site, ip is reached and dont work moretime.


Solution

  • The below points can be taken into consideration for resolving your issue.

    For Apache: Sudo service apache restart

    For Nginx: Sudo nginx apache restart

    For Database: Sudo mysql apache restart

    SSH session-> sudo nano /opt/bitnami/apps/wordpress/htdocs/wp-config.php

    For more information you can refer to the official documentation.

    UPDATE:

    To fix a problem related to ERR_CONNECTION_REFUSED you can try the below commands by referring to the blog written by David Aladegbaiye Patricks.