Where I put the clever stuff...

23 July 2008

Apache error log

Where is the Apache error log? It took me an age to find it!

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

Comments

Commenting is closed for this article.