Skip to content

Tinram/Log-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Log Parser

Simple Apache server log file analyser.

Purpose

Parse server log files and display top count statistics (i.e. files, referrers).

Runs as either a command-line tool or through the local server.

Usage

Linux

Debian-based

    php logparser.php /var/log/apache2/access.log

CentOS

    php logparser.php /var/log/httpd/access_log

If the script file is renamed, made executable, and placed in a $PATH such as /usr/local/bin:

    logparser /var/log/apache2/access.log

Windows

    php logparser.php C:\XAMPP\apache\logs\access.log

License

Log Parser is released under the GPL v.3.

About

Apache log file parser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages