This page last changed on янв 10, 2007 by esl.
Index Docs FAQ Thanks Version User Stuff Skins Contact Forum Download

WARNING, URGENT NEWS for perl 5.10 user

you SHOULD patch lightparser.pl

    #extract site name
    $url =~ m/([a-z]+:\/\/)??([a-z0-9\-]+\.){1}(([a-z0-9\-]+\.){0,})([a-z0-9\-]+){1}(:[0-9]+)?\/(.*)/o;
    $site=$2.$3.$5;
    $site=$Lurl if ($site eq "");

replace to

    #extract site name
    if ($url =~ m/([a-z]+:\/\/)??([a-z0-9\-]+\.){1}(([a-z0-9\-]+\.){0,})([a-z0-9\-]+){1}(:[0-9]+)?\/(.*)/o) {
       $site=$2.$3.$5;
    } else {
       $site=$Lurl;
    }
ESL 2008-11-07. fixed version ASAP ...

LightSquid - lite and fast log analizer for squid proxy


LATEST : V1.7.1 see online DEMO V1.7.1 or Download V1.7.1

If you use SQUID, some time your want see how your user eat traffic

News:


Version 1.7.1 Released !
minor bugfix. detail see in V1.7.1.


Add Documentation
How It Work
Ip2Name

some word about LightSquid

features list:

  • fast and simple install
  • fast log parser generatesmall per user data file
  • perl based cgi script for dynamic generated report pages
  • html template for design
  • no database required
  • no additional perl module
  • various reports
  • user groups support
  • graphics report (v 1.6+)
  • real name (v 1.6+)
  • multilangual interface
Document generated by Confluence on янв 10, 2007 12:30
SourceForge.net Logo