AWStats MiscTrackerUrl help needed ..
Hi,OS : Windows 2003
Control panel : HELM
AWstats : 5.6
Perl : ActivePerl 5.8.0 build 806
I have tried search around for the awstats sourceforge forum and no avail.
I have add in the below line on the domain.conf file :
MiscTrackerUrl="C:\Domains\domain.com\wwwroot\js\awstats_misc_tracker.js"
ShowScreenSizeStats=1
ShowMiscStats=ajdfrqwp
and the log format is :
LogFormat = ""%time2 %host %logname %method %url %query %code %bytesd %other %ua %referer"
I was so curious as the "?" is not showing up in the log file :
2003-09-19 21:01:46 W3SVC7197 SERVER1 123.123.123.123 GET /js/awstats_misc_tracker.js SCREEN=1024x768&CDI=32&JAVA=true&UC=UserCode1063929682390r5053&SC=SessionCode1063998284905r2269&SHK=Y&FLA=Y&RP=Y&MOV=Y&WMA=Y&PDF=Y 80 - 123.123.123.123 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322) UserCode=UserCode1063929682390r5053;+SessionCode=SessionCode1063998284905r2269 http://domain.com/ domain.com 200 0 64 0 586 265
Below is the last line in awstats_misc_tracker.js which came in default by awstats :
document.write('<img src="'+awstatsmisctrackerurl+'?SCREEN='+TRKscreen+'&CDI='+TRKcdi+'&JAVA='+TRKjava+'&UC='+TRKusercode+'&SC='+TRKsessioncode+'&SHK='+TRKshk+'&FLA='+TRKf la+'&RP='+TRKrp+'&MOV='+TRKmov+'&WMA='+TRKwma+'&PDF='+TRKpdf+'" height=0 width=0 border=0>')
cs-uri-query is enabled in IIS log option ( all option is checked though ).
Anyone have this problem before?
Thanks,