Skip to content

MyApache Error Logs

The MyApache Error Logs page provides a real-time view of all error messages generated by the Apache service (MyApache) across all domains.

MyApache Error Logs

Overview

URL: /admin/my-apache-error-logs

This section allows administrators to monitor critical warnings and informational messages from Apache. It helps in identifying misconfigurations, system limits, module behavior, and runtime issues.

Interface Elements

Search and Filters

Located at the top right above the log table:

  • Search Bar – Search log entries by any keyword (e.g., PID, module, AH code).
  • Filters Panel (via the Filters button):
    • Source – Filter logs by Apache module (e.g., Ssl:warn, Core:notice, etc.).
    • Level – Filter logs by severity level (INFO, WARNING, etc.).
    • Date Range – Set From and Until fields to filter logs by date/time.

Log Table

ColumnDescription
TimeTimestamp when the error was generated.
SourceApache module or component that triggered the message.
LevelLog severity level (e.g., INFO, WARNING).
MessageFull error message output from Apache including PID, thread ID, and AH code.
ViewButton to open detailed log in a modal window.

Actions

Truncate Logs

  • Orange button at the top-right.
  • Clears all current error log entries.
  • Action requires confirmation.

Pagination

Located at the bottom of the table:

  • Choose number of results per page (10, 25, 50, All).
  • Navigate through multiple pages of logs.

View Details Modal

Each log entry includes a View button (eye icon) that opens a modal with complete details:

  • Created at – Exact time of log generation.
  • Source – Apache component or module.
  • Level – Log severity level.
  • Message – Full Apache log content including configuration hints or system warnings.

Notes

  • Logs are collected in real time from Apache system output.
  • Useful for debugging misconfigured directives, performance tuning, or module-level analysis.
  • Filtering by source or level helps isolate specific Apache concerns.