Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: Normando on November 09, 2008, 08:11:59 AM

Title: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
Post by: Normando 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]
Title: Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
Post by: Franco 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,
Title: Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
Post by: Normando 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?
Title: Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
Post by: FraunhoferIFF 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
Title: Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
Post by: Normando 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.
Title: Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
Post by: Normando 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.
Title: Re: [ANNOUNCE] Surftrackr | Squid-Dansguardian log analizer
Post by: Franco 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,