"Jan Becher" <Jan.Becher@sletdetteher.mail.tele.dk> wrote in message
news:9l1m9i$3011$1@news.cybercity.dk...
> I am running a Apache on Linux and one on Windows2000.
> On my linux box I am using tail -f access_log to monitor the server, but
can
> I do something similar on the Win2000?
Sure, you can use tail or less just as you would on a linux-system.
Just install cygwin (
http://www.cygwin.com ). Then you will have many of
the standard tools from linux available in windows.
If you don't want to install the entire package, you actually just need
"tail.exe" or "less.exe", and the "cygwin1.dll" file.
The dll is in this package:
ftp://sunsite.auc.dk/mirrors/cygwin/latest/cygwin/cygwin-1.3.2-1.tar.gz
Less is in this one:
ftp://sunsite.auc.dk/mirrors/cygwin/latest/less/less-358-3.tar.gz
Sorry, don't know where tail is. But you can just "less" the file, and press
"shift-F".
Kind regards,
Niels Andersen