Re: Webalizer SOS

2001-10-15 Thread Russell Coker
On Mon, 15 Oct 2001 11:30, Marcin Sochacki wrote: > > Does anyone know how to get webalizer to > > re-read all the apache log files ? > > > > Even the gunzipped ones ? > > Remove the webalizer.current file and then specify all the logfiles, > one by one on the command line. Eg.: > > webalizer -c /e

Re: Webalizer SOS

2001-10-15 Thread Russell Coker
On Mon, 15 Oct 2001 11:30, Marcin Sochacki wrote: > > Does anyone know how to get webalizer to > > re-read all the apache log files ? > > > > Even the gunzipped ones ? > > Remove the webalizer.current file and then specify all the logfiles, > one by one on the command line. Eg.: > > webalizer -c /

Re: Webalizer SOS

2001-10-15 Thread Marcin Sochacki
On Mon, Oct 15, 2001 at 10:16:41AM +0200, Craig wrote: > Hi debian community > > Does anyone know how to get webalizer to > re-read all the apache log files ? > > Even the gunzipped ones ? Remove the webalizer.current file and then specify all the logfiles, one by one on the command line. Eg.:

Re: Webalizer SOS

2001-10-15 Thread Marcin Sochacki
On Mon, Oct 15, 2001 at 10:16:41AM +0200, Craig wrote: > Hi debian community > > Does anyone know how to get webalizer to > re-read all the apache log files ? > > Even the gunzipped ones ? Remove the webalizer.current file and then specify all the logfiles, one by one on the command line. Eg.:

Re: Webalizer SOS

2001-10-15 Thread Remco van de Meent
Craig wrote: > > Does anyone know how to get webalizer to > re-read all the apache log files ? > for a in /var/log/apache/access.log*; do webalizer $a; done ? regards, Remco. -- :: Remco van de Meent :: [EMAIL PROTECTED] :: http://remco.vandemeent.net/

Re: Webalizer SOS

2001-10-15 Thread Remco van de Meent
Craig wrote: > > Does anyone know how to get webalizer to > re-read all the apache log files ? > for a in /var/log/apache/access.log*; do webalizer $a; done ? regards, Remco. -- :: Remco van de Meent :: [EMAIL PROTECTED] :: http://remco.vandemeent.net/ -- To UNSUBSCRIBE, email to [EMAIL