Apache error log

Where is the Apache error log?

Under Debian Etch with Apache 2, the error log was at: /var/log/apache2/error.log. You need to be root to view the file.

To view the last few lines of the log (useful – this can get to be a long file), enter:

tail /var/log/apache2/error.log

Leave a Reply