Cocalores
What is it?
Cocalores is a Perl script, which is intended as drop-in-replacement for logresolve which comes with the Apache-Distribution. It is configurable for the use with other Logfiles, and can use a Cachefile to save lookups for a later run.
Where to get Calamaris?
The Cocalores-Home-page is located at http://Cocalores.sf.net/
How to use it?
- You'll need Perl Version 5 (see http://www.Perl.com/). Cocalores should work with Perl 5.001 (maybe you have to remove the '-w' from the first line and comment out the 'use vars'-line), but it is highly recommended (especially for security of your computer) that you use a recent version (>=5.005_04) of it.
- You'll also need a logfile i.e.
+ Common Logfile Format + Squid Native logfiles ( -f 3)
- Put Cocalores itself into a warm, dry place on your computer (i.e. into the /usr/local/bin-directory). Maybe (if your Perl isn't located at /usr/bin/perl) you'll have to change the first line of Cocalores to point to your copy of Perl.
- There is also a manpage for Cocalores. You should copy it to an appropriate place like /usr/local/man/man1, where your man(1) can find it.
- Use it!
'cat access.log | cocalores'
Cocalores expects without option a Common Logfile Format like an Apache Default Logfile.
You can alter Cocalores' behaviour with switches. Start Cocalores with '-h' or check the manpage.
Are there known bugs or other problems?
none yet. if you find one, report it to Cocalores-bug@Cord.de
What will happen next?
no plans yet. if you have an idea, notify me under Cocalores@Cord.de
Thank You!
- Gerold 'Nimm Perl' Meerkoetter.
Not happy yet?
Drop me a line to Cocalores@Cord.de and tell me what is missing or wrong or not clear or whatever. You are welcome (especially if you read this file that far :-)
Version of the README
$Id: README,v 1.2 2001/08/27 07:53:49 cord Exp $
