Hi there,
I have installed the awstats in combination with Tomcat Jakarta. The .logfiles are even simple. I found that the http request method POST isn't considered by the awstats.
here is a sample of the .log
217.7.195.186 – - [03/Feb/2009:10:37:41 +0100] "POST /adobe/Download HTTP/1.1" 200 4 "null" "Java/1.6.0_10"
To get a statistic result I first renamed inside the tomcat log all of the POST into GET and get a proper result of the traffic and statistics.
Then I changed inside the awstats.pl this here: print "<form name=\\"FormDateFilter\\" method=\\"post\\" action=\\""
. XMLEncode("$AWScript?${NewLinkParams}")
My question is how can i get the complete statistic for both http requests POST and GET?
Thanks in advance and regards,
Heiko