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.
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. :-)
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.
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
find /*/*/*/.mysql_backup_enhance -type f -exec du -h {} \; -print
find /var/www/*/.mysql_backup_enhance -type f -exec du -h {} \; -print
Or have I misunderstood something?
cPFence
docker logs -f apache doesn't work in Ubuntu 22 I have tried this. docker logs -f --tail=10 apache
docker logs -f apache
docker logs -f --tail=10 apache
cPFence Does Enhance maintain a CLI helper command enhance --help or enhance orchid --help
enhance --help
enhance orchid --help
Dan
Yes, Using /var/www/*/.mysql_backup_enhance will specifically target the intended directories and avoid /proc/* results.
/var/www/*/.mysql_backup_enhance
/proc/*
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.