Web Server Log ?

  • Thread starter Thread starter Frank S
  • Start date Start date
F

Frank S

Windows 2000 web server.

Usually I see GET, as in...

05:41:35 24.8.75.234 GET /index.htm 200

But sometimes I see HEAD, as in...

05:17:14 152.163.252.33 HEAD /info.htm 200

What's the difference?

Also, is there a place on the web to find a concise list of error codes? as
in...

411, 500

Thanks,

-Frank
 
Thank you, that did help.

Also, do you know how I can tell how many users are logged onto my W2K Web
server at any given time?

Thanks,

-Frank


Dave Patrick said:
This may help.

http://support.microsoft.com/?kbid=318380

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

Frank S said:
Windows 2000 web server.

Usually I see GET, as in...

05:41:35 24.8.75.234 GET /index.htm 200

But sometimes I see HEAD, as in...

05:17:14 152.163.252.33 HEAD /info.htm 200

What's the difference?

Also, is there a place on the web to find a concise list of error codes? as
in...

411, 500

Thanks,

-Frank
 
From a command prompt;
net sess

There may be a better IIS type of answer. Ask them in inetserver.iis and or
inetserver.iis.ftp
 
The net command seems to only show the internal connections, not the
external web connections.

Thanks for the inetserver group advice though. I'll head over there.

-Frank


Dave Patrick said:
From a command prompt;
net sess

There may be a better IIS type of answer. Ask them in inetserver.iis and or
inetserver.iis.ftp

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

Frank S said:
Thank you, that did help.

Also, do you know how I can tell how many users are logged onto my W2K Web
server at any given time?

Thanks,

-Frank
 
Back
Top