the /home/{account}/logs directory only is showing .gz files for the previous months and a php.error.log file. Where is the current access_log file for just that account/domain?
the /home/{account}/logs directory only is showing .gz files for the previous months and a php.error.log file. Where is the current access_log file for just that account/domain?
Well that good 'ole linux find command comes in handy I remembered (find -name access_log) reveals they are in /usr/local/apache/domlogs/{account} but not as the file access_log but as the domain name as the filename.
... it's also in the folder /home/{account}/access-logs (duh - surprised I missed that)