How to View Error and Access Logs

Steps

  1. Go to Websites & Domains > Click on your domain.

  2. Click Logs.

  3. Use the filter to view either access_log or error_log.

  1. You can use the Filters section to narrow down the log entries by:

    • Date

    • IP Address

    • Log type (e.g., Warning, Access, Error)

    • HTTP status code (e.g., 200, 500, 301, 404, etc.)

    • Specific message

    Below is a reference table with the most common HTTP status codes to help you better understand the log information:

HTTP Status Code Reference

Code
Meaning
Description

200

OK

The request was successful.

301

Moved Permanently

The requested resource has been permanently moved to a new URL.

302

Found (Temporary)

The resource temporarily resides under a different URL.

400

Bad Request

The server couldn't understand the request due to invalid syntax.

401

Unauthorized

Authentication is required to access the resource.

403

Forbidden

The server understood the request but refuses to authorize it.

404

Not Found

The requested resource could not be found on the server.

500

Internal Server Error

A generic server error occurred.

502

Bad Gateway

The server received an invalid response from the upstream server.

503

Service Unavailable

The server is temporarily unable to handle the request.

This legend helps you quickly identify and troubleshoot issues based on the status codes logged.

Last updated