Koozali.org: home of the SME Server

[ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
[ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
« on: November 09, 2008, 08:11:59 AM »
Surftrackr is a log file viewer for Squid and Dan's Guardian. It makes it easy for you to monitor Web usage, including the type of information accessed, the sites visited by your web users, and the amount of information downloaded. Best of all, Surftrackr is free and runs in any web browser.
This is an alternative for Sarg

See at the wiki: http://wiki.contribs.org/Surftrackr

[Screen shots and howto removed.  This information belongs in the wiki]
« Last Edit: November 16, 2008, 10:44:38 PM by slords »

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
« Reply #1 on: November 16, 2008, 07:18:53 PM »
Did you upgrade mysql to 5?
I'm getting Django 404 type errors on a standard sme.

Thanks,

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
« Reply #2 on: November 16, 2008, 08:45:15 PM »
Did you upgrade mysql to 5?
I'm getting Django 404 type errors on a standard sme.

Thanks,
No. It is not necesary with my rpm.

Why you get this error? You have followed the wiki?

Have you configured one FQDN for surftrackr ibay?

Offline FraunhoferIFF

  • *
  • 932
  • +0/-0
  • Widerstand ist Zwecklos !
    • http://www.magic-figo.de
Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
« Reply #3 on: November 16, 2008, 08:57:39 PM »
I'm getting Django 404 type errors on a standard sme.

Using the URLconf defined in surftrackr.urls, Django tried these URL patterns, in this order:


MEDIA_URL = 'http://192.168.1.1/surftrackr/'
ADMIN_MEDIA_PREFIX = '/media/

is this ok?


Thx
Marcel
« Last Edit: November 16, 2008, 09:03:29 PM by FraunhoferIFF »

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
« Reply #4 on: November 16, 2008, 09:17:04 PM »
These are my settings:

Code: [Select]
MEDIA_ROOT = '/home/e-smith/files/ibays/surftrackr/html/media/'
MEDIA_URL = 'http://www.my_fqdn_domain.com/media/'
ADMIN_MEDIA_PREFIX = '/media/'

Remember surftrackr only run (yet) with a Full Qualified Domain Name, or IP.
Surftrackr not run under subdomain like mydomain.com/surftrackr.

So, if you have a free domain "mydomain.com" add it in your server-manager and choose surftrackr ibay for content of this domain.

Then, access your suftrackr domain with https://mydomain.com

Look at the .htaccess file if you prefer to remove SSL and add a few sme users to surftrackr.

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
« Reply #5 on: November 17, 2008, 12:50:27 AM »
Excellent wiki edit Stuntshell  8)

Please fell free to modify the wiki page and to clean my bad english.

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
« Reply #6 on: November 17, 2008, 02:35:35 AM »
Thank you for the nice How-To!
This app will make any administrator very happy  :smile:

Thanks,