
#Wordpress awstats update
Note: you may get the following error Permission denied after clicking Update now button.navigate to /awstats/cgi-bin/?config=viethoang you would see Update now link button.set the AllowToUpdateStatsFromBrowser parameter to 1.Generally, we have 2 ways to keep the statistics updated: We should open \awstats\cgi-bin\ then set the LogFile value to name pattern for the log files are created by IIS, for instance “C:\inetpub\logs\LogFiles\ W3SVC39\u_ex%YY%MM%DD-24.log” so AWStats can process the latest + completed log file (normally, it’s the log file of yesterday) Note: you may get the following error HTTP Error 502.2 – Bad Gateway as you miss “%s” %s in Executable field above.as our IIS doesn’t know anything about Perl so we need to add the following Script Map via Handler Mappings feature of IIS.navigate to /awstats/cgi-bin/?config=viethoang, you may get the following error HTTP Error 404.3 – Not Found.so far so good, let’s view our statistics from a browser.hopefully, you would see something like this.open Command Prompt and change directory to \awstats\cgi-bin.okay it should be enough, let’s process the logs now by following this instruction.

#Wordpress awstats full
change the LogFile value to the full path of our web server log file, for instance: “C:\inetpub\logs\LogFiles\ W3SVC39\u_ex200319.log”.

next step is to edit to match our specific environment.create a configuration file by clone and rename it to.let’s configure AWStats for Microsoft’s IIS server by following this instruction.

