And generate about traffic statistics etc?
views:
153answers:
4
A:
I would imagine that if you can configure the server to output into a standard log format, most stats/log programs would be able to handle it without issue.
You could use free programs such as AWStats (http://awstats.sourceforge.net/) or Webtrends if you have the budget.
If you can't configure the server to output anything in a standard format, you could use a tool like Log Parser from Microsoft (http://www.microsoft.com/technet/scriptcenter/tools/logparser/default.mspx), but you would have to write a query to get the specific data you are looking for.
rifferte
2009-03-07 02:32:46
A:
Your best bet is to configure the logs to be in 'common' log format and use the myriad of tools that can parse this format.
Jan Jungnickel
2009-03-07 02:43:57