hi. where to find this log in the enhance directory - /var/log/apache2/error.log file. i have checked /var/local/enhance/ but nothing found related to the apache2 error log.
Error log for apache goes to stderr, run docker logs apache to see it.
docker logs apache
503 means there wasn't a PHP worker available for the request. Usually this is caused by the site hitting applied hard resource limits.