Re: Stop logging of localhost
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 11/19/05
- Previous message: Ratatooie: "Re: Page Cannot Be Displayed with SSL (not 443port)"
- In reply to: Jeff: "Stop logging of localhost"
- Next in thread: karl levinson, mvp: "Re: Stop logging of localhost"
- Reply: karl levinson, mvp: "Re: Stop logging of localhost"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 18 Nov 2005 20:09:40 -0800
IIS logging is controlled by URL, not IP Address. So, if you make a request
to a URL on the server, IIS will log it, unless you configure IIS to not log
access to that URL, period.
In general, IIS does not offer any conditional "filtering" operations on the
log file. Presumably, you want IIS to first log everything (or subset of
columns), selected by URL namespace, and then you run tools like LogParser
on the log to filter/extract the subset, import it into SQL for further
analysis, etc.
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "Jeff" <topnikko@hotmail.com.discuss> wrote in message news:OLZZHkt6FHA.1944@TK2MSFTNGP14.phx.gbl... Can someone tell me how to stop logging localhost or particular IP addresses in IIS 5.1? Also, anyway way to block IP addresses with IIS 5.1 short of the Windows Firewall or a hardware firewall? Thx!
- Previous message: Ratatooie: "Re: Page Cannot Be Displayed with SSL (not 443port)"
- In reply to: Jeff: "Stop logging of localhost"
- Next in thread: karl levinson, mvp: "Re: Stop logging of localhost"
- Reply: karl levinson, mvp: "Re: Stop logging of localhost"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|