I have a number of extra sections defined in my conf file. I also have the OnlyFiles parameter set. My question is: I know that the data for the report will adhere to whatever I have defined in OnlyFiles but will the Extra Sections also adhere to that? And If not, how should I ensure that my Extra sections only show the stats for the data specified by OnlyFiles parameter ?
For eg:- A couple of lines in my log file are as below, one with app=cdo and one iwth app=aip
127.0.0.1 [19/Mar/2010:19:13:51 -0400] "PUT /resources/createGraph/6?app=aip H TTP/1.1" 200 234 "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.18) Gecko/2010020220 Firefox/3.0.18"
127.0.0.1 [19/Mar/2010:19:13:52 -0400] "GET /resources/createGraph/graph?app=c do HTTP/1.1" 200 47314 "Mozilla/5.0 (Wi ndows; U; Windows NT 5.1; en-US; rv:1.9 .0.18) Gecko/2010020220 Firefox/3.0.18"
When AWStats starts parsing a log file it immediately drops records that do not match the OnlyFiles directive. So you should not have any surprise with your extra section.