Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

w3c log format different on IIS6.0?

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Question on Virtual Website definition  
Author Message
junkvaluesnota

External


Since: Apr 21, 2004
Posts: 1



(Msg. 1) Posted: Wed Apr 21, 2004 11:16 am
Post subject: w3c log format different on IIS6.0?
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I am using a thrid party log parser. It doesn't parse IIS 6.0 log file
format.

The different is this:

New IIS 6.0 W3C logs it in this order:
#Fields: date time s-sitename s-computername s-ip
cs-method cs-uri-stem cs-uri-query s-port
cs-username c-ip cs-version cs(User-Agent)
cs(Cookie) cs(Referer) cs-host sc-status
sc-win32-status sc-bytes cs-bytes time-taken


While IIS 5.0 W3C log files LOG in this format:

#Fields: date time c-ip cs-username
s-sitename s-computername s-ip s-port cs-method
cs-uri-stem cs-uri-query sc-status sc-win32-status
sc-bytes cs-bytes time-taken cs-version cs-host
cs(User-Agent) cs(Cookie) cs(Referer)


Can I bring the new IIS 6.0 to log in the same old pattern. The options in
the property window for the logging TAB looks the same both in IIS 5.0 and
6.0.

Please advice.

Thank You!

LIN

 >> Stay informed about: w3c log format different on IIS6.0? 
Back to top
Login to vote
jerryiii1

External


Since: Jan 27, 2004
Posts: 26



(Msg. 2) Posted: Wed Apr 21, 2004 11:16 am
Post subject: Re: w3c log format different on IIS6.0? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The w3c log format doesn't mean the fields will be logged in a particular
order, that's why everybody who logs in that format needs to output the
#Fields line in the log file so parsers can lookup specific fields. Your
problem is not IIS but the parser, it's clearly incapable of parsing W3C
format log files.

Jerry

"LIN" <junkvaluesnotallowed.TakeThisOut@football.com> wrote in message
news:ul5P5n0JEHA.228@TK2MSFTNGP10.phx.gbl...
 > Hi,
 >
 > I am using a thrid party log parser. It doesn't parse IIS 6.0 log file
 > format.
 >
 > The different is this:
 >
 > New IIS 6.0 W3C logs it in this order:
 > #Fields: date time s-sitename s-computername s-ip
 > cs-method cs-uri-stem cs-uri-query s-port
 > cs-username c-ip cs-version cs(User-Agent)
 > cs(Cookie) cs(Referer) cs-host sc-status
 > sc-win32-status sc-bytes cs-bytes time-taken
 >
 >
 > While IIS 5.0 W3C log files LOG in this format:
 >
 > #Fields: date time c-ip cs-username
 > s-sitename s-computername s-ip s-port cs-method
 > cs-uri-stem cs-uri-query sc-status sc-win32-status
 > sc-bytes cs-bytes time-taken cs-version cs-host
 > cs(User-Agent) cs(Cookie) cs(Referer)
 >
 >
 > Can I bring the new IIS 6.0 to log in the same old pattern. The options in
 > the property window for the logging TAB looks the same both in IIS 5.0 and
 > 6.0.
 >
 > Please advice.
 >
 > Thank You!
 >
 > LIN
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: w3c log format different on IIS6.0? 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 3) Posted: Wed Apr 21, 2004 12:40 pm
Post subject: Re: w3c log format different on IIS6.0? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

No, you cannot change this. The log analyser should be smart enough to do
this anyway. There are a fields line the log analyser can read to find out
the order, so there were really no reason for the developers to hard code
it.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com/" target="_blank">http://www.ilopia.com/</a>


"LIN" <junkvaluesnotallowed.RemoveThis@football.com> wrote in message
news:ul5P5n0JEHA.228@TK2MSFTNGP10.phx.gbl...
 > Hi,
 >
 > I am using a thrid party log parser. It doesn't parse IIS 6.0 log file
 > format.
 >
 > The different is this:
 >
 > New IIS 6.0 W3C logs it in this order:
 > #Fields: date time s-sitename s-computername s-ip
 > cs-method cs-uri-stem cs-uri-query s-port
 > cs-username c-ip cs-version cs(User-Agent)
 > cs(Cookie) cs(Referer) cs-host sc-status
 > sc-win32-status sc-bytes cs-bytes time-taken
 >
 >
 > While IIS 5.0 W3C log files LOG in this format:
 >
 > #Fields: date time c-ip cs-username
 > s-sitename s-computername s-ip s-port cs-method
 > cs-uri-stem cs-uri-query sc-status sc-win32-status
 > sc-bytes cs-bytes time-taken cs-version cs-host
 > cs(User-Agent) cs(Cookie) cs(Referer)
 >
 >
 > Can I bring the new IIS 6.0 to log in the same old pattern. The options in
 > the property window for the logging TAB looks the same both in IIS 5.0 and
 > 6.0.
 >
 > Please advice.
 >
 > Thank You!
 >
 > LIN
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: w3c log format different on IIS6.0? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Different IIS Log Format, why? - I have a problem with logging in IIS 5.0. I have a production website and a test website. On the production web I would like to install a log reader/reporting tool. However, the log file format seems to be unreadable... it is different from the standard....

Date Format Changes in IIS 4.0 - I've had odd occurrences where the date format changes from mm/dd/ccyy to mm/dd/yy when retrieving from IIS 4.0 - retrieve it from anywhere else on the server, it is correct. When it occurs, this causes ASP pages to get confused since the code is..

Active Log Format - I go into IIS (Windows 2000 Server) and for the individual website properties and setup, Active log format. However the W3C Extended Log File Format does nothing, my other Windows server works fine. I know the SQL programmers changed some setting could..

date format - hi, the clock on our server is set for GMT but it is being displayed in the american format mm/dd/yy. how can we change these settings so that the date will be displayed as dd/mm/yy. any help on the matter would be appreciated. Kind Regards, Oliver..

asp date format - I have an access 2000 db with a date of birth field in uk format dd/mm/yyyy. I have a simple sql query in an asp page which needs to find if 2 dates are the same. Whenever i send a date variable to the access database thro my query no results are..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]