Report this

What is the reason for this report?

tail -n 25 /var/log/httpd/error.log

Posted on July 11, 2014

How to generate a error log

Regards Ranjib



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

The error log should be written automatically. Do you have a webserver installed? If you do, you can find the error log’s path by running the following command:

sudo grep -ri ErrorLog /etc/httpd
sudo grep -ri ErrorLog /etc/apache2
sudo grep -ri error_log /etc/nginx

The output should show you all of the occurrences of the word error.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.