Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a raw "access.log" file from Apache. Is there any web based version tool where I can just submit this raw log file and return me the analysis results

I am aware of the code such as AWSTATS, but it require us to install it in the server, which is not what I want.

share|improve this question
2  
just a bit concerned about security policies, you should maybe anonymize those log before submitting to an stat provider. Also take a look into google analytics maybe better for you then apache log based solution. – RageZ Sep 25 '09 at 7:14
1  
@RageZ: Thanks for the suggestion. BTW googleanalytics can only give stats starting from the registration date and not past. – neversaint Sep 25 '09 at 7:24

4 Answers

up vote 18 down vote accepted
+50

Instead of uploading the access.log file to an unknown and untrusted third party, I'd suggest installing a desktop application like Apache Log Viewer. Quoted from its website:

Apache Logs Viewer (ALV) is a free and powerful tool which lets you monitor, view and analyze apache logs with more ease. It offers search and filter functionality for the log file, highlighting the various http requests based on their status code. There is also a report facility, thus you can generate a pie/bar chart in seconds. Together with this there are also statistics where you can get the top hits, top errors, number of status codes, total bandwidth and more.

Apache Logs Viewer is a great tool to use for web analytics. Use it to get your website more productive, detect any errors and fix them. You can determine the visitors originating country and if the referrer logging is enabled than it is easier to see from which website the clients are coming from, the search terms used and which pages where visited.

Features

  • Easy installation (Windows Application)
  • Does not require installing on Apache Server
  • Color code Log lines according to status codes
  • Translate IP to Country using GeoLite Database (fast with no lookups)
  • Search for IP Address, Request String, Date, Referrer
  • Filter according to HTTP Status Code (or Range)
  • Export to text file/comma separated value, txt/csv
  • Visual Reports (Pie/Bar Charts)
  • Statistics
share|improve this answer
4  
Looks nice, but no versions for Mac & Linux :( – Husky May 5 '11 at 21:05
3  
Little update: by Jan 2013, the app is no longer free will all features. It requires a donation before you can unlock features like filtering by date. Is there any other suggestions? – Ngoc Pham Jan 15 at 15:30

If you're on a mac (or *nix, windows) you can check out http://www.sawmill.net which has a standalone app that does exactly what you're looking for.

share|improve this answer

try that Online tools

Joe

share|improve this answer

Have try of gaelytics. It provides a Web-Based log analytics solution. You can upload the apache access log to get the reports directly on the website.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.