webserver

How do I resolve the “Unable to open logs” error on my Apache server?

If you encounter the “Unable to open logs” error, chances are it’s one of two different things; you’re not listening on an available port or you cannot write to the logs directory.

In your httpd.conf file, make sure you have something like this:

Listen 80

If that exists then make sure you can write to your Apache logs directory.  Check the permissions and ensure that it exists and you have permissions to write to it as the appropriate user.

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

To Top