Download List

Descripción del Proyecto

Apache::Logmonster is a tool to collect log files from multiple Apache Web servers, split them based on the virtual host, sort the logs into chronological order, and then pipe them into a log file analyzer of your choice (Webalizer, http-analyze, AWstats, etc).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-20 10:39
3.00rc2

Los ejemplos de uso se han actualizado. A esta FAQ. META.yml se ha actualizado a un nuevo formato. El formato de informe de Correo ha sido agregado. El inc / Module / Install, Build.PL, y ejemplos / archivos daily_email_report.txt se han añadido. En Logmonster.pm, la depuración no se está estableciendo. En Utility.pm, se añadió una sub _progress. Una revisión de código masiva que se hizo. En la actualidad hay 102 pruebas diferentes en el conjunto de pruebas en lugar de 23. Todas las funciones están orientadas a objetos. La documentación se ha ampliado significativamente. La información ha sido mejorado.
Tags: Code cleanup
The usage examples were updated. A FAQ was added. META.yml was updated to a new format. Email report formatting was added. The inc/Module/Install, Build.PL, and examples/daily_email_report.txt files were added. In Logmonster.pm, debug was not being set. In Utility.pm, a _progress sub was added. A massive code overhaul was done. There are now 102 different tests in the test suite instead of 23. All functions are now object oriented. The documentation has been significantly updated. The reporting has been enhanced.

2005-06-04 23:41
2.76

statsdir ahora puede ser una ruta absoluta (como / var / www / html). Si esto es así, la salida del procesador se almacenarán en statsdir / vhost. De lo contrario, funciona como antes y la salida va a vhost / statsdir. Esto es útil si usted tiene una máquina que no sea el servidor Web que hace la transformación, y que no tiene acceso a la docroot vhost. La lista de cambios se mantiene ahora en Tinderbox en lugar del formato POD. El sitio web se ha actualizado para que sea más fácil de navegar.
Tags: Minor feature enhancements
statsdir can now be an absolute path (such as
/var/www/html). If this is so, processor output
will be stored in statsdir/vhost. Otherwise, it
works as it used to and output goes to
vhost/statsdir. This is useful if you have a
machine other than the Web server that does the
processing and which does not have access to the
vhost docroot. The changelog is now maintained in
Tinderbox instead of the POD format. The Web site
was updated to make it easier to navigate.

2005-04-27 11:37
2.75

En esta versión, los usuarios pueden seleccionar un procesador de estadísticas para cada máquina virtual. En la actualidad existe una prueba para asegurarse de que el archivo existe antes de tratar de comprimir (suprime las advertencias falsas). Si vhosts están todos en un directorio, que ahora se salta todos los archivos que terminan con ~ (VIM) o. Bak (usuario). El código hash de la lista de dominios ahora trabaja independientemente de las declaraciones para aparecer en el contenedor de host virtual. Apache:: Logmonster:: Perl se añadió a la distribución.
Tags: Minor feature enhancements
In this release, users can select a stats processor for each virtual host. There is now a test to make sure the log file exists before trying to compress it (suppresses spurious warnings). If vhosts are all in a directory, it now skips any files that end with ~ (vim) or .bak (user). The code that hashed the domain list now works regardless of order declarations appear in the vhost container. Apache::Logmonster::Perl was added to the distribution.

2004-11-26 23:24
2.04

Tags: Initial freshmeat announcement

Project Resources