OpenWebStats is a PHP stats application that reads Apache log files and imports the data to a MySQL database. It then provides an awstats-style reporting tool so that you can review stats on demand from the database. Stats updates are available through cron jobs or the Web interface.
| Tags | Internet Web Dynamic Content Site Management Text Processing |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix |
| Implementation | PHP |
Recent releases


Changes: In class_apache_log_import.php, error messages were improved and a loop that occurred if the log file could not be opened was fixed. A global out of scope error in referer_stats.php that caused an error was fixed. Bandwidth usage on the monthly, daily, and host reports were fixed to show total bandwidth instead of unique hit bandwidth.


Changes: Unused code was removed from the reports. Enhancements were made to the select statements of the reports to make them faster and less memory intensive. Images were added to the robot stats page.


Changes: The year was changed from a hardcoded value of 2005 to a dynamic value for the current and last year. Full page views were added to hosts, referers, keywords, and pages. class_apache_logs_import.php was drastically improved to not read in the full log to an array, thus eliminating memory errors on large logs. The "update now" message is now updated with flush to show that it is running.


No changes have been submitted for this release.