Re: Stop logging of localhost
From: karl levinson, mvp (levinson_k_at_despammed.com)
Date: 11/19/05
- Next message: MoF: "Server.CreateObject("Scripting.FileSystemObject")"
- Previous message: David Wang [Msft]: "Re: Stop logging of localhost"
- In reply to: David Wang [Msft]: "Re: Stop logging of localhost"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 19 Nov 2005 09:17:11 -0500
It is possible however to set up a second virtual web server folder/instance
within your IIS that shares up the same files, and disable logging on that
web server. You can bind that web server to 127.0.0.1 if you ensure the
first web server is not bound to that IP or to "all IP addresses." This
should remove local accesses from your web log.
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:u%23ns4MM7FHA.3136@TK2MSFTNGP09.phx.gbl...
> 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!
>
>
>
- Next message: MoF: "Server.CreateObject("Scripting.FileSystemObject")"
- Previous message: David Wang [Msft]: "Re: Stop logging of localhost"
- In reply to: David Wang [Msft]: "Re: Stop logging of localhost"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|