phpLogViewer

Simple webapp for viewing server logs

Download .zip Download .tar.gz View on GitHub

Presentation

phpLogViewer is a simple web application that let's you view log files easily.

It aims to help you monitor server logs quickly and easily, without requiring SSH access.

phpLogViewer screenshot

Installation

Set up

  • Download the sources
  • Drop them on your Apache server (PHP version >= 5.3)

Configuration

Edit the application/configs/logs.ini file and add the files you want to view.

Example:

logs[] = /var/logs/apache2/errors.log
logs[] = /home/username/application/customlog.log

The user running Apache will need to have read access to those file (obviously).

Development

phpLogViewer started as a tool to support Awespot development and administration.

You can submit bugs or feature requests on this page.