Log File Locations
#Linux Boxes ##Bitnami AWS installs
/opt/bitnami/apache2/logs
#cPanel Shared hosting accounts ##Setup Logging
~/public_html/error_log
.htaccess
php_flag log_errors On
php_value error_log /home/CPANELUSERNAME/public_html/error_log
##Error Log Locations
/usr/local/apache/logs/....
/var/log/lfd.log
(grep 'username' /var/log/lfd.log
)