wcors 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.
Adam Error log for apache goes to stderr, run docker logs apache to see it. 503 means there wasn't a PHP worker available for the request. Usually this is caused by the site hitting applied hard resource limits.
wcors Adam docker logs apache i prefer there should be a page on the enhance forum as a 'cheat sheat' that might help a lot of new users. :-)
cPFence wcors i prefer there should be a page on the enhance forum as a 'cheat sheat' that might help a lot of new users. We tried to put something together here: Essential Daily Commands for Managing Your Enhance Server. Feel free to share any missing commands or hacks in the comments.
Dan cPFence Handy page! Nice one! One question though, shouldn't: find /*/*/*/.mysql_backup_enhance -type f -exec du -h {} \; -print Be: find /var/www/*/.mysql_backup_enhance -type f -exec du -h {} \; -print Or have I misunderstood something?
wcors cPFence docker logs -f apache doesn't work in Ubuntu 22 I have tried this. docker logs -f --tail=10 apache
cPFence Dan Yes, Using /var/www/*/.mysql_backup_enhance will specifically target the intended directories and avoid /proc/* results.
cPFence wcors All the commands we know of are included in the link above, including the appcd-cli --help command. However, the roadmap mentions that v12 will introduce additional CLI utilities for daily use.