antony-p of Code Library
2/7/2016 - 11:31 PM

Log File Locations

Log File Locations

#Linux Boxes ##Bitnami AWS installs

  • Apache Log file /opt/bitnami/apache2/logs

#cPanel Shared hosting accounts ##Setup Logging

  • Add new file ~/public_html/error_log
  • Add the following to .htaccess
php_flag log_errors On
php_value error_log /home/CPANELUSERNAME/public_html/error_log

##Error Log Locations

  • General Apache errors /usr/local/apache/logs/....
  • Access Errors /var/log/lfd.log (grep 'username' /var/log/lfd.log)