Re: webalizer bug in debian jessie

2018-05-02 Thread deloptes
BASSAGET Cédric wrote:

> Can not install 2.23.08-3 because it needs libpng16-16

This refers to Buster https://packages.debian.org/testing/web/webalizer

either look for backport or recompile source on jessie





webalizer bug in debian jessie

2018-05-02 Thread BASSAGET Cédric
Hello,
Referring to : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858602

I'm looking for the 2.23.08-2 version of webalizer, which is referred in
this bug. Can't find it...
Can not install 2.23.08-3 because it needs libpng16-16 which is not
available in debian jessie repositories.

Can anybody tell me how to fix this bug ?
Regards
Cédric


Re: problema con webalizer

2012-05-21 Thread Fabián Bonetti


Hola,

trata de usar el 

$sudo crontab -e

y no el

$crontab -e


Si sigue sin funcionar

omites estas.

#GeoIP  yes
#GeoIPDatabase  /usr/share/GeoIP/GeoIP.dat

de la config.

Saludos


-- 
Voip Mumble (soft libre) :. http://mumble.com.ar
Web Hosting :. http://mamalibre.com.ar
Red Social :. http://legadolibre.com.ar
Jabber/XMPP :. http://mamalibre.com.ar/xmpp/
MamaLibre, Casa en Lincoln, Ituzaingo 1085 CP6070, Buenos Aires, Argentina


pgpnW3sSGzLxD.pgp
Description: PGP signature


Re: problema con webalizer

2012-05-21 Thread Marc Aymerich
2012/5/21 Lic. Lester Pérez de León les...@fts.vcl.sld.cu:
 Instalo webalizer en debian squeeze para analizar los logs de apache

 y cuando ejecuto el script del crontab me pone el siguiente error


 Error Opening file /usr/share/GeoIP/GeoIP.dat


 nunca me había puesto esto.

 Alguna referencia o solucion?

apt-get install geoip-database

-- 
Marc


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/ca+dcn_vx1d0ftebz7-5mkh+kloxhjvbryju+4hu_34towon...@mail.gmail.com



webalizer config?

2012-02-18 Thread Tony Baldwin
I have webalizer installed on my Deb/Squeeze server at linode (serving
site in signature, plus others).
All the time it's missing data.
In the config, I have it using /var/log/apache2/my.log
and in crontab I have

0 1 * * * mergelog access.log other_vhosts_access.log my.log  MY.log
2 1 * * * mv MY.log my.log
5 1 * * * webalizer
(except I have the full path on all those logs).
This should, afaiu, merge the access and other_vhosts logs and the
previous merged log into MY.log, then move that to my.log (this my.log
then being merged again on the following day with new data).

But when I go to the web interface, I'll be missing a week of data at
time (generally the previous week).

What am I doing wrong here?
I've gone in and gunzipped old logs and re-merged tonso data, and gotten
what appears to be complete data back to January when the server was set
up, but when I do this, values change from what current, more recent
data shows.
Also, that's a PITA, and should not, as I see it, be necessary.
Furthermore, I feel like I'm not getting accurate data.
My understanding is that webalizer is supposed to be more or less
automatic, but if I don't merge these logs, I don't get full data.
Now, on any given day, I believe the old my.log should, prior merging,
contain past data, yes?
So why do I lack the previous week when I do this, unless I gunzip older
logs and remerge them (and then see unexplicable alterations to the most
recent data, or, say, the previous month, which shouldn't be changing,
unless time travelers are accessing my site)?

Perhaps I have misunderstood how to make webalizer work.
I did read the man page, and altered /etc/webalizer/webalizer.conf to
use my.log, etc.

./tony
-- 
http://www.tonybaldwin.me
all tony, all the time!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120218154046.ga12...@deathstar.hsd1.ct.comcast.net



Re: how to tell webalizer where webalizer.conf is?

2009-10-27 Thread Todd A. Jacobs
On Fri, Oct 16, 2009 at 09:26:20AM -0400, Robert P. J. Day wrote:

   is that a reasonable thing to do?  because it would certainly break
   the webalizer cron script, which looks in the /etc location by
   default.  is there a webalizer-approved way to have it start off
   with a different location for its .conf file with manually hacking
   the script itself?  i'd like to avoid that if i could.

It certainly breaks the FHS, as well as being a potential security
issue under some circumstances . But webalizer certainly supports
running from pretty much any random conf file with the -c flag.

In addition, the webalizer cron script supports running *multiple*
instances of webalizer by processing each of the *.conf files in
WEBALIZER_CONFDIR (by default, /etc/webalizer). You could try moving the
weirdly-placed webalizer.conf file there as, for example,
the_other_admin_was_a_goober.conf and let the nightly cron job run it.

-- 
Oh, look: rocks!
-- Doctor Who, Destiny of the Daleks


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



how to tell webalizer where webalizer.conf is?

2009-10-21 Thread Robert P. J. Day

  if i might impose on the list one more time, this has to do with
still tweaking the migration i did once upon a time, and is
webalizer-specific, but i'm betting someone here is going to see what
i missed doing in about five seconds.

  it came to my attention that the web site stats generated by
webalizer for this system simply *stop* at sept 20.  all these stats
were being generated in the directory /var/www/CORPURL/logs and,
sure enough, if i pop into that directory, i can see all the usage
files, and they clearly stop at that date.  so, obviously, as i was
doing the migration, i failed to re-tweak the output directory for
webalizer.

  i checked the default(?) /etc/webalizer/webalizer.conf file and,
sure enough, rather than pointing to that long-time output directory,
it was pointing at /var/www/webalizer, and when i ran the cron
webalizer script manually, it dumped its current output in that latter
directory.  ok, easy enough, i just have to correct the entries in
/etc/webalizer/webalizer.conf.

  but i looked closer in that logs directory and i can see a
webalizer.conf file *there* as well.  with the *correct* values for
those variables.  so it looks like the person who set this up chose to
keep the .conf file with the log files, and not in what i thought was
the standard location.

  is that a reasonable thing to do?  because it would certainly break
the webalizer cron script, which looks in the /etc location by
default.  is there a webalizer-approved way to have it start off with
a different location for its .conf file with manually hacking the
script itself?  i'd like to avoid that if i could.

rday

p.s.  i could also just make the changes to the standard file
/etc/webalizer/webalizer.conf, but if the previous admin chose to keep
that conf file in the logs directory, i might as well stay consistent.


Robert P. J. Day   Waterloo, Ontario, CANADA

Linux Consulting, Training and Annoying Kernel Pedantry.

Web page:  http://crashcourse.ca
Twitter:   http://twitter.com/rpjday



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: how to tell webalizer where webalizer.conf is?

2009-10-16 Thread Robert P. J. Day

  if i might summarize what i was droning on about below:

On Fri, 16 Oct 2009, Robert P. J. Day wrote:

   if i might impose on the list one more time, this has to do with
 still tweaking the migration i did once upon a time, and is
 webalizer-specific, but i'm betting someone here is going to see
 what i missed doing in about five seconds.

   it came to my attention that the web site stats generated by
 webalizer for this system simply *stop* at sept 20.  all these stats
 were being generated in the directory /var/www/CORPURL/logs and,
 sure enough, if i pop into that directory, i can see all the usage
 files, and they clearly stop at that date.  so, obviously, as i was
 doing the migration, i failed to re-tweak the output directory for
 webalizer.

   i checked the default(?) /etc/webalizer/webalizer.conf file and,
 sure enough, rather than pointing to that long-time output
 directory, it was pointing at /var/www/webalizer, and when i ran the
 cron webalizer script manually, it dumped its current output in that
 latter directory.  ok, easy enough, i just have to correct the
 entries in /etc/webalizer/webalizer.conf.

   but i looked closer in that logs directory and i can see a
 webalizer.conf file *there* as well.  with the *correct* values for
 those variables.  so it looks like the person who set this up chose
 to keep the .conf file with the log files, and not in what i thought
 was the standard location.

   is that a reasonable thing to do?  because it would certainly
 break the webalizer cron script, which looks in the /etc location by
 default.  is there a webalizer-approved way to have it start off
 with a different location for its .conf file with manually hacking
 the script itself?  i'd like to avoid that if i could.


  as i read it, setting up webalizer involves first configuring
/etc/apache2/sites-enabled/files and, in my case, defining a bunch
of virtual hosts, some of which define:

  TransferLog /var/www/CORPURL/logs/access.log

so that's obviously where my transfer stats will be logged.  and
that's the same logs directory that is used as webalizer's output
directory.  but here's the part i don't get.

  if i examine /etc/cron.daily/webalizer, i read:

# This script just run webalizer agains all .conf files in
/etc/webalizer directory

WEBALIZER=/usr/bin/webalizer
WEBALIZER_CONFDIR=/etc/webalizer
...

  that seems pretty clear that /etc/webalizer will be used for the
location of the processed config file, even though the output logs
directory contains another webalizer.conf file that appears to be
correct for this setup.  and the top part of it reads:

# As of version 0.98, The Webalizer will look for a 'default' configuration
# file named webalizer.conf in the current directory, and if not found
# there, will look for /etc/webalizer.conf.

  ignore that that last location isn't actually correct, but what
defines the current directory for webalizer?  maybe that's what's
happening here -- that the logs directory is defined as webalizer's
home dir somehow so that alternate .conf file is the one being
consulted.

  or am i making this way too hard, and i should just stick with the
default /etc-based conf file like a normal person would?

rday
--



Robert P. J. Day   Waterloo, Ontario, CANADA

Linux Consulting, Training and Annoying Kernel Pedantry.

Web page:  http://crashcourse.ca
Twitter:   http://twitter.com/rpjday



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OFF-TOPIC] Webalizer ou awstats ?

2009-02-24 Thread welrbraga

O meu servidor atualmente em produção tem o webalizer, mas sempre achei os relatórios 
dele, meio tosco. Instalei agora o Awstat no novo servidor que está em fase 
de implantação, para experimentar e achei o relatório dele mais amigável, mas esperava 
mais.

Li algumas coisas sobre o logreport também, mas não vi nenhum site com ele que 
pudesse avaliar os seus relatórios. Será que existem outras ferramentas, também?

2009/2/23 Leandro Moreira lean...@leandromoreira.eti.br:

Welington
Eu ja usei os 2, eu gostei mais dos relatorios do awstats e por isso o usuo
nos meus clientes, outra coisa interessante nele e que ele consome pouco
processo na maquina.
 
Att.
 
Leandro Moreira

2009/2/23 welrbr...@gmail.com


Olá todos,

Estou montando um novo servidor web com Debian + Apache, onde existem
vários domínios virtuais. Agora na hora de instalar um analisador de acessos
eu fiquei na dúvida.
Qual dois dois vocês sugerem?
Algum deles permite ver o relatório de todos os virtualhosts de uma vez
só?
Sugerem uma terceira alternativa e melhor que estas duas?

Grato.


--
Welington Rodrigues Braga
--
Web: http://www.welrbraga.eti.br
MSN: welrbraga[*]msn·com
Gtalk: welrbraga[*]gmail·com
Yahoo / Skype:  welrbraga
PGP Key: 0x6C7654EB
Linux User #253605

Em tudo somos atribulados, porém não angustiados; perplexos, porém não
desanimados; perseguidos, porém não desamparados; abatidos, porém não
destruídos; - 2Co 4:8,9





--
Leandro Moreira
Linux Administrator: LPIC-1
e-mail/msn: lean...@leandromoreira.eti.br
Tel.: + 55(32) 9906-5713





--
Welington Rodrigues Braga
--
Web: http://www.welrbraga.eti.br
MSN: welrbraga[*]msn·com
Gtalk: welrbraga[*]gmail·com
Yahoo / Skype:  welrbraga
PGP Key: 0x6C7654EB
Linux User #253605

Em tudo somos atribulados, porém não angustiados; perplexos, porém não desanimados; 
perseguidos, porém não desamparados; abatidos, porém não destruídos; - 2Co 4:8,9



signature.asc
Description: OpenPGP digital signature


[OFF-TOPIC] Webalizer ou awstats ?

2009-02-23 Thread welrbraga

Olá todos,

Estou montando um novo servidor web com Debian + Apache, onde existem vários domínios virtuais. Agora na hora de instalar um analisador de acessos eu fiquei na dúvida. 


Qual dois dois vocês sugerem?
Algum deles permite ver o relatório de todos os virtualhosts de uma vez só?
Sugerem uma terceira alternativa e melhor que estas duas?

Grato.


--
Welington Rodrigues Braga
--
Web: http://www.welrbraga.eti.br
MSN: welrbraga[*]msn·com
Gtalk: welrbraga[*]gmail·com
Yahoo / Skype:  welrbraga
PGP Key: 0x6C7654EB
Linux User #253605

Em tudo somos atribulados, porém não angustiados; perplexos, porém não desanimados; 
perseguidos, porém não desamparados; abatidos, porém não destruídos; - 2Co 4:8,9



signature.asc
Description: OpenPGP digital signature


Webalizer Seizes to work after a cronjob addendum

2008-04-21 Thread John Marvin L. Magsino
Good Day,
I am kinda newbie to Linux and I was wondering if someone could help me.
i have setup a Debian box running etch 4.0 r2 via netinstal. installed
apache2 php5 mysql webalizer and munin.
I did a cronjob that will shutdown the box @ 1 am. and booted the computer
via BIOS config @ 6 am.
i checked manually executed webalizer via bash command

$ webalizer.

it says /var/log/apache2/access.log.1 could not be read.
i checked the /var/log/apache2/ and found out that only access.log exists. i
guess it is not generating access.log.1 because of the crontab i made.

From here I dont knw what to do. how can I make Webalizer work ?

-- 
=
JOHN MARVIN L. MAGSINO
Systems Administrator
TAO Corporation


Re: Webalizer Seizes to work after a cronjob addendum

2008-04-21 Thread Jochen Schulz
John Marvin L. Magsino:

 it says /var/log/apache2/access.log.1 could not be read.
 i checked the /var/log/apache2/ and found out that only access.log exists. i
 guess it is not generating access.log.1 because of the crontab i made.

Usually, the program logrotate moves access.log to access.log.1 and so
on. Cron starts logrotate every day at about 06:25 (during the
cron.daily run, see /etc/crontab). If your computer isn't running at
that time, logrotate (and other daily jobs) will never be run.

Solution: just install anacron. It makes sure all your daily cronjobs
will be run, even if your comupter isn't powered on at the time at which
the daily jobs usually run.

J.
-- 
Whenever I hear the word 'art' I reach for my visa card.
[Agree]   [Disagree]
 http://www.slowlydownward.com/NODATA/data_enter2.html


signature.asc
Description: Digital signature


webalizer po polsku - odswiezenie tematu

2008-01-08 Thread Marcin Bieniaszewski
Czesc,

Debian stable etch

~# locale
LANG=pl_PL
LC_CTYPE=pl_PL
LC_NUMERIC=pl_PL
LC_TIME=pl_PL
LC_COLLATE=pl_PL
LC_MONETARY=pl_PL
LC_MESSAGES=pl_PL
LC_PAPER=pl_PL
LC_NAME=pl_PL
LC_ADDRESS=pl_PL
LC_TELEPHONE=pl_PL
LC_MEASUREMENT=pl_PL
LC_IDENTIFICATION=pl_PL
LC_ALL=

nie moge dojsc do ladu z webalizerem, jak wydaje komende z konsoli
zeby wygenerowac statystyki dla danej virtualki to pozniej pieknie
widze statystyki po polsku, a gdy robi to crontab to mam po angielsku
- czy mozna go zmusic zeby po polsku generowal z crontaba ? :

dodanie w konfiguracji webalizera w danym konfigu od virtualki:

HTMLHead meta content=text/html; charset=ISO-8859-2
http-equiv=content-type

nic nie zmienia tak jakby poprostu crontab dzialal po angielsku :)

dajcie znac jesli wiecie o co kaman

pozdro w nowym roku
Marcin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: webalizer po polsku - odswiezenie tematu

2008-01-08 Thread Krzysztof Jastrzębski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marcin Bieniaszewski napisał(a):
 Czesc,
 
 Debian stable etch
[...]

 nic nie zmienia tak jakby poprostu crontab dzialal po angielsku :)

Miałem podobny problem z mrtg.
W /etc/cron.d/mrtg siedziało:
[...]then env LANG=C[...]
Zmieniłem na LANG=pl_PL i jest po polskiemu.
Wstaw LC_ALL=pl_PL do /etc/cron.daily/webalizer i obejrzyj rano wynik ...

- --
Pozdrawiam Krzysztof Jastrzębski 
Jotka Usługi Informatyczne
jotka[at]jastrzebscy[dot]pl http://jotka.jastrzebscy.pl/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHg7n5gzQmZ4O8YgkRAtIJAKCE+5VDNsryNnyt1zqaCW+BX03negCgsYiv
WmQI1q3DfM33+BVBL3F+Ezg=
=ahSY
-END PGP SIGNATURE-



--
Zaplanuj wyprawe na narty!
Sprawdz   http://link.interia.pl/f1cc8


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Duda con webalizer

2007-11-10 Thread glicerinu


 ¿He olvidado alguna cosa?


¿Los logs tienen los permisos correctos para que webalizer pueda leerlos?


Duda con webalizer

2007-11-05 Thread Jose Federico Muñoz Rubio
Hola, estoy intentando configurar webalizer para leer todos los ficheros de
log. He visto en el fichero de configuración que activando la opción
«Incremental yes», webalizer se analiza todos los ficheros log.* que
tengo del servidor web, pero al parecer no me está haciendo caso.

Sólo he modificado un par de parámetros y todo lo demás por defecto.

LogFile /var/log/apache2/access.log
Incremental yes
OutputDir
y hostname.

¿He olvidado alguna cosa?

Gracias de antemano.

-- 
Jose Federico Muñoz Rubio
http://raco.mugro.net
http://raco.dyndns.info
Linux User #295771 http://counter.li.org/


webalizer w etch-u

2007-05-08 Thread Marcin Bieniaszewski

Hejka

mam maly problemik, po przejsciu z Debiana sarge na etch-a

webalizer -V
Webalizer V2.01-10

konfiguracja webalizera pozostala jak w sarge i est jakis dziwny
problem poniewaz jak daje komende:

webalizer -c /etc/webalizer/jakasdomena.conf

to leci takie cos:

Skipping bad record (309)
Skipping bad record (310)
Skipping bad record (311)
Skipping bad record (312)
Skipping bad record (313)
Skipping bad record (314)

itd

na koncu:

No valid records found!

hmm

w logu apacha2 napewno sa zalogowane wejscia na www poniewaz
sprawdzalem wiec sam nie wiem dlaczego webalizer uwaza je za bad
record hmm

na koncu nic nie tworzy w katalogu w ktorym ma gromadzic statystyki


pozdrawiam
Marcin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: webalizer w etch-u

2007-05-08 Thread Marcin Bieniaszewski

hejka

sprawa rozwiazana:

w konfigach webalizaera od danego vhosta

wczesniej mialem

LogTypeweb

zmienilem na

LogTypeclf

i juz wszystko dziala jak nalezy

pozdrawiam
Marcin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



webalizer question

2007-01-30 Thread Miles Fidelman

To anybody out there using the stable version of webalizer:

Is there a way to turn on hostname resolution through the config file, 
or does that require recompiling the source package? (Or is there a 
better place to ask this question?).


Thanks very much,

Miles Fidelman


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: webalizer question

2007-01-30 Thread Greg Folkert
On Tue, 2007-01-30 at 06:42 -0500, Miles Fidelman wrote:
 To anybody out there using the stable version of webalizer:
 
 Is there a way to turn on hostname resolution through the config file, 
 or does that require recompiling the source package? (Or is there a 
 better place to ask this question?).

man webasolver

Will get you your answer. It is a 2 step process.
-- 
[EMAIL PROTECTED]

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup


signature.asc
Description: This is a digitally signed message part


Re: webalizer question

2007-01-30 Thread Raffaele Morelli

hi

there should be something related to dns in the config file to enable if I
remember well.
Now I prefer awstats...

cheers
raffaele

ps: be careful to conceited behaviour hanging around


Re: webalizer question - solved

2007-01-30 Thread Miles Fidelman

Greg Folkert wrote:

On Tue, 2007-01-30 at 06:42 -0500, Miles Fidelman wrote:
  

To anybody out there using the stable version of webalizer:

Is there a way to turn on hostname resolution through the config file, 
or does that require recompiling the source package? (Or is there a 
better place to ask this question?).



man webasolver

Will get you your answer. It is a 2 step process.
  

Thanks!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Webalizer auf deutsch

2006-09-04 Thread Jonas Meurer
On 01/09/2006 Daniel Leidert wrote:
   - wie kann ich das debian webalizer packet so übersetzen, dass es
 deutsche statistiken erzeugt?
 
 IMO sollte es ausreichen, LANG auf den richtigen Wert zu setzen. Schau
 doch mal in die README.Debian, die Manpages oder in die
 Beispiel-Configs. Ich habe webalizer vor langer Zeit abgeschafft, daher
 kann ich dazu nichts mehr sagen.

tatsächlich ;-)

hätte nicht vermutet, dass das so einfach ist. allerdings wird das erst
ab webalizer 2.01.10-29 oder so unterstützt, in sarge ist -26.

tausend dank für die hilfe.

...
 jonas


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer auf deutsch

2006-09-02 Thread Jonas Meurer
On 31/08/2006 Stefan Bauer wrote:
 Jonas Meurer schrieb:
  f�r mich stellen sich nun zwei probleme:
  - muss ich selbst eine de.po datei anlegen, um unterst�tzung f�r
deutsche sprache zu haben? (wahrscheinlich)
 
 vermutlich, siehe
 
 http://www.debian.org/intl/l10n/po-debconf/de
 
  webalizer33% (3t;4f;2u)  de.po   Erik Schanze

hier geht es glaube ich eher um die debconf tranlation, nicht um die der
software an sich.

...
 jonas


signature.asc
Description: Digital signature


Re: Webalizer auf deutsch

2006-09-01 Thread Michael Grosseck
Hallo Jonas,

vor diesem Problem stand ich auch vor einer Weile. Ich hab mir damals
einfach die orginal Pakete von Webalizer runtergeladen und das
debian-Verzeichnis vom Debian-Source-Paket reinkopiert. Dann muss man
noch die debian/rules anpassen. Damit hab ich dann mein eigenes
Debian-Paket gebaut. Wenn Du interesse hast, kann ich den source-code
oder wenn Du keine Lust hast zum selbercompilieren auch das
.deb-Paket(x86) zum download auf meinem Server hinterlegen.

MfG Michael


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer auf deutsch

2006-09-01 Thread Daniel Leidert
Am Freitag, den 01.09.2006, 14:20 +0200 schrieb Michael Grosseck:

 vor diesem Problem stand ich auch vor einer Weile. Ich hab mir damals
 einfach die orginal Pakete von Webalizer runtergeladen und das
 debian-Verzeichnis vom Debian-Source-Paket reinkopiert. Dann muss man
 noch die debian/rules anpassen.

Was soll das ändern? Deswegen wird der Patch
debian/pactches/17_irgendwas_mit_gettext.dpatch trotzdem angewendet und
damit die gettext-Unterstützung eingespielt (und auch die deutsche
Übersetzung bzw. de.po). Oder hast du in debian/rules alle, was mit
dpatch zusammenhängt, entfernt? Das wäre dann IMO allerdings keine gute
Idee. Wenn, dann muss man schon an den Patches schrauben und dafür
sorgen, dass der genannte Patch nicht auf die Quellen angewendet wird.

MfG Daniel



Re: Webalizer auf deutsch

2006-09-01 Thread Michael Grosseck


Daniel Leidert wrote:

 Was soll das ändern? Deswegen wird der Patch
 debian/pactches/17_irgendwas_mit_gettext.dpatch trotzdem angewendet und
 damit die gettext-Unterstützung eingespielt (und auch die deutsche
 Übersetzung bzw. de.po). Oder hast du in debian/rules alle, was mit
 dpatch zusammenhängt, entfernt? Das wäre dann IMO allerdings keine gute
 Idee. Wenn, dann muss man schon an den Patches schrauben und dafür
 sorgen, dass der genannte Patch nicht auf die Quellen angewendet wird.

 MfG Daniel

   
bei der Version (2.01.10-26) gab es kein patch-Verzeichnis
selbst wenn der gettext kram da noch enthalten sein sollte, das Progamm
tut was es soll...
die Statistik wird in Deutsch ausgegeben...


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Webalizer auf deutsch

2006-08-31 Thread Jonas Meurer
Hallo,

ich habe vor kurzem festgestellt, dass ich Webalizer mit
--with-language=german bei ./configure so übersetzen kann, dass er
deutsche Statistiken erstellt.

da ich webalizer auf einem server einsetze, auf dem ich keine
selbstkompilierte software verwende, dachte ich mir, ich sauge das
debian-packet und ändere einfach den ./configure aufruf in debian/rules.

gesagt, getan, aber es funktioniert nicht.

nach und nach bin ich dann dahinter gestiegen, dass das webalizer debian
packet sich sehr signifikant vom upstream webalizer unterscheidet, und
dass irgendwann einmal gettext support für webalizer hinzugefügt wurde.

das scheint zu heißen, dass das bisherige --with-language nicht mehr
funktioniert.

ausserdem gibt es in webalizer-2.01.10/po/ für nahezu alle sprachen eine
po datei, nur für deutsch nicht.

für mich stellen sich nun zwei probleme:
- muss ich selbst eine de.po datei anlegen, um unterstützung für
  deutsche sprache zu haben? (wahrscheinlich)
- wie kann ich das debian webalizer packet so übersetzen, dass es
  deutsche statistiken erzeugt?

...
 jonas


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer auf deutsch

2006-08-31 Thread Stefan Bauer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Jonas Meurer schrieb:
 für mich stellen sich nun zwei probleme:
 - muss ich selbst eine de.po datei anlegen, um unterstützung für
   deutsche sprache zu haben? (wahrscheinlich)

vermutlich, siehe

http://www.debian.org/intl/l10n/po-debconf/de

 webalizer  33% (3t;4f;2u)  de.po   Erik Schanze

 - wie kann ich das debian webalizer packet so übersetzen, dass es
   deutsche statistiken erzeugt?

bau dir doch selber ein debian paket aus den quellen und spiel dann
das deb paket auf der anderen kiste ein.

- --
Mit freundlichen Grüßen

Stefan Bauer

www.plzk.de - www.plzk.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE9w6SAtCt2tUXZIkRCi4hAKClCT08+MbY09XOMLI+Mbl6eKWbdgCgjMNT
04ucPRnzcP42We4ATXUh31A=
=s+2d
-END PGP SIGNATURE-


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer auf deutsch

2006-08-31 Thread Daniel Leidert
Am Donnerstag, den 31.08.2006, 18:30 +0200 schrieb Stefan Bauer:
 Jonas Meurer schrieb:
  für mich stellen sich nun zwei probleme:
  - muss ich selbst eine de.po datei anlegen, um unterstützung für
deutsche sprache zu haben? (wahrscheinlich)

Nein. Die existiert schon, wie dir ein

$ dpkg -L webalizer

gezeigt hätte/zeigen müsste:

/usr/share/locale/de/LC_MESSAGES/webalizer.mo

 vermutlich, siehe
 
 http://www.debian.org/intl/l10n/po-debconf/de
 
  webalizer33% (3t;4f;2u)  de.po   Erik Schanze

Das sind debconf-Templates. Die haben mit dem Programm selbst nichts zu
tun, sondern nur mit dem Einrichten des Pakets.

  - wie kann ich das debian webalizer packet so übersetzen, dass es
deutsche statistiken erzeugt?

IMO sollte es ausreichen, LANG auf den richtigen Wert zu setzen. Schau
doch mal in die README.Debian, die Manpages oder in die
Beispiel-Configs. Ich habe webalizer vor langer Zeit abgeschafft, daher
kann ich dazu nichts mehr sagen.

MfG Daniel



Webalizer in Deutsch

2006-07-06 Thread Michael Grosseck

hallo,

wie bekomm ich den Webalizer mit deutscher Oberfläche übersetzt? Die 
Methoden die man so im Internet findet funktionieren alle samt nicht, da 
das configure-script im Debianpaket komplett neu geschrieben wurde und 
die Option with-language wohl vergessen wurde. ;)

Die Paketsuchmaschine RPMSeek liefert auch nix.

MfG Michael


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer in Deutsch

2006-07-06 Thread Andreas Pakulat
On 06.07.06 17:49:24, Michael Grosseck wrote:
 wie bekomm ich den Webalizer mit deutscher Oberfläche übersetzt? Die Methoden 
 die man so im Internet findet funktionieren alle samt nicht, da das 
 configure-script im Debianpaket komplett neu geschrieben wurde und die Option 
 with-language wohl vergessen wurde. ;)

Das waere ja mal ne Premiere. Schreib nen Bugreport gegen das Paket.

Kurzfristige Loesung: Installiere webalizer aus den Quellen.

Andreas

-- 
Your ignorance cramps my conversation.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer in Deutsch

2006-07-06 Thread Michael Grosseck

Andreas Pakulat schrieb:

On 06.07.06 17:49:24, Michael Grosseck wrote:
  
wie bekomm ich den Webalizer mit deutscher Oberfläche übersetzt? Die Methoden 
die man so im Internet findet funktionieren alle samt nicht, da das 
configure-script im Debianpaket komplett neu geschrieben wurde und die Option 
with-language wohl vergessen wurde. ;)



Das waere ja mal ne Premiere. Schreib nen Bugreport gegen das Paket.

Kurzfristige Loesung: Installiere webalizer aus den Quellen.

Andreas

  
super, genau das wollte ich ja vermeiden, da diese Lösung am 
Paketmanagement vorbei geht.


MfG Michael


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer in Deutsch

2006-07-06 Thread Mathias Brodala
Hallo Michael.

 Kurzfristige Loesung: Installiere webalizer aus den Quellen.
 
 Andreas
 
 
 super, genau das wollte ich ja vermeiden, da diese Lösung am 
 Paketmanagement vorbei geht.

Du könntest für diesen Fall ja „checkinstall“ verwenden …


Gruß, Mathias



signature.asc
Description: OpenPGP digital signature


Re: Webalizer in Deutsch

2006-07-06 Thread Michael Grosseck
die po-files scheinen ja schon eine Übersetzung in alle möglichen 
Sprachen zu beinhalten. Wenn ich jetzt für de eins anlege und übersetze, 
wie schalte ich das dann an?


MfG Michael


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer in Deutsch

2006-07-06 Thread Andreas Pakulat
On 06.07.06 20:46:18, Michael Grosseck wrote:
 die po-files scheinen ja schon eine Übersetzung in alle möglichen Sprachen zu 
 beinhalten. Wenn ich jetzt für de eins anlege und übersetze, wie schalte ich 
 das dann an?

Das sollte automagisch passieren, wenn die message-catalogs korrekt
erzeugt und abgelegt werden. Die message-catalog's werden aus den
.po-Dateien mittels msgmerge IIRC. Normalerweise liegen die dann unter
prefix/share/locale/locale_der_uebersetzung/LC_MESSAGES/paketname.mo

Andreas

-- 
Do not overtax your powers.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer in Deutsch

2006-07-06 Thread Andreas Pakulat
On 06.07.06 20:29:10, Michael Grosseck wrote:
 Andreas Pakulat schrieb:
 On 06.07.06 17:49:24, Michael Grosseck wrote:
   
 wie bekomm ich den Webalizer mit deutscher Oberfläche übersetzt? Die 
 Methoden die man so im Internet findet funktionieren alle samt nicht, da 
 das 
 configure-script im Debianpaket komplett neu geschrieben wurde und die 
 Option 
 with-language wohl vergessen wurde. ;)
 
 
 Das waere ja mal ne Premiere. Schreib nen Bugreport gegen das Paket.
 
 Kurzfristige Loesung: Installiere webalizer aus den Quellen.
   
 super, genau das wollte ich ja vermeiden, da diese Lösung am Paketmanagement 
 vorbei geht.

Und wieso ist das ein Problem?  Ich installiere auch am liebsten Pakete,
aber wenn mir das Paket Steine in den Weg legt und ein Neubau des
Pakets aufwaendiger ist als die Installation nach /usr/local oder gar
$HOME, waehle ich diese Variante.

Alternativ: Nimm das source-Package, entferne aus dem diff.gz die
Aenderung des configure-Skripts. Passe die debian/rules entsprechend an
und baue das Paket neu.

Andreas

-- 
Caution: breathing may be hazardous to your health.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer in Deutsch

2006-07-06 Thread Michael Grosseck

Andreas Pakulat schrieb:

On 06.07.06 20:29:10, Michael Grosseck wrote:
  

Andreas Pakulat schrieb:


On 06.07.06 17:49:24, Michael Grosseck wrote:
 
  
wie bekomm ich den Webalizer mit deutscher Oberfläche übersetzt? Die 
Methoden die man so im Internet findet funktionieren alle samt nicht, da das 
configure-script im Debianpaket komplett neu geschrieben wurde und die Option 
with-language wohl vergessen wurde. ;)
   


Das waere ja mal ne Premiere. Schreib nen Bugreport gegen das Paket.

Kurzfristige Loesung: Installiere webalizer aus den Quellen.
 
  
super, genau das wollte ich ja vermeiden, da diese Lösung am Paketmanagement 
vorbei geht.



Und wieso ist das ein Problem?  Ich installiere auch am liebsten Pakete,
aber wenn mir das Paket Steine in den Weg legt und ein Neubau des
Pakets aufwaendiger ist als die Installation nach /usr/local oder gar
$HOME, waehle ich diese Variante.

  
1. weil ich oft nicht nachvollziehen kann wo überall etwas installiert 
wird und eine Deinstallation somit komplizierter wird... mit 
checkinstall kann ich mich auch nicht richtig anfreunden, ist wieder ein 
Paket mehr für potenzielle Sicherheitlücken.

2. werd ich dann nicht informiert, wenn es eine neue Version gibt.


Alternativ: Nimm das source-Package, entferne aus dem diff.gz die
Aenderung des configure-Skripts. Passe die debian/rules entsprechend an
und baue das Paket neu.

Andreas

  
hajo, so ähnlich hab ichs auch gemacht, hab das orginal tgz genommen, 
das debian Verzeichnis reinkopiert und die rules angepasst...


MfG Michael


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer in Deutsch

2006-07-06 Thread Michael Grosseck

Andreas Pakulat schrieb:

On 06.07.06 20:46:18, Michael Grosseck wrote:
  
die po-files scheinen ja schon eine Übersetzung in alle möglichen Sprachen zu 
beinhalten. Wenn ich jetzt für de eins anlege und übersetze, wie schalte ich 
das dann an?



Das sollte automagisch passieren, wenn die message-catalogs korrekt
erzeugt und abgelegt werden. Die message-catalog's werden aus den
.po-Dateien mittels msgmerge IIRC. Normalerweise liegen die dann unter
prefix/share/locale/locale_der_uebersetzung/LC_MESSAGES/paketname.mo

Andreas

  
mh, das bedeuten ich müsste mein System dann auf Deutsch stellen? das 
will ich aber gar nicht, ich will einfach nur das webalizer seine 
Statistiken auf Deusch ausgibt, weil das die Kunden verlangen.


MfG Michael


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer in Deutsch

2006-07-06 Thread Andreas Pakulat
On 06.07.06 22:46:56, Michael Grosseck wrote:
 Andreas Pakulat schrieb:
 On 06.07.06 20:29:10, Michael Grosseck wrote:
 Andreas Pakulat schrieb:
 On 06.07.06 17:49:24, Michael Grosseck wrote:
 wie bekomm ich den Webalizer mit deutscher Oberfläche übersetzt? Die 
 Methoden die man so im Internet findet funktionieren alle samt nicht, da 
 das configure-script im Debianpaket komplett neu geschrieben wurde und 
 die 
 Option with-language wohl vergessen wurde. ;)

 Das waere ja mal ne Premiere. Schreib nen Bugreport gegen das Paket.
 
 Kurzfristige Loesung: Installiere webalizer aus den Quellen.

 super, genau das wollte ich ja vermeiden, da diese Lösung am 
 Paketmanagement 
 vorbei geht.
 
 
 Und wieso ist das ein Problem?  Ich installiere auch am liebsten Pakete,
 aber wenn mir das Paket Steine in den Weg legt und ein Neubau des
 Pakets aufwaendiger ist als die Installation nach /usr/local oder gar
 $HOME, waehle ich diese Variante.
 
 1. weil ich oft nicht nachvollziehen kann wo überall etwas installiert wird 
 und eine Deinstallation somit komplizierter wird...

Genau deswegen installiere ich neue Software zuerst in
$HOME/programmname. Wenn das Programm dann irgendwo hin schreibt gibts
nen Fehler, da ich nur noch Schreibrechte auf ein paar Devices und in
/usr/src habe. Wenn mir sowas auffaelt und es keine offensichtliche
Loesung gibt, wird die Software meist sofort wieder entfernt.

 mit checkinstall kann ich 
 mich auch nicht richtig anfreunden, ist wieder ein Paket mehr für potenzielle 
 Sicherheitlücken.

checkinstall und Sicherheitluecken? Hmm, ich weiss grad nicht wie
checkinstall genau funktioniert aber bist du sicher?

 2. werd ich dann nicht informiert, wenn es eine neue Version gibt.

Naja, dafuer gibts AFAIK Moeglichkeiten, die einfachste waere wohl sich
auf packages.qa.debian.org fuer das entsprechende Paket zu subscriben...
*wink* Auch haben viele Opensource-Programme eine Mailingliste oder
aehnliches, auf dem neue Versionen angekuendigt werden.

Andreas

-- 
Today is what happened to yesterday.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Webalizer in Deutsch

2006-07-06 Thread Andreas Pakulat
On 06.07.06 22:56:33, Michael Grosseck wrote:
 Andreas Pakulat schrieb:
 On 06.07.06 20:46:18, Michael Grosseck wrote:
   
 die po-files scheinen ja schon eine Übersetzung in alle möglichen Sprachen 
 zu beinhalten. Wenn ich jetzt für de eins anlege und übersetze, wie schalte 
 ich das dann an?
 
 
 Das sollte automagisch passieren, wenn die message-catalogs korrekt
 erzeugt und abgelegt werden. Die message-catalog's werden aus den
 .po-Dateien mittels msgmerge IIRC. Normalerweise liegen die dann unter
 prefix/share/locale/locale_der_uebersetzung/LC_MESSAGES/paketname.mo
   
 mh, das bedeuten ich müsste mein System dann auf Deutsch stellen? das will 
 ich 
 aber gar nicht, ich will einfach nur das webalizer seine Statistiken auf 
 Deusch 
 ausgibt, weil das die Kunden verlangen.

Ich habe 0 Ahnung was webalizer ist (mal abgesehen von einem kurzen
Durchlesen der Paketbeschreibung) oder wie es funktioniert. Wie immer
auch webalizer die Statisken generiert, der Prozess der das tut muss mit
einem LC_MESSAGE=de_DE oder aehnlichem aufgerufen werden. Du musst aber
nicht dein ganzes System auf Deutsch umstellen, es reicht wenn der
webalizer-Prozess mit dt. locale laeuft.

Ausser natuerlich webalizer hat eine entsprechende Option beim Aufruf um
das einzustellen... 

Wenn das Ding Statisken online erzeugt, als php-Skript oder so,
koennte es vllt. auch den User-Agent-String auswerten, in den schreiben
naemlich die meisten Browser auch die benutzte Locale (auf dem Client)
rein.

Andreas

-- 
You have the power to influence all with whom you come in contact.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: OT: webalizer

2006-06-13 Thread Marek Adamski
Witaj stentor,

W Twoim liście datowanym 13 czerwca 2006 (17:11:37) można przeczytać:

 Witam!

   http://webalizer.niecka.pl
   mimo iz dopisalem do webalizer.conf
   HTMLHead meta http-equiv=Content-type content=text/html; 
 charset=ISO-8859-2
   nadal zamiast niektorych czcionek polskich sa ?
   

Lamerski sposób naprawienia to:
odpalasz mc wchodzisz do katalogu /usr/share/locale/pl/LC_MESSAGES
szukasz pliku webalizer.mo, edytujesz go (F4), wyszukujesz ciąg
ISO-8859-1 i zmieniasz na ISO-8859-2 po czym zapisujesz.

Profesjonalny sposób naprawy opiera się o ściągnięcie źródeł,
poprawienie tego właśnie ciągu i ponowna kompilacja. Ale nie pamiętam
dokładnie co i jak.

Na pewno sposób pierwszy jest łatwiejszy.

 -- 
 Pozdrowienia,
  stentor  mailto:[EMAIL PROTECTED]


-- 
Pozdrowienia,
**
*  Marek (SirAdams) Adamski  *
*  http://www.siradams.com/  *
*ICQ:42751516*
*  GG:14747  *
* Linux user:#253788 *
**


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OT: webalizer

2006-06-13 Thread Wojciech Ziniewicz
On Tue, 2006-06-13 at 17:11 +0200, stentor wrote:
 Witam!
 
   http://webalizer.niecka.pl
   mimo iz dopisalem do webalizer.conf
   HTMLHead meta http-equiv=Content-type content=text/html; 
 charset=ISO-8859-2
   nadal zamiast niektorych czcionek polskich sa ?
   
 
poszukaj w archiwum listy - było juz

-- 
Pozdrawiam,
Wojciech Ziniewicz| [EMAIL PROTECTED]
Powered by google.com | [wanna gmail?]
http://silenceproject.org | :E


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OT: webalizer

2006-06-13 Thread stentor

   http://webalizer.niecka.pl
   mimo iz dopisalem do webalizer.conf
   HTMLHead meta http-equiv=Content-type content=text/html; 
 charset=ISO-8859-2
   nadal zamiast niektorych czcionek polskich sa ?
   
 
WZ poszukaj w archiwum listy - było juz

tak - bylo
i poszedlem za Twoja radą i dopisalem
HTMLHead meta http-equiv=Content-type content=text/html; 
charset=ISO-8859-2
ale wlasnie cos nie zadzialalo:|

jest tam opis jak to ze zrodel skompilowac ale jak na prawdziwego
lamera przystalo wybieram na razie rozwiazanie latwiejsze :)


-- 
Pozdrowienia,
 stentormailto:[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: No puedo ver webalizer

2006-04-10 Thread Guimi
Hola a todos.
La cuestión es que el Documentroot no lo tengo en /var/www, por lo que he
tenido que poner un alias en el archivo de configuración de apache2
(/etc/apache2/sites-available/default) para que redireccione pero no
funciona.

¿Has probado símplemente a hacer un enlace desde tu documentroot?
ln -s /var/www/webalizer webalizer

Saludos
Guimi
http://www.guimi.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: No puedo ver webalizer

2006-04-10 Thread Pablo Braulio

 ¿Has probado símplemente a hacer un enlace desde tu documentroot?
 ln -s /var/www/webalizer webalizer


Así si que me funciona, pero es lo que trato de evitar pues no me parece lo 
mas correcto.

Lo que no entiendo es que si tengo puesto una Alias para squirrelmail y 
funciona, porque no pasa lo mismo con webalizer.

Os pego el archivo default de apache2.

NameVirtualHost *:80
VirtualHost *:80
ServerAdmin xxx

Redirect permanent / https://aldiagestion.com

DocumentRoot /home/pablo/web
Directory /
Options FollowSymLinks
AllowOverride None
/Directory
Directory /home/pablo/web
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# This directive allows us to have apache2's default start 
page
# in /apache2-default/, but still have / go to the right place
#RedirectMatch ^/$ /apache2-default/
/Directory

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
Directory /usr/lib/cgi-bin
AllowOverride None
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
/Directory

ErrorLog /var/log/apache2/error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

CustomLog /var/log/apache2/access.log combined
ServerSignature On

Alias /doc/ /usr/share/doc/
Directory /usr/share/doc/
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
/Directory
   Alias /correo /usr/share/squirrelmail/
Directory /usr/share/squirrelmail/
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
/Directory

Alias /webalizer /var/www/webalizer/
Directory /var/www/webalizer/
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
/Directory

/VirtualHost

-- 
Saludos.
Pablo

Jabber: bruli(at)myjabber(to)net
Fingerprint: 944D 10DA 4C10 08D1 574D  4B48 3BC1 CEF7 F222 EB1D


pgpIRVFnHeyjE.pgp
Description: PGP signature


Re: No puedo ver webalizer

2006-04-10 Thread Guimi
 ¿Has probado símplemente a hacer un enlace desde tu documentroot?
 ln -s /var/www/webalizer webalizer

Así si que me funciona, pero es lo que trato de evitar pues no me parece lo
mas correcto.

Lo más correcto es bastante relativo. Pero no quiero iniciar una discusión 
metafísica.
En todo caso, puedes decirle a webalizer que en vez de generarte las 
estadísticas en
/var/www/webalizer te las genere en /ruta/correcta/webalizer modificando
/etc/webalizer.conf.
De este modo tendrías toda tu web en el mismo árbol, sin usar en absoluto 
/var/www.

Saludos
Guimi
http://www.guimi.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: No puedo ver webalizer

2006-04-10 Thread Pablo Braulio

 Lo más correcto es bastante relativo. Pero no quiero iniciar una
 discusión metafísica. En todo caso, puedes decirle a webalizer que en vez
 de generarte las estadísticas en /var/www/webalizer te las genere en
 /ruta/correcta/webalizer modificando /etc/webalizer.conf.
 De este modo tendrías toda tu web en el mismo árbol, sin usar en absoluto
 /var/www.

Es una simple manera de hacerlo mas cómodo y seguro. Pues prefiero usar Alias, 
que estar haciendo enlaces al directorio de la web. Imagina que mañana mismo 
cambio toda la web. Luego tendría que recordar que enlaces habían dentro para 
volver a cargarlo todo bien. Me parece más fácil el uso de Alias.

Ya lo he conseguido. Me faltaba poner el Alias en el archivo apache2.conf.

Lo que me queda es restringir el acceso a ese Alias. 

Pensaba que poniéndolo así sólo me dejaría verlo al equipo que tenga esa ip:

Alias /webalizer /var/www/webalizer/
Directory /var/www/webalizer/
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 192.168.X.X/255.255.255.0 ::1/128
/Directory


Pero puedo verlo desde otro equipo.

¿Se os ocurre algo?.

-- 
Saludos.
Pablo

Jabber: bruli(at)myjabber(to)net
Fingerprint: 944D 10DA 4C10 08D1 574D  4B48 3BC1 CEF7 F222 EB1D


pgpwbv34CoJEM.pgp
Description: PGP signature


No puedo ver webalizer

2006-04-09 Thread Pablo Braulio
Hola a todos.

He instalado webalizer en mi servidor web, pero no puedo acceder a ver los 
reportes.

Tengo instalado apache2 y he instalado webalizer mediante aptitude.

Se ha instalado sin problemas y me ha creado el directorio donde crea los 
reportes.

$ ls /var/www/webalizer/
ctry_usage_200604.png   hourly_usage_200604.png  usage_200604.html  
webalizer.current
daily_usage_200604.png  index.html   usage.png  
webalizer.hist

La cuestión es que el Documentroot no lo tengo en /var/www, por lo que he 
tenido que poner un alias en el archivo de configuración de apache2 
(/etc/apache2/sites-available/default) para que redireccione pero no 
funciona.

   Alias /webalizer /var/www/webalizer/
Directory /var/www/webalizer/
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
/Directory

¿Alguien sabría decirme que me puede estar fallando?.
-- 
Saludos.
Pablo

Jabber: bruli(at)myjabber(to)net
Fingerprint: 944D 10DA 4C10 08D1 574D  4B48 3BC1 CEF7 F222 EB1D


pgpIywGiti4W6.pgp
Description: PGP signature


Re: webalizer + cron

2006-02-17 Thread Szymon Nieradka

Szymon Nieradka napisał(a):

odnalezione linijki będą miały rozmiar  2000 znaków co (z regóły) nie 
jest normalnym żadaniem



Dziękuję grupie za wyrozumiałość ;) Więcej byków nie będę robił.

--
Szymon Nieradka



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



webalizer + cron

2006-02-05 Thread bieniu gras
Witaj lista!

otrzymuje powiadomienie od cron-a

/etc/cron.daily/webalizer:
Ostrzeżenie: Obcinam, przekroczona wielkość pola żądania
Pomijam błędny zapis (3102626)
Ostrzeżenie: Obcinam, przekroczona wielkość pola żądania
Pomijam błędny zapis (3102626)

z czym to moze byc zwiazane ?? za duze logi dla webalizera ?? czego i
gdzie szukac ???



-- 
Pozdrowienia,
 bieniu gras


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: webalizer + cron

2006-02-05 Thread Szymon Nieradka

bieniu gras napisał(a):


/etc/cron.daily/webalizer:
Ostrzeżenie: Obcinam, przekroczona wielkość pola żądania
Pomijam błędny zapis (3102626)
Ostrzeżenie: Obcinam, przekroczona wielkość pola żądania
Pomijam błędny zapis (3102626)

z czym to moze byc zwiazane ?? za duze logi dla webalizera ?? czego i
gdzie szukac ???
 



A na przykład taka linijka:

62.232.64.222 - - [02/Aug/2005:06:15:19 +0200] SEARCH 
/\x90\xc9\xc9\xc9\xc9\xc9\xc9

90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x
[tutaj 32 823 znaczków]
90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90
414 343 - - 0 server.pl

jest raportowana przez webalizer-a jako błędny zapis. Na mój gust jest 
to próba przemycenia
kodu wykonywalnego na serwer IIS (na szczęście Apache na Debianie jest z 
definicji odporny

na ten atak).

Otwórz plik logów (access-log) w vim-ie i wpisz:

:set nowrap
:set nonu
/^.\{2000,\}$

odnalezione linijki będą miały rozmiar  2000 znaków co (z regóły) nie 
jest normalnym żadaniem

dla serwer-a.

--
Szymon Nieradka


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



apache2 og webalizer

2006-01-10 Thread Flemming Bjerke
Indtil vi gik over til apache2 fungerede webalizer af sig selv. Men nu sker 
der ingenting. Jeg har i webalizer.conf ændret logfilen til at være: 

LogFile /var/log/apache2/access.log

Men det hjælper ikke rigtig for apache2 er ikke så venlig at smide noget 
indhold af betydning i access.log...  Jeg har så indsat en CustomLog linie i 
apache2.conf. 

# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
LogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\ 
combined
LogFormat %h %l %u %t \%r\ %s %b common
LogFormat %{Referer}i - %U referer
LogFormat %{User-agent}i agent
CustomLog /var/log/apache/access.log common

Men det hjalp ikke rigtig. Formentlig fordi der ifølge dokumentationen mangler 
et mod_log_config. 

http://httpd.apache.org/docs/2.0/mod/mod_log_config.html#customlog

Men det kan jeg overhovedet ikke finde på debian  ... 

Så nu er jeg lettere forvirret. Er der nogen af Jer der kender problemets 
løsning?

Flemming



Re: apache2 og webalizer

2006-01-10 Thread Admir Trakic
Hej,

1) Har du testet hvorledes /var/log/apache2/access.log findes?
prøv og cat den ellet tail denne fil mens du lynx http://localhost , er
der noget ændringer?

2) Disk full på /var ?

3) Hvordan din webaliser.conf ser ud?

MVH

/Admir


On 1/10/06, Flemming Bjerke [EMAIL PROTECTED] wrote:
 Indtil vi gik over til apache2 fungerede webalizer af sig selv. Men nu sker
 der ingenting. Jeg har i webalizer.conf ændret logfilen til at være:

 LogFile /var/log/apache2/access.log

 Men det hjælper ikke rigtig for apache2 er ikke så venlig at smide noget
 indhold af betydning i access.log...  Jeg har så indsat en CustomLog linie i
 apache2.conf.

 # The following directives define some format nicknames for use with
 # a CustomLog directive (see below).
 LogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\
 combined
 LogFormat %h %l %u %t \%r\ %s %b common
 LogFormat %{Referer}i - %U referer
 LogFormat %{User-agent}i agent
 CustomLog /var/log/apache/access.log common

 Men det hjalp ikke rigtig. Formentlig fordi der ifølge dokumentationen mangler
 et mod_log_config.

 http://httpd.apache.org/docs/2.0/mod/mod_log_config.html#customlog

 Men det kan jeg overhovedet ikke finde på debian  ...

 Så nu er jeg lettere forvirret. Er der nogen af Jer der kender problemets
 løsning?

 Flemming




--
Admir Trakic
Debian Gnu/Linux user #99405
http://www.trakic.com/



Re: apache2 og webalizer

2006-01-10 Thread John 'Tux' Nielsen
On 1/10/06, Flemming Bjerke [EMAIL PROTECTED] wrote:

LogFile /var/log/apache2/access.log# The following directives define some format nicknames for use with# a CustomLog directive (see below).LogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\
combinedLogFormat %h %l %u %t \%r\ %s %b commonLogFormat %{Referer}i - %U refererLogFormat %{User-agent}i agentCustomLog /var/log/apache/access.log common
Måske skulle det være apache2/access.log i CustomLog?Bare et observering, kender ikke selv til problemet.-- Regards - John 'Tux' NielsenComputer Engineer

Admin of dope.blitzed.orgBlitzed IRC Network - 
http://www.blitzed.orgOpen Proxy Monitor - http://www.blitzed.org/bopm/
[EMAIL PROTECTED] - 
[EMAIL PROTECTED] (Google Talk enabled)



Re: apache2 og webalizer

2006-01-10 Thread Mads N. Vestergaard - Be Free ApS

Hej Flemming...

Siger `apache2ctl configtest` noeget særligt?

Flemming Bjerke wrote:

Indtil vi gik over til apache2 fungerede webalizer af sig selv. Men nu sker 
der ingenting. Jeg har i webalizer.conf ændret logfilen til at være: 


LogFile /var/log/apache2/access.log

Men det hjælper ikke rigtig for apache2 er ikke så venlig at smide noget 
indhold af betydning i access.log...  Jeg har så indsat en CustomLog linie i 
apache2.conf. 


# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
LogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\ 
combined

LogFormat %h %l %u %t \%r\ %s %b common
LogFormat %{Referer}i - %U referer
LogFormat %{User-agent}i agent
CustomLog /var/log/apache/access.log common

Men det hjalp ikke rigtig. Formentlig fordi der ifølge dokumentationen mangler 
et mod_log_config. 


http://httpd.apache.org/docs/2.0/mod/mod_log_config.html#customlog

Men det kan jeg overhovedet ikke finde på debian  ... 

Så nu er jeg lettere forvirret. Er der nogen af Jer der kender problemets 
løsning?


Flemming


 




--

Mads N. Vestergaard |   Web applikationer og
http://www.timmy.dk |   hosting løsninger.
+45 3694 9942   |   Baseret på Open Source



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Webalizer pour les logs IIS

2005-12-18 Thread Franck
Hello la liste,

je sais que c'est un peu HS mais je ne sais plus où chercher alors si
quelqu'un a une idée, je suis preneur.

Voilà, il faut que je fasse des stats avec Linux de TRES GROS fichiers
logs IIS (~900Mo/jour) mais je souhaite que ces pages soient HTML et non
dynamique.

J'ai essayé awstats mais c'est trop lent et je n'ai pas d'historique sur
les mois précédents (ou je ne sais pas les générer)
Alors, je teste webalizer mais il ne reconnait pas les logs IIS :( Pff
pas de bol car il est plus rapide pour de gros fichiers de stats et il
génère des pages HTML avec conservation des mois précédents.

merci de vos conseil/url/etc ..

Je vous mets quand meme mes lignes awstats au cas où :

awstats.pl -config=mon_site -update -LogFile=les_logs.txt -showdropped
= TROP LONG
awstats.pl -config=mon_site -output -staticlinks  index.html = PAS
ACCES AUX MOIS PRECENTS
awstats_buildstaticpages.pl -config=mon_site -builddate=date_du_jour
-update-dir=/stats -awstatsprog=awstats.pl = PARFAIT

Franck


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Webalizer....

2005-11-20 Thread Gonzalo Rodriguez
gracias a todos, pero lo solucione googleando y el tipo google me dijo
esto, solo tenia que activar la resolucion reversa del apache... y
funciono joya!

saludos!!  y gracias.


2005/11/19, Iñigo Tejedor Arrondo [EMAIL PROTECTED]:
 El sáb, 19-11-2005 a las 22:50 -0300, Gonzalo Rodriguez escribió:
  Tengo instalado el muy comodo webalizer para hacer estadisticas,
  aunque funciuona 10 puntos, nunca puede hacer funcionar la
  discriminacion por paises, alguien tiene alguna idea? o sea que me
  puestra las visitas por paises?
 
  Saludos.
 

 Básicamente, porque no estás diciendole que traduzca las IPs ...
 Si entiendes inglés, mirate esto:
 ftp://ftp.mrunix.net/pub/webalizer/DNS.README
 Y si no lo entiendes, baja directamente a donde pone Examples :

 webalizer -o out -D dns_cache.db /var/log/my_www_log

  This will process the log file /var/log/my_www_log, resolving IP
  addresses from the cache file 'dns_cache.db' found in the default
  output directory out.  The cache file must be present as it will
  not be created with this command.

 es decir:
 touch dns_cache.db
 webalizer -o /var/www/estadisticas/ -D dns_cache.db /var/log/apache/access.log

 O lo adaptas a tu sistema (apache2, etc etc)
 Saludos.





Re: Webalizer....

2005-11-20 Thread Iñigo Tejedor Arrondo
El dom, 20-11-2005 a las 16:10 -0300, Gonzalo Rodriguez escribió:
 gracias a todos, pero lo solucione googleando y el tipo google me dijo
 esto, solo tenia que activar la resolucion reversa del apache... y
 funciono joya!
 
 saludos!!  y gracias.
 

Bien, me alegro, pero piensa en una cosa:
Si es apache quien tiene que traducir esas IPs a nombres, la carga de
ese trabajo va al proceso de apache. Cuando vaya a escribir una entrada
en el log, tendra que consultar al dns, y cuando obtenga la respuesta,
escribirá la linea del log.
Esto no es problema si la página tiene pocas visitas. O la carga del
servidor es muy pequeña. Pero lo podrías evitar, haciendo que sea
webalizer quien resuelva esas IPs a nombres. Entonces sería el proceso
de webalizer (cuando se ejecute) quien llevaría esa carga.
Reza por no sufrir algún día el efecto slashdot (que enlacen tu página
desde slashdot y tengas miles de visitas por minuto durante unos
días)  :)
Un saludo.




Re: Webalizer....

2005-11-20 Thread Iván Forcada Atienza
Hola.

Opino lo mismo que Iñigo. Lo suyo es que la resolución le realice en el
momento de generar las estadísticas. Lo que necesitas es la utilidad
'logresolve' que viene en el paquete apache2-utils.

Yo lo uso para varios dominios en un bucle que en cada pasada ejecuta
algo como:

cat $LOGDIR/$domi.access.log | $LOGRESOLVE | $WEBALIZER -q -c 
$CONFDIR/$DOMI.conf

En mi caso:
$LOGDIR es /var/log/apache2 
$LOGRESOLVE es /usr/sbin/logresolve
$WEBALIZER es /usr/bin/webalizer
$CONFDIR es el directorio donde guardo los ficheros de config para cada
dominio
$DOMI corresponde al dominio del cual esta calculando las estadísticas.

Como habrás deducido, tengo un fichero de configuración personalizado
para cada dominio con distintas agrupaciones, directorio destino, etc

Por si te sirve...

Saludos

El 20/Nov/05 - 21:07, Iñigo Tejedor Arrondo dijo:
 El dom, 20-11-2005 a las 16:10 -0300, Gonzalo Rodriguez escribió:
  gracias a todos, pero lo solucione googleando y el tipo google me dijo
  esto, solo tenia que activar la resolucion reversa del apache... y
  funciono joya!
  
  saludos!!  y gracias.
  
 
 Bien, me alegro, pero piensa en una cosa:
 Si es apache quien tiene que traducir esas IPs a nombres, la carga de
 ese trabajo va al proceso de apache. Cuando vaya a escribir una entrada
 en el log, tendra que consultar al dns, y cuando obtenga la respuesta,
 escribirá la linea del log.
 Esto no es problema si la página tiene pocas visitas. O la carga del
 servidor es muy pequeña. Pero lo podrías evitar, haciendo que sea
 webalizer quien resuelva esas IPs a nombres. Entonces sería el proceso
 de webalizer (cuando se ejecute) quien llevaría esa carga.
 Reza por no sufrir algún día el efecto slashdot (que enlacen tu página
 desde slashdot y tengas miles de visitas por minuto durante unos
 días)  :)
 Un saludo.
 
 

-- 
___
Iván Forcada Atienza:
  correo: [EMAIL PROTECTED]
---
Software is like sex: it's better when it's free (Linus Torvalds)
  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Webalizer....

2005-11-19 Thread Gonzalo Rodriguez
Tengo instalado el muy comodo webalizer para hacer estadisticas,
aunque funciuona 10 puntos, nunca puede hacer funcionar la
discriminacion por paises, alguien tiene alguna idea? o sea que me
puestra las visitas por paises?

Saludos.



Re: Webalizer....

2005-11-19 Thread Aritz Beraza Garayalde [Rei]
El 20/11/05, Gonzalo Rodriguez[EMAIL PROTECTED] escribió:
 Tengo instalado el muy comodo webalizer para hacer estadisticas,
 aunque funciuona 10 puntos, nunca puede hacer funcionar la
 discriminacion por paises, alguien tiene alguna idea? o sea que me
 puestra las visitas por paises?


Si no te importa perder unos cuantos ciclos mas de cpu, mirate
awstats. Es mucho más completo, más bonito y la discriminación por
paises funciona (en el webalizer nunca lo pude hacer funcionar).

Saludos
Aritz Beraza [Rei]
--
Aritz Beraza Garayalde [Rei]
___
[ WWW ]  http://evangelion.homelinux.net
[jabber]  rei[en]bulmalug.net



Re: Webalizer....

2005-11-19 Thread Iñigo Tejedor Arrondo
El sáb, 19-11-2005 a las 22:50 -0300, Gonzalo Rodriguez escribió:
 Tengo instalado el muy comodo webalizer para hacer estadisticas,
 aunque funciuona 10 puntos, nunca puede hacer funcionar la
 discriminacion por paises, alguien tiene alguna idea? o sea que me
 puestra las visitas por paises?
 
 Saludos.
 

Básicamente, porque no estás diciendole que traduzca las IPs ...
Si entiendes inglés, mirate esto:
ftp://ftp.mrunix.net/pub/webalizer/DNS.README
Y si no lo entiendes, baja directamente a donde pone Examples :

webalizer -o out -D dns_cache.db /var/log/my_www_log

  This will process the log file /var/log/my_www_log, resolving IP
  addresses from the cache file 'dns_cache.db' found in the default
  output directory out.  The cache file must be present as it will
  not be created with this command.

es decir:
touch dns_cache.db
webalizer -o /var/www/estadisticas/ -D dns_cache.db /var/log/apache/access.log

O lo adaptas a tu sistema (apache2, etc etc)
Saludos.



Webalizer mit apache2

2005-10-27 Thread Volker Katz
Moin,
ich würde mir gerne mit Webalizer die Zugriffsstatistiken von meinem Apache 
anzeigen lassen. Nur irgendwie funtkioniert das nicht richtig. Also es wird 
nichts aktualisiert.

Gebe ich folgendes in der webalizer.conf ein,
/var/log/apache2/access.log
bekomme ich: No valid records found!

Mit 
/var/log/apache2/access.log.1,
bekomme ich: 
Reading previous run data... webalizer.current
19 records (19 ignored) in 0.00 seconds

In meiner /etc/logrotate.d/apache2  steht folgendes:

/var/log/apache2/*.log {
daily
missingok
rotate 52
compress
delaycompress
notifempty
create 640 root adm
sharedscripts
postrotate
if [ -f /var/run/apache2.pid ]; then
/etc/init.d/apache2 restart  /dev/null
fi
endscript
}

Was mache ich falsch?

Gruß  Danke
  Volker



squid + webalizer

2005-10-13 Thread Roberto Cesar Najera Nuñez



alguien sabe como sacar las bitacoras del squid 
mediante el webalizer 

que parametros lleva 

Gracias 


Re: squid + webalizer

2005-10-13 Thread Angel Claudio Alvarez
El jue, 13-10-2005 a las 16:31 -0500, Roberto Cesar Najera Nuñez
escribió:
 alguien sabe como sacar las bitacoras del squid mediante el webalizer 
Imagino que como en apache, pasandole el archivo de log
pero yo que vos usaria sarg para squid

  
 que  parametros lleva 
  
 Gracias 
-- 
Angel Claudio Alvarez
Usuario Linux Registrado 143466
GPG Public Key en http://pgp.mit.edu
key fingerprint = 3AED D95B 7E2D E954 61C8  F505 1884 473C FC8C 8AC4



signature.asc
Description: This is a digitally signed message part


Webalizer liefert keine URL nach dem ?

2005-03-09 Thread Vlad Vorobiev
Hallo,
mein webalizer liefert mir unvollstndige urls.
Ich wrde gerne wissen welche artikel meines online-shops am meisten 
angeschaut werden.

im falle
http://url?x=1
http://url?x=2
http://url?x=100
http://url?x=292
liefert mir webalizer nur
Vier mal
http://url
Also fr mich sind url?x=1 und url?x=2 zwei ganz verschiedene Seiten 
bzw. artikel fr die standarteinstellung von webalizer allerdings nicht.

Wie erreiche ich Statistik wo die komplette URL inklusive variablen 
bercksichtigt werden.
Ich bin mir sicher es ist eine kleine einstellung, dennoch finde ich 
diese nicht.

Danke
Vlad
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: Webalizer liefert keine URL nach dem ?

2005-03-09 Thread Evgeni -SargentD- Golov
On Wed, 09 Mar 2005 20:07:55 +0100
Vlad Vorobiev [EMAIL PROTECTED] wrote:

 
 Hallo,
 
 mein webalizer liefert mir unvollständige urls.
 
 Ich würde gerne wissen welche artikel meines online-shops am meisten 
 angeschaut werden.
 
 im falle
 http://url?x=1
 http://url?x=2
 http://url?x=100
 http://url?x=292
 
 liefert mir webalizer nur
 
 Vier mal
 http://url
 
 Also für mich sind url?x=1 und url?x=2 zwei ganz verschiedene Seiten 
 bzw. artikel für die standarteinstellung von webalizer allerdings
 nicht.
 
 Wie erreiche ich Statistik wo die komplette URL inklusive variablen 
 berücksichtigt werden.
 Ich bin mir sicher es ist eine kleine einstellung, dennoch finde ich 
 diese nicht.
 
 
 Danke
 Vlad
Also das kenn ich von AwStats - Hatte das Problem dort auch. Da gibts
allerdings den Punkt URLWithQuery=1 in der conf - danach gehts.
Im man von webalizer hab ich sowas leider nicht gefunden.

Gruß, Evgeni

-- 
   ^^^| Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | PGP-Key-ID: 0xAC15B50C
  -|-   | WWW: www.die-welt.net   ICQ: 54116744
   / \| IRC: #sod @ irc.german-freakz.net


pgpW5mUVyMbsk.pgp
Description: PGP signature


Re[5]: webalizer po polsku dokonczenie

2004-12-10 Thread bieniu gras
Witaj bieniu,

W Twoim liście datowanym 9 grudnia 2004 (23:40:50) można przeczytać:

bg Witaj Marek,

bg W Twoim liście datowanym 9 grudnia 2004 (23:28:02) można przeczytać:

MA Witaj bieniu,

MA W Twoim liście datowanym 9 grudnia 2004 (23:20:09) można przeczytać:

 Witaj Marek,

 W Twoim liście datowanym 9 grudnia 2004 (21:08:32) można przeczytać:

MA Witaj bieniu,

MA Sory nie dokończyłem.

MA W Twoim liście datowanym 9 grudnia 2004 (12:13:41) można przeczytać:

 Witaj lista!

 hejka

 nie wiem do konca jak wlaczyc w webalizerku aby statystyki generowane
 byly po polsku, wiem ze trzeba kompilowac z jezykiem polskim ale
 chcialem to miec po debianowemu...

 debian SID
 pakiecik debiana z apt
 czy musze sciagac source i robic pakiet z uwzglednieniem jezyka
 polskiego ??

 nie wiem cyz w konfigu czegos nie wystarczy zmienic ...

 probowalem zrobic pakiet z source i pokolei:

 zmienilem link symboliczny webalizer_lang.h do jezyka polskiego i
 dalej

 apt-get source webalizer
 apt-get build-dep webalizer
 dpkg-buildpackage -rfakeroot -uc -us
 dpkg -i webalizer


MA apt-get source webalizer
MA apt-get build-dep webalizer
MA dpkg-source -x webalizer_2.01.10-26.dsc
MA wchodzisz do katalogu webalizer.../po
MA i poprawiasz w pliku pl.po
MA Content-Type: text/plain; charset=iso-8859-1\n
MA na
MA Content-Type: text/plain; charset=iso-8859-2\n
MA potem wydajesz polecenie w katalogu webalizera:
MA fakeroot debian/rules binary
MA Jeżeli nie masz ustawionych LC_ALL=pl_PL
MA to dodatkowo wchodzisz do katalogu debian i edytujesz plik rules:
MA dopisując na końcu linijki ./configure ... -with-language=polish a
MA dopiero potem fakeroot.
MA Plik .deb znajduje się w katalogu nadrzędnym.

 ehm nie kumam robie dokladnie jak napisales i wszystko super ale nadal
 mam podczas wydawania komendy:

 /usr/bin/webalizer -c /etc/webalizer.conf
 Webalizer V2.01-10 (Linux) locale: C

 co dziwne niby mam locale polskie przy generowaniu oraz fonty polskie
 w /etc/locale.gen mam wpis:

 pl_PL ISO-8859-2

 pozniej generuje:

 ~# locale-gen
 Generating locales...
   pl_PL.ISO-8859-2... done
 Generation complete.

 a po:

 ~# locale
 LANG=POSIX
 LC_CTYPE=POSIX
 LC_NUMERIC=POSIX
 LC_TIME=POSIX
 LC_COLLATE=POSIX
 LC_MONETARY=POSIX
 LC_MESSAGES=POSIX
 LC_PAPER=POSIX
 LC_NAME=POSIX
 LC_ADDRESS=POSIX
 LC_TELEPHONE=POSIX
 LC_MEASUREMENT=POSIX
 LC_IDENTIFICATION=POSIX
 LC_ALL=

 no i jak to rozumiec ? :((( DEBIAN SID ??? eh pogubilem sie a
 webalizer nadal lazi po angielsku :D

MA Ale ze mnie pajac to miało isć na grupe a ja cię spamowałem.
MA A tak się zastanawiałęm dlaczego to nie włazi na grupe :D
MA dpkg-reconfigure locales
MA wybierz pl_PL
MA i sprawdz
MA /etc/environment
MA LC_ALL=pl_PL
MA wtedy debian będzie cały po polskiemu :D

hejka chcialem tylko powiedziec ze wczoraj bylo pozno :D i juz spalem
zapomnialem o tym ze w domq mam proxy i mi nie odswiezyl wszystkiego
od razu ;] wedloog opisu jaki dal Marek powyzej webalizerek jest
pieknie po polsku z polskimi znakami i zero problemow ;]



-- 
Pozdrowienia,
 bieniu gras



Re: webalizer po polsku dokonczenie

2004-12-10 Thread Marcin Juszkiewicz
Dnia piątek 10 grudnia 2004 10:18, bieniu gras napisał:

[ciach 122 linie]

Czy wy ludzie nie umiecie cytować? Klawisze Delete i jemu podobne się 
zepsuły?

--
I just forgot my whole philosophy of life!



webalizer po polsku

2004-12-09 Thread bieniu gras
Witaj lista!

hejka

nie wiem do konca jak wlaczyc w webalizerku aby statystyki generowane
byly po polsku, wiem ze trzeba kompilowac z jezykiem polskim ale
chcialem to miec po debianowemu...

debian SID
pakiecik debiana z apt
czy musze sciagac source i robic pakiet z uwzglednieniem jezyka
polskiego ??

nie wiem cyz w konfigu czegos nie wystarczy zmienic ...

probowalem zrobic pakiet z source i pokolei:

zmienilem link symboliczny webalizer_lang.h do jezyka polskiego i
dalej

apt-get source webalizer
apt-get build-dep webalizer
dpkg-buildpackage -rfakeroot -uc -us
dpkg -i webalizer

i niestety mimo tego generujac statystyki mam:

Webalizer V2.01-10 (Linux 2.4.27-ow1) locale: C
...

i nadal sa po angielsku

-- 
Pozdrowienia,
 bieniu gras



Re: webalizer po polsku

2004-12-09 Thread Mikołaj Menke

Dnia 2004-12-09 13:27 użytkownik Artur M. Piwko napisał :

To ja się podepnę pod wątek - u mnie są po polsku, ale jest jakiś 
problem z czcionkami. Można to obejrzeć na 
http://menek.one.pl/webalizer Ma ktoś jakiś pomysł co z tym można 
zrobić? Nie przeszkadza mnie to bardzo, ale głupio wygląda.




Brak Content-Type.



To z pewnością nie to, po pierwsze dla czystego sumienia już dodałem 
content-type, po drugie to jest kwestia generowania strony przez 
webalizera, warto zauważyć, że również napisy na obrazkach są z 
krzakami. Sprawdziłem również file:///var/www/webalizer/index.html i też 
jest to samo (to tak na wszelki wypadek, co by uprzedzić pytania o 
konfigurację serwera itp.)

Pozdrawiam!

P.S.
Pisz na listę!

--
http://www.miki.z.pl miki(AT)z.pl
Gadu-gadu: 2128279 Mobile: +48607345846 IRC: `miki`
Linux Registered User # 285966
Put some excitement between your legs - ride a bike!



Re: webalizer po polsku

2004-12-09 Thread Paweł Tęcza
Mikołaj Menke [EMAIL PROTECTED] writes:

 Brak Content-Type.


 To z pewnością nie to, po pierwsze dla czystego sumienia już dodałem 
 content-type, 

Po pierwsze w Content-Type powinien byc srednik po text/html.
Po drugie polskie krzaki nie sa zakodowane w Latin-2.

 po drugie to jest kwestia generowania strony przez webalizera, warto
 zauważyć, że również napisy na obrazkach są z krzakami.

To zupelnie inna bajka. Webalizer do generowania obrazkow moze
uzywac czcionki, ktora nie ma polskich znaczkow.

Pozdrawiam,

P.



Re[2]: webalizer po polsku

2004-12-09 Thread bieniu gras
Witaj Mikołaj,

W Twoim liście datowanym 9 grudnia 2004 (13:23:53) można przeczytać:

MM Dnia 2004-12-09 12:13 użytkownik bieniu gras napisał :

Witaj lista!

hejka

nie wiem do konca jak wlaczyc w webalizerku aby statystyki generowane
byly po polsku, wiem ze trzeba kompilowac z jezykiem polskim ale
chcialem to miec po debianowemu...
  


MM To ja się podepnę pod wątek - u mnie są po polsku, ale jest jakiś 
MM problem z czcionkami. Można to obejrzeć na http://menek.one.pl/webalizer
MM Ma ktoś jakiś pomysł co z tym można zrobić? Nie przeszkadza mnie to
MM bardzo, ale głupio wygląda.

a moze podzielisz sie jak odpaliles po polsku webalizera ...


-- 
Pozdrowienia,
 bieniu gras



Re: webalizer po polsku

2004-12-09 Thread Mikołaj Menke

Dnia 2004-12-09 16:08 użytkownik bieniu gras napisał :


a moze podzielisz sie jak odpaliles po polsku webalizera ...
 



apt-get install webalizer
O ile mnie pamięć nie myli. Nie pamiętam czy działało prosto z pudełka.
Pozdrawiam!

--
http://www.miki.z.pl miki(AT)z.pl
Gadu-gadu: 2128279 Mobile: +48607345846 IRC: `miki`
Linux Registered User # 285966
Put some excitement between your legs - ride a bike!



Re: webalizer po polsku

2004-12-09 Thread Wojciech Ziniewicz
On Thu, 09 Dec 2004 21:28:22 +0100, Mikołaj Menke [EMAIL PROTECTED] wrote:
 Dnia 2004-12-09 16:08 użytkownik bieniu gras napisał :
 
 a moze podzielisz sie jak odpaliles po polsku webalizera ...
 
 
 
 apt-get install webalizer
 O ile mnie pamięć nie myli. Nie pamiętam czy działało prosto z pudełka.
u mnei wszystko działa od razu po polsku. oczywiscie bez liter polskich.
man webalizer - /etc/webalizer.conf :

HTMLHead meta content=text/html; charset=ISO-8859-2
http-equiv=content-type

no i u mnie działa :)

-- 
Pozdrawiam, Wojciech Ziniewicz
wojciech.ziniewicz (at) gmail (dot) com
gg: 6583979



Re[2]: webalizer po polsku dokonczenie

2004-12-09 Thread bieniu gras
Witaj Marek,

W Twoim liście datowanym 9 grudnia 2004 (21:08:32) można przeczytać:

MA Witaj bieniu,

MA Sory nie dokończyłem.

MA W Twoim liście datowanym 9 grudnia 2004 (12:13:41) można przeczytać:

 Witaj lista!

 hejka

 nie wiem do konca jak wlaczyc w webalizerku aby statystyki generowane
 byly po polsku, wiem ze trzeba kompilowac z jezykiem polskim ale
 chcialem to miec po debianowemu...

 debian SID
 pakiecik debiana z apt
 czy musze sciagac source i robic pakiet z uwzglednieniem jezyka
 polskiego ??

 nie wiem cyz w konfigu czegos nie wystarczy zmienic ...

 probowalem zrobic pakiet z source i pokolei:

 zmienilem link symboliczny webalizer_lang.h do jezyka polskiego i
 dalej

 apt-get source webalizer
 apt-get build-dep webalizer
 dpkg-buildpackage -rfakeroot -uc -us
 dpkg -i webalizer


MA apt-get source webalizer
MA apt-get build-dep webalizer
MA dpkg-source -x webalizer_2.01.10-26.dsc
MA wchodzisz do katalogu webalizer.../po
MA i poprawiasz w pliku pl.po
MA Content-Type: text/plain; charset=iso-8859-1\n
MA na
MA Content-Type: text/plain; charset=iso-8859-2\n
MA potem wydajesz polecenie w katalogu webalizera:
MA fakeroot debian/rules binary
MA Jeżeli nie masz ustawionych LC_ALL=pl_PL
MA to dodatkowo wchodzisz do katalogu debian i edytujesz plik rules:
MA dopisując na końcu linijki ./configure ... -with-language=polish a
MA dopiero potem fakeroot.
MA Plik .deb znajduje się w katalogu nadrzędnym.

ehm nie kumam robie dokladnie jak napisales i wszystko super ale nadal
mam podczas wydawania komendy:

/usr/bin/webalizer -c /etc/webalizer.conf
Webalizer V2.01-10 (Linux) locale: C

co dziwne niby mam locale polskie przy generowaniu oraz fonty polskie
w /etc/locale.gen mam wpis:

pl_PL ISO-8859-2

pozniej generuje:

~# locale-gen
Generating locales...
  pl_PL.ISO-8859-2... done
Generation complete.

a po:

~# locale
LANG=POSIX
LC_CTYPE=POSIX
LC_NUMERIC=POSIX
LC_TIME=POSIX
LC_COLLATE=POSIX
LC_MONETARY=POSIX
LC_MESSAGES=POSIX
LC_PAPER=POSIX
LC_NAME=POSIX
LC_ADDRESS=POSIX
LC_TELEPHONE=POSIX
LC_MEASUREMENT=POSIX
LC_IDENTIFICATION=POSIX
LC_ALL=

no i jak to rozumiec ? :((( DEBIAN SID ??? eh pogubilem sie a
webalizer nadal lazi po angielsku :D

-- 
Pozdrowienia,
 bieniu gras



Re: webalizer po polsku

2004-12-09 Thread Marek Adamski
Witaj bieniu,

Sory nie dokończyłem.

W Twoim liście datowanym 9 grudnia 2004 (12:13:41) można przeczytać:

 Witaj lista!

 hejka

 nie wiem do konca jak wlaczyc w webalizerku aby statystyki generowane
 byly po polsku, wiem ze trzeba kompilowac z jezykiem polskim ale
 chcialem to miec po debianowemu...

 debian SID
 pakiecik debiana z apt
 czy musze sciagac source i robic pakiet z uwzglednieniem jezyka
 polskiego ??

 nie wiem cyz w konfigu czegos nie wystarczy zmienic ...

 probowalem zrobic pakiet z source i pokolei:

 zmienilem link symboliczny webalizer_lang.h do jezyka polskiego i
 dalej

 apt-get source webalizer
 apt-get build-dep webalizer
 dpkg-buildpackage -rfakeroot -uc -us
 dpkg -i webalizer


apt-get source webalizer
apt-get build-dep webalizer
dpkg-source -x webalizer_2.01.10-26.dsc
wchodzisz do katalogu webalizer.../po
i poprawiasz w pliku pl.po
Content-Type: text/plain; charset=iso-8859-1\n
na
Content-Type: text/plain; charset=iso-8859-2\n
potem wydajesz polecenie w katalogu webalizera:
fakeroot debian/rules clean
fakeroot debian/rules binary
Jeżeli nie masz ustawionych LC_ALL=pl_PL
to dodatkowo wchodzisz do katalogu debian i edytujesz plik rules:
dopisując na końcu linijki ./configure ... -with-language=polish a
dopiero potem fakeroot.
Plik .deb znajduje się w katalogu nadrzędnym.

-- 
Pozdrowienia,
**
*  Marek (SirAdams) Adamski  *
*ICQ:42751516*
*  GG:14747  *
* Linux user:#253788 *
**




Re[4]: webalizer po polsku dokonczenie

2004-12-09 Thread bieniu gras
Witaj Marek,

W Twoim liście datowanym 9 grudnia 2004 (23:28:02) można przeczytać:

MA Witaj bieniu,

MA W Twoim liście datowanym 9 grudnia 2004 (23:20:09) można przeczytać:

 Witaj Marek,

 W Twoim liście datowanym 9 grudnia 2004 (21:08:32) można przeczytać:

MA Witaj bieniu,

MA Sory nie dokończyłem.

MA W Twoim liście datowanym 9 grudnia 2004 (12:13:41) można przeczytać:

 Witaj lista!

 hejka

 nie wiem do konca jak wlaczyc w webalizerku aby statystyki generowane
 byly po polsku, wiem ze trzeba kompilowac z jezykiem polskim ale
 chcialem to miec po debianowemu...

 debian SID
 pakiecik debiana z apt
 czy musze sciagac source i robic pakiet z uwzglednieniem jezyka
 polskiego ??

 nie wiem cyz w konfigu czegos nie wystarczy zmienic ...

 probowalem zrobic pakiet z source i pokolei:

 zmienilem link symboliczny webalizer_lang.h do jezyka polskiego i
 dalej

 apt-get source webalizer
 apt-get build-dep webalizer
 dpkg-buildpackage -rfakeroot -uc -us
 dpkg -i webalizer


MA apt-get source webalizer
MA apt-get build-dep webalizer
MA dpkg-source -x webalizer_2.01.10-26.dsc
MA wchodzisz do katalogu webalizer.../po
MA i poprawiasz w pliku pl.po
MA Content-Type: text/plain; charset=iso-8859-1\n
MA na
MA Content-Type: text/plain; charset=iso-8859-2\n
MA potem wydajesz polecenie w katalogu webalizera:
MA fakeroot debian/rules binary
MA Jeżeli nie masz ustawionych LC_ALL=pl_PL
MA to dodatkowo wchodzisz do katalogu debian i edytujesz plik rules:
MA dopisując na końcu linijki ./configure ... -with-language=polish a
MA dopiero potem fakeroot.
MA Plik .deb znajduje się w katalogu nadrzędnym.

 ehm nie kumam robie dokladnie jak napisales i wszystko super ale nadal
 mam podczas wydawania komendy:

 /usr/bin/webalizer -c /etc/webalizer.conf
 Webalizer V2.01-10 (Linux) locale: C

 co dziwne niby mam locale polskie przy generowaniu oraz fonty polskie
 w /etc/locale.gen mam wpis:

 pl_PL ISO-8859-2

 pozniej generuje:

 ~# locale-gen
 Generating locales...
   pl_PL.ISO-8859-2... done
 Generation complete.

 a po:

 ~# locale
 LANG=POSIX
 LC_CTYPE=POSIX
 LC_NUMERIC=POSIX
 LC_TIME=POSIX
 LC_COLLATE=POSIX
 LC_MONETARY=POSIX
 LC_MESSAGES=POSIX
 LC_PAPER=POSIX
 LC_NAME=POSIX
 LC_ADDRESS=POSIX
 LC_TELEPHONE=POSIX
 LC_MEASUREMENT=POSIX
 LC_IDENTIFICATION=POSIX
 LC_ALL=

 no i jak to rozumiec ? :((( DEBIAN SID ??? eh pogubilem sie a
 webalizer nadal lazi po angielsku :D

MA Ale ze mnie pajac to miało isć na grupe a ja cię spamowałem.
MA A tak się zastanawiałęm dlaczego to nie włazi na grupe :D
MA dpkg-reconfigure locales
MA wybierz pl_PL
MA i sprawdz
MA /etc/environment
MA LC_ALL=pl_PL
MA wtedy debian będzie cały po polskiemu :D

uhm wszystko jak mowisz jest i nadal:

~# /usr/bin/webalizer -c /etc/webalizer.conf
Webalizer V2.01-10 (Linux) locale: C
Using logfile /var/lib/apache/logs/server_access_log (clf)
Creating output in /home/statystyki/server
Hostname for reports is 'server'
Reading history file... webalizer.hist
Generating report for November 2004
Generating report for December 2004
Generating summary report
Saving history information...
60991 records (3388 ignored) in 0.47 seconds


nie wiem juz


-- 
Pozdrowienia,
 bieniu gras



Re[4]: webalizer po polsku dokonczenie

2004-12-09 Thread bieniu gras
Witaj Marek,

W Twoim liście datowanym 9 grudnia 2004 (23:28:02) można przeczytać:

MA Witaj bieniu,

MA W Twoim liście datowanym 9 grudnia 2004 (23:20:09) można przeczytać:

 Witaj Marek,

 W Twoim liście datowanym 9 grudnia 2004 (21:08:32) można przeczytać:

MA Witaj bieniu,

MA Sory nie dokończyłem.

MA W Twoim liście datowanym 9 grudnia 2004 (12:13:41) można przeczytać:

 Witaj lista!

 hejka

 nie wiem do konca jak wlaczyc w webalizerku aby statystyki generowane
 byly po polsku, wiem ze trzeba kompilowac z jezykiem polskim ale
 chcialem to miec po debianowemu...

 debian SID
 pakiecik debiana z apt
 czy musze sciagac source i robic pakiet z uwzglednieniem jezyka
 polskiego ??

 nie wiem cyz w konfigu czegos nie wystarczy zmienic ...

 probowalem zrobic pakiet z source i pokolei:

 zmienilem link symboliczny webalizer_lang.h do jezyka polskiego i
 dalej

 apt-get source webalizer
 apt-get build-dep webalizer
 dpkg-buildpackage -rfakeroot -uc -us
 dpkg -i webalizer


MA apt-get source webalizer
MA apt-get build-dep webalizer
MA dpkg-source -x webalizer_2.01.10-26.dsc
MA wchodzisz do katalogu webalizer.../po
MA i poprawiasz w pliku pl.po
MA Content-Type: text/plain; charset=iso-8859-1\n
MA na
MA Content-Type: text/plain; charset=iso-8859-2\n
MA potem wydajesz polecenie w katalogu webalizera:
MA fakeroot debian/rules binary
MA Jeżeli nie masz ustawionych LC_ALL=pl_PL
MA to dodatkowo wchodzisz do katalogu debian i edytujesz plik rules:
MA dopisując na końcu linijki ./configure ... -with-language=polish a
MA dopiero potem fakeroot.
MA Plik .deb znajduje się w katalogu nadrzędnym.

 ehm nie kumam robie dokladnie jak napisales i wszystko super ale nadal
 mam podczas wydawania komendy:

 /usr/bin/webalizer -c /etc/webalizer.conf
 Webalizer V2.01-10 (Linux) locale: C

 co dziwne niby mam locale polskie przy generowaniu oraz fonty polskie
 w /etc/locale.gen mam wpis:

 pl_PL ISO-8859-2

 pozniej generuje:

 ~# locale-gen
 Generating locales...
   pl_PL.ISO-8859-2... done
 Generation complete.

 a po:

 ~# locale
 LANG=POSIX
 LC_CTYPE=POSIX
 LC_NUMERIC=POSIX
 LC_TIME=POSIX
 LC_COLLATE=POSIX
 LC_MONETARY=POSIX
 LC_MESSAGES=POSIX
 LC_PAPER=POSIX
 LC_NAME=POSIX
 LC_ADDRESS=POSIX
 LC_TELEPHONE=POSIX
 LC_MEASUREMENT=POSIX
 LC_IDENTIFICATION=POSIX
 LC_ALL=

 no i jak to rozumiec ? :((( DEBIAN SID ??? eh pogubilem sie a
 webalizer nadal lazi po angielsku :D

MA Ale ze mnie pajac to miało isć na grupe a ja cię spamowałem.
MA A tak się zastanawiałęm dlaczego to nie włazi na grupe :D
MA dpkg-reconfigure locales
MA wybierz pl_PL
MA i sprawdz
MA /etc/environment
MA LC_ALL=pl_PL
MA wtedy debian będzie cały po polskiemu :D

uhm wszystko jak mowisz jest i nadal:

~# /usr/bin/webalizer -c /etc/webalizer.conf
Webalizer V2.01-10 (Linux) locale: C
Using logfile /var/lib/apache/logs/server_access_log (clf)
Creating output in /home/statystyki/server
Hostname for reports is 'server'
Reading history file... webalizer.hist
Generating report for November 2004
Generating report for December 2004
Generating summary report
Saving history information...
60991 records (3388 ignored) in 0.47 seconds


nie wiem juz


-- 
Pozdrowienia,
 bieniu gras



Apache Webalizer.. changement du LogFormat

2004-10-25 Thread Benoit Lathiere

Bonjour,

Context : Woody/Apache1.3/Webalizer2.01.10

Comme tout le monde, j'ai un Apache (avec virtual hosts) qui écrit un log.
Celui-ci est lu par Webalizer pour faire mes stats.
Jusqu'à maintenant, le format du log Apache était combined.
Or, pour affiner mes stas, il me faut le nom de domaine servi.

1) est-ce bien le paramètre %v qu'il me faut pour avoir l'info sur le host 
du site ?

2) si je change en conséquence mon LogFormat/CustomeLog, Webalizer va-t-il garder son historique ou 
va-t-il remettre à 0 les compteurs du mois (ou de la semaine..) ??


3) plus généralement, comment Webalizer fait-il pour interpréter correctement le log d'Apache ? 
comment connait-il le LogFormat ?


évidemment, je modifierai ausi mon webalizer.conf pour spécifier explicitement 
les hôtes à compter.

merci d'avance,


Benoit.



Re: Apache Webalizer.. changement du LogFormat

2004-10-25 Thread François TOURDE
Le 12716ième jour après Epoch,
Benoit Lathiere écrivait:

 Bonjour,

 Context : Woody/Apache1.3/Webalizer2.01.10

 Comme tout le monde, j'ai un Apache (avec virtual hosts) qui écrit
 un log.

Euh... T'es sûr que tout le monde a ça ? :)

 Celui-ci est lu par Webalizer pour faire mes stats.
 Jusqu'à maintenant, le format du log Apache était combined.
 Or, pour affiner mes stas, il me faut le nom de domaine servi.

[...]

Et pourquoi ne pas générer un fichier de log par domaine servi? C'est
ce que j'utilise, et j'en suis très content. En plus, ça permet de
mettre en place facilement et de retirer tout aussi facilement un
domaine.

-- 
The best way to preserve a right is to exercise it, and the right to
smoke is a right worth dying for.



Re: Apache Webalizer.. changement du LogFormat

2004-10-25 Thread Benoit Lathiere

François TOURDE a écrit:

Le 12716ième jour après Epoch,
Benoit Lathiere écrivait:



Celui-ci est lu par Webalizer pour faire mes stats.
Jusqu'à maintenant, le format du log Apache était combined.
Or, pour affiner mes stas, il me faut le nom de domaine servi.



[...]

Et pourquoi ne pas générer un fichier de log par domaine servi? C'est
ce que j'utilise, et j'en suis très content. En plus, ça permet de
mettre en place facilement et de retirer tout aussi facilement un
domaine.




J'ai 2 gestions de stats. Pour faire court, je n'utilise ici qu'un seul log car 1 stat doit tout 
comptabiliser (quelque soit le domaine) et l'autre ne doit extraire que quelques valeur (par rapport 
à un servername donné + une URL...).


Plus généralement, comment Webalizer fait-il pour connaître l'enchaînement des paramètres (les 
lettres précédées des %) de LogFormat définis dans le conf du serveur web ?

Fait-il une déduction des infos trouvées dans le log ?


Benoit



Re: Apache Webalizer.. changement du LogFormat

2004-10-25 Thread François TOURDE
Le 12716ième jour après Epoch,
Benoit Lathiere écrivait:

 François TOURDE a écrit:
 Le 12716ième jour après Epoch,
 Benoit Lathiere écrivait:

Celui-ci est lu par Webalizer pour faire mes stats.
Jusqu'à maintenant, le format du log Apache était combined.
Or, pour affiner mes stas, il me faut le nom de domaine servi.
 [...]
 Et pourquoi ne pas générer un fichier de log par domaine servi? C'est
 ce que j'utilise, et j'en suis très content. En plus, ça permet de
 mettre en place facilement et de retirer tout aussi facilement un
 domaine.



 J'ai 2 gestions de stats. Pour faire court, je n'utilise ici qu'un
 seul log car 1 stat doit tout comptabiliser (quelque soit le domaine)
 et l'autre ne doit extraire que quelques valeur (par rapport à un
 servername donné + une URL...).

Ben tu fais deux appels à Webalizer. Le premier est une boucle sur
l'ensemble de tes hostnames, avec un fichier de config particulier à
chaque hostname. Le second après avoir fait par exemple un mergelog[1]
(merci bert) de tes logs.

 Plus généralement, comment Webalizer fait-il pour connaître
 l'enchaînement des paramètres (les lettres précédées des %) de
 LogFormat définis dans le conf du serveur web ?
 Fait-il une déduction des infos trouvées dans le log ?

A priori, il utilise le format CLF[2]

HTH.

[1] - http://mergelog.sourceforge.net/ ou apt-get install mergelog
[2] - http://www.bacuslabs.com/WsvlCLF.html

-- 
Rule of Creative Research:
(1) Never draw what you can copy.
(2) Never copy what you can trace.
(3) Never trace what you can cut out and paste down.



¡¡Solucionado!!Cómo hacer que Webalizer diga de dónde son las IP

2004-07-06 Thread Jorge Giménez Mayorgas

Hola.

Me costó un poco entenderlo pero al final lo conseguí. Gracias .


At 22:49 05/07/2004 +0200, you wrote:

On Mon, 05 Jul 2004 18:48:24 +0200
Jorge Giménez Mayorgas [EMAIL PROTECTED] escribio:


 ¿Alguna idea?

 Atentamente,

Creo recordar que tienes que hacer una especie de base de datos de dns o 
de ip para que te diga de donde es cada ip.


Me parece que en la ayuda de webalizer aparece. Creo que la instrucción es 
webazolver. pero compruebalo antes de hacer nada ;)


--
http://vctrsnts.dyndns.org
Hay 10 tipos de personas en este mundo.
Las que saben binario y las que no.


Atentamente,

Jorge Giménez

Registered Linux User 191803




Cómo hacer que Webalizer diga de dónde son las IP

2004-07-05 Thread Jorge Giménez Mayorgas

Hola listeros.


Tengo una máquina con Tengo una máquina Debian con Apache 1.31+PHP 4.3.4 + 
MySQL 4.0 + Postgresql 7.4.
El webalizer lo tengo configurado para dominio virtual con un 
webalizer.conf específico.
Me he fijado que en la web de Webalizer y en otras que muestran sus 
estadísticas de acceso, las estadísticas muestran el pais del que proviene 
la ip.
Pero en mis estadísticas me dice que todas son desconocidas. He revisado la 
configuración pero no aparece ningún parámetro relativo al tema.
También he mirado en http://www.mrunix.com/faq.html y tampoco. En Bulma 
también encontré información sobre webalizer pero nada.


¿Alguna idea?

Atentamente,

Jorge Giménez

Registered Linux User 191803




Re: Cómo hacer que Webalizer diga de dónde son las IP

2004-07-05 Thread VctrSnts
On Mon, 05 Jul 2004 18:48:24 +0200
Jorge Giménez Mayorgas [EMAIL PROTECTED] escribio:

 
 ¿Alguna idea?
 
 Atentamente,

Creo recordar que tienes que hacer una especie de base de datos de dns o de ip 
para que te diga de donde es cada ip.

Me parece que en la ayuda de webalizer aparece. Creo que la instrucción es 
webazolver. pero compruebalo antes de hacer nada ;)

-- 
http://vctrsnts.dyndns.org
Hay 10 tipos de personas en este mundo.
Las que saben binario y las que no.



compilation webalizer + dns

2004-06-29 Thread bobbydjo
Bonjour.

J'essaie de compiler webalizer avec le support dns; pour cela il faut
le support db berkeley. Or il existe une foultitude de différentes
librairies berkeley (v 1,2,3 et 4), et j'ai donc installé la
libdb2-dev mais lors du ./configure --enable-dns, j'obtiens un message
d'erreur me disant qu'il n'a pas trouvé ce qu'il lui est nécessaire.
Ni le site de webalizer ni celui de berkeley db n'offre de grande
explication à ce sujet et j'aimerai ainsi savoir si quelqu'un a déjà
compilé cela ainsi et si oui comment.

merci

S.

-- 
Si tu ramasses un coquillage et que tu le portes à ton oreille, tu
entendras la mer. Si tu le portes à ta poitrine, il entendra ton
coeur.  -+- Philippe Geluck, Le chat -+-



[Résolu]Re: compilation webalizer + dns

2004-06-29 Thread bobbydjo
Voilà problème résolu, fallait juste prendre la libdb4.2-dev, celle
qui contient le fichier db_185.h.

Pardon pour le bruit.

Bonne fin de journée

Le mar 29 jun 2004 à 12 h 42, bobbydjo prit sa plus fine plume pour
écrire:

 Bonjour.
 
 J'essaie de compiler webalizer avec le support dns; pour cela il
 faut le support db berkeley. Or il existe une foultitude de
 différentes librairies berkeley (v 1,2,3 et 4), et j'ai donc
 installé la libdb2-dev mais lors du ./configure --enable-dns,
 j'obtiens un message d'erreur me disant qu'il n'a pas trouvé ce
 qu'il lui est nécessaire.

 Ni le site de webalizer ni celui de
 berkeley db n'offre de grande explication à ce sujet et j'aimerai
 ainsi savoir si quelqu'un a déjà compilé cela ainsi et si oui
 comment.
 
 merci
 
 S.
 
 -- 
 Si tu ramasses un coquillage et que tu le portes à ton oreille, tu
 entendras la mer. Si tu le portes à ta poitrine, il entendra ton
 coeur.-+- Philippe Geluck, Le chat -+-
 
 


-- 
Garde-toi, tant que tu vivras,
De juger des gens sur la mine.
-+- Jean de La Fontaine (1621-1695), 
Le Cocher, le Chat et le Souriceau (Fables VI.5) -+-



Re: compilation webalizer + dns

2004-06-29 Thread François TOURDE
Le 12598ième jour après Epoch,
[EMAIL PROTECTED] écrivait:

 Bonjour.

 J'essaie de compiler webalizer avec le support dns; pour cela il faut
 le support db berkeley. Or il existe une foultitude de différentes
 librairies berkeley (v 1,2,3 et 4), et j'ai donc installé la
 libdb2-dev mais lors du ./configure --enable-dns, j'obtiens un message
 d'erreur me disant qu'il n'a pas trouvé ce qu'il lui est nécessaire.
 Ni le site de webalizer ni celui de berkeley db n'offre de grande
 explication à ce sujet et j'aimerai ainsi savoir si quelqu'un a déjà
 compilé cela ainsi et si oui comment.

Sinon, tu as l'alternative de faire un logresolve avant de traiter
tes logs.

-- 
You will have long and healthy life.



Re: compilation webalizer + dns

2004-06-29 Thread Patrice OLIVER
Bonjour,

Je conseille de télécharger db-4.2.52.NC.tar.gz sur le site berkeley.
Celà résoud pas mal de problèmes dans les produits qui utilisent le
support db berkeley (notament openldap).

Bon courage.

François TOURDE a écrit :
 Le 12598ième jour après Epoch,
 [EMAIL PROTECTED] écrivait:

 Bonjour.

 J'essaie de compiler webalizer avec le support dns; pour cela il faut
 le support db berkeley. Or il existe une foultitude de différentes
 librairies berkeley (v 1,2,3 et 4), et j'ai donc installé la
 libdb2-dev mais lors du ./configure --enable-dns, j'obtiens un message
 d'erreur me disant qu'il n'a pas trouvé ce qu'il lui est nécessaire.
 Ni le site de webalizer ni celui de berkeley db n'offre de grande
 explication à ce sujet et j'aimerai ainsi savoir si quelqu'un a déjà
 compilé cela ainsi et si oui comment.

 Sinon, tu as l'alternative de faire un logresolve avant de traiter
 tes logs.

 --
 You will have long and healthy life.


 --
 Pensez à lire la FAQ de la liste avant de poser une question :
 http://wiki.debian.net/?DebianFrench

 Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




--
Patrice OLIVER
Responsable Réseaux  Sécurité
   HOSPICES CIVILS DE BEAUNE
BP 104
  21203 BEAUNE Cedex

  Tél. 03 80 24 44 09
  Fax  03 80 24 45 90
--




Re: compilation webalizer + dns

2004-06-29 Thread bobbydjo
Le mardi 29 jun 2004 à 15 h 28, François prit sa plus fine plume pour
écrire:

 Le 12598ième jour après Epoch,
 [EMAIL PROTECTED] écrivait:
 
  Bonjour.
 
  J'essaie de compiler webalizer avec le support dns; pour cela il
  faut le support db berkeley. Or il existe une foultitude de
  différentes librairies berkeley (v 1,2,3 et 4), et j'ai donc
  installé la libdb2-dev mais lors du ./configure --enable-dns,
  j'obtiens un message d'erreur me disant qu'il n'a pas trouvé ce
  qu'il lui est nécessaire. Ni le site de webalizer ni celui de
  berkeley db n'offre de grande explication à ce sujet et j'aimerai
  ainsi savoir si quelqu'un a déjà compilé cela ainsi et si oui
  comment.
 
 Sinon, tu as l'alternative de faire un logresolve avant de traiter
 tes logs.

merci, je ne connaissais pas. Bien pratique en effet. Mais j'ai
finalement réussi à compiler webalizer avec l'option dns. Maintenant
me reste plus qu'à comprendre pourquoi il ne m'affiche qu'un seul jour
dans le résultat..

 
 -- 
 You will have long and healthy life.
 
 
 -- 
 Pensez à lire la FAQ de la liste avant de poser une question :
 http://wiki.debian.net/?DebianFrench
 
 Pensez à rajouter le mot ``spam'' dans vos champs From et
 Reply-To:
 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 


-- 
Éternellement la science des maîtres passera dans
le coeur des disciples, dans un grand silence attentif,
comme cette huile rousse de mes collines qui coule du
pressoir dans la jarre par un long fil d'or immobile,
sans faire de bulles, sans faire de bruit.
-+- Marcel Pagnol -+-



Re: ntop, webalizer und rotierende logs

2004-06-13 Thread Jonas Meurer
On 13/06/2004 Rainer Bendig, Digitally Impressed wrote:
 beim webalizer war mir das schon bekannt, gibt es ein workaround?
 
 webalizer hat kein Problem mit rotierenden Logfiles. Das wäre für 
 viele Provider nen kleines Verhängnis. Webalizer arbeitet zum 
 Bleistift mit den Optionen

alle diese optionen (bis auf ignorehist no) habe ich, also müßte
webalizer richtig auswerten.

Was anderes. Gibt es irgendwo eine gescheite Doku wie ich webalizer nach
virtualhosts aufteile? ich habe zur zeit ein selbstgeschriebenes script,
das aber nicht so abgeht.

 wie ist das mit ntop, liegt das da überhaupt an rotierenden loggs?
 
 ntop wertet afaik keine Logs aus, sondern nur den real-time-traffic 
 allerdings kann ich mich da auch gewaltig irren, ich hab das zuletzt 
 ähm 2002 eingesetzt ...

Hat dann irgendwer eine Idee, warum auswertung der 'totalen traffic'
etc. so stark schwanken?

bye
 jonas



ntop, webalizer und rotierende logs

2004-06-12 Thread Jonas Meurer
moin,

könnte es sein, dass ntop und webalizer beide durch logrotate unnützlich
werden? beide analysis-tools zeigen mir immer wieder neue, kleinere
statistik-werte an, die darauf hindeuten, dass die loggs irgendwie
rotiert werden.

beim webalizer war mir das schon bekannt, gibt es ein workaround?

wie ist das mit ntop, liegt das da überhaupt an rotierenden loggs?

bye
 jonas



Re: ntop, webalizer und rotierende logs

2004-06-12 Thread Sven Hartge
Jonas Meurer [EMAIL PROTECTED] wrote:

 könnte es sein, dass ntop und webalizer beide durch logrotate
 unnützlich werden? beide analysis-tools zeigen mir immer wieder neue,
 kleinere statistik-werte an, die darauf hindeuten, dass die loggs
 irgendwie rotiert werden.

Webalizer kennt incremental als Option, die _genau_ dafür geschaffen
worden ist.

Oder willst du, nur damit die Statistiken richtig sind, die dann
Terabyte-großen Logs der letzten zwei Jahre aufheben?

Bei Maschinen, bei denen der Apache pro Tag schon knapp 40MB Logs
generiert, muss man täglich rotieren, sonst rotiert etwas ganz anderes.

S°

-- 
BOFH excuse #51:

Cosmic ray particles crashed through the hard disk platter


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: ntop, webalizer und rotierende logs

2004-06-12 Thread Rainer Bendig, Digitally Impressed
Jonas Meurer schrieb am 13.06.2004 02:29:
beim webalizer war mir das schon bekannt, gibt es ein workaround?
wie ist das mit ntop, liegt das da überhaupt an rotierenden loggs?
ntop wertet afaik keine Logs aus, sondern nur den real-time-traffic 
allerdings kann ich mich da auch gewaltig irren, ich hab das zuletzt 
ähm 2002 eingesetzt ...

webalizer hat kein Problem mit rotierenden Logfiles. Das wäre für 
viele Provider nen kleines Verhängnis. Webalizer arbeitet zum 
Bleistift mit den Optionen

HistoryName foo.bar
IgnoreHist no
Incremental yes
IncrementalName foo2.bar2
einwandfrei ;) zumindest auf meinen Kisten.
--
so long,
Rainer Bendig aka mindz PGP/GPG key  (ID: 0x247FECD5)
http://DigitallyImpressed.com   get it from wwwkeys.de.pgp.net
for contacting me take a look on http://digitallyimpressed.com/contact
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Pequeñas dudas con webalizer

2004-06-02 Thread VctrSnts
Buenas.

A ver si alguien puede echarme una mano con una duda que tengo en la
configuración del webalizer.

Mi problema es que en el fichero de configuración tengo las siguiente
opciones: 
GroupURL/fotos/*  Fotos
GroupURL/cgi-bin/* CGI Scripts

Entiendo que es para agrupar y mostrar con el nombre que pongo a
continuación en la estadistica. Pero observo que hay algunas veces que
tengo accesos a web (por ejemplo fotos) y a veces me muestra el nombre y
otras veces veo (/fotos/madrid/). Cual puede ser el problema. Espero que
este explicado.

Asi mismo tambien tengo otro problema que es el siguiente, tengo puesto las
instrucciones:
GroupSite   *.google.com
GroupSite   *.yahoo.com
GroupReferrer   google.com/ Google
GroupReferrer   yahoo.com/  Yahoo!

Pero en las estadisticas veo que a veces me muestra *.google.com o no me
muestra nada. Lo que me pregunto, es si estas instrucciones no sirven para
agrupar las conexiones que vienen de por ejemplo google.com?
Cual puede ser el problema?

Gracias a ver si alguien puede echarme una mano

-- 
http://vctrsnts.dyndns.org
Hay 10 tipos de personas en este mundo.
Las que saben binario y las que no.



log apache + sasser + webalizer

2004-05-25 Thread bobby debian
Bonjour.

Depuis quelque temps maintenant , mes logs d'apache sont remplis par
les attaques concernant la faille exploitées par le vers Sasser; bien
sûr cela ne nous concerne pas directement; par contre, webalizer
n'aime pas du tout ces log, ce qui fait que les pages générées par lui
sont fausses.

Pour rappel, les log incriminés sont de la forme:

\x90\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\
x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\x
b1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\

etc... sur des pages et des pages..

Ma question est la suivante: comment peut-on faire pour virer ces logs
(je le fais à la main pour l'instant) de
manière automatique de telle façon que mon webalizer s'y retrouve à
nouveau?


Merci pour toutes suggestions.

S.



-- 
 ca y est j'ai acheté mandrake a la fnac 
 je vais devenir UN LINUX GOUROU
 -+- taco2 in Guide du Petit Joueur : Con-Gourou -+-



Re: log apache + sasser + webalizer

2004-05-25 Thread Damien POBEL
Le mar 25/05/2004 à 09:16, bobby debian a écrit :
 Bonjour.
Salut,

 
 Depuis quelque temps maintenant , mes logs d'apache sont remplis par
 les attaques concernant la faille exploitées par le vers Sasser; bien
 sûr cela ne nous concerne pas directement; par contre, webalizer
 n'aime pas du tout ces log, ce qui fait que les pages générées par lui
 sont fausses.
 
 Pour rappel, les log incriminés sont de la forme:
 
 \x90\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\
 x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\x
 b1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\
t sur que ça vient de Sasser ? Parce que Sasser n'attaque pas sur le
port 80 ni . Je pencherais plutôt pour une exploitation d'une faille de
IIS ou Apache... bref, j'ai le même genre de requêtes...

[...]
 Ma question est la suivante: comment peut-on faire pour virer ces logs
 (je le fais à la main pour l'instant) de
 manière automatique de telle façon que mon webalizer s'y retrouve à
 nouveau?
j'imagine que tu lances webalizer par un cron toutes les x heures, tu
peux peut-être avant de faire ça filtrer tes logs avec un bon vieux grep
du genre: cat /var/log/apache/access.log | grep -v '\x02\xb1' 
/tmp/access.log puis lancer webalizer sur le nouveau log.
Bon c'est peut être pas très élégant et ça peut prendre un peu de temps
si tu as beaucoup de log, mais ça devrait marcher...

 
 
 Merci pour toutes suggestions.
 
 S.
-- 
Damien POBEL
http://zeimg.free.fr http://dpobel.free.fr



webalizer deutsch

2004-03-23 Thread Thomas Steinborn
Hallo zusammen!

Gibt es eine Möglichkeit apt-get bei der Installation von webalizer zu 
sagen, daß es statt Englisch Deutsch verwenden soll oder muß man dafür 
webalizer selbst kompilieren und ihm mit ./configure 
--with-language=german sagen, welche Sprache benutzt werden soll.

Besten Dank für jeden Hinweis

Gruss Thomas

--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


  1   2   >