0

Maybe my setup is considered overkill for a single VM but I prefer it this way to have it behind a load balancer.

Whenever any attempts to update large quantity of files or update several plugins at a time, it will produce a 502 error from the browser end. VM is accessible by direct IP.

Is this something to do with the Health check settings or Apache server configuration?

The setup as below:

  • Bitnami Wordpress
  • Google Cloud Platform
  • Google Cloud CDN
  • Google Cloud HTTP Load Balancer

Health Check Settings:

Path / 

Protocol HTTP 

Port 80 

Proxy protocol NONE 

Logs Disabled 

Interval 30 seconds 

Timeout 30 seconds 

Healthy threshold 3 consecutive successes 

Unhealthy threshold 3 consecutive failures 
CuppaCoffee
  • 124
  • 2
  • 12
  • Find out where bitnami puts the web server error.log. Take a look at the last few tens of lines of that log. You may be able to figure out the error from them. If you still need help, please [edit] your question to show us the last few lines of that log. – O. Jones Mar 15 '23 at 11:03
  • Review the logs for both Apache and PHP. Most likely you have a tiny instance size and the uploads are overwhelming the server and you will find either memory starvation or PHP code is crashing (throwing an exception). – John Hanley Mar 23 '23 at 22:04

0 Answers0