AWStat 结果全部为 0 统计数据
AWStat results in all 0 stats
我正在尝试让 awstat 从我的日志文件构建 html 页面。我的日志文件是在 'C:\inetpub\stats\awstats-7.3\wwwroot\sites\itsMe_LOGS' 中创建的。当我 运行 AWStat 时,我没有收到任何错误,它创建了一个 combined.log 并创建了大约 22 个 html 文件,如下所示:
我不确定出了什么问题,但我知道有正确的日志,并且该站点是活动的。如果有任何其他细节可以帮助解决此问题,请告诉我,以便我添加。朝着正确方向的任何一点都会有所帮助。谢谢你。
批处理文件
::set up base configurations for itsMe
SET HOST_CONFIG=itsMe
SET BASE_DIR="C:\inetpub\stats\awstats-7.3\wwwroot"
echo Combining log files for .%HOST_CONFIG%
call perl %BASE_DIR%\tools\logresolvemerge.pl -showsteps %BASE_DIR%\sites\%HOST_CONFIG%\*.log > %BASE_DIR%\sites\%HOST_CONFIG%\combined.log
echo Updating statistics for .%HOST_CONFIG%
call perl %BASE_DIR%\cgi-bin\awstats.pl -config=%HOST_CONFIG% -update
echo Generating reports for .%HOST_CONFIG%
call perl %BASE_DIR%\cgi-bin\awstats.pl -config=%HOST_CONFIG% -output -staticlink > wwwroot\sites\%HOST_CONFIG%\awstats.%HOST_CONFIG%.MAIN_SUMMARY.html
call perl %BASE_DIR%\tools\awstats_buildstaticpages.pl -awstatsprog=%BASE_DIR%\cgi-bin\awstats.pl -config=%HOST_CONFIG% -update -dir=wwwroot\sites\%HOST_CONFIG%
AWStats 运行ning 的方式,它正在生成 html 页面,其中包含指向 combined.log 文件的损坏目录。我追踪它的方法是尝试将我的 combined.log 文件移动到我的 html 页面目录和 运行 我的批处理文件中。在冗长的 运行 中,我需要更改生成 combined.log 文件的目录。
我正在尝试让 awstat 从我的日志文件构建 html 页面。我的日志文件是在 'C:\inetpub\stats\awstats-7.3\wwwroot\sites\itsMe_LOGS' 中创建的。当我 运行 AWStat 时,我没有收到任何错误,它创建了一个 combined.log 并创建了大约 22 个 html 文件,如下所示:
我不确定出了什么问题,但我知道有正确的日志,并且该站点是活动的。如果有任何其他细节可以帮助解决此问题,请告诉我,以便我添加。朝着正确方向的任何一点都会有所帮助。谢谢你。
批处理文件
::set up base configurations for itsMe
SET HOST_CONFIG=itsMe
SET BASE_DIR="C:\inetpub\stats\awstats-7.3\wwwroot"
echo Combining log files for .%HOST_CONFIG%
call perl %BASE_DIR%\tools\logresolvemerge.pl -showsteps %BASE_DIR%\sites\%HOST_CONFIG%\*.log > %BASE_DIR%\sites\%HOST_CONFIG%\combined.log
echo Updating statistics for .%HOST_CONFIG%
call perl %BASE_DIR%\cgi-bin\awstats.pl -config=%HOST_CONFIG% -update
echo Generating reports for .%HOST_CONFIG%
call perl %BASE_DIR%\cgi-bin\awstats.pl -config=%HOST_CONFIG% -output -staticlink > wwwroot\sites\%HOST_CONFIG%\awstats.%HOST_CONFIG%.MAIN_SUMMARY.html
call perl %BASE_DIR%\tools\awstats_buildstaticpages.pl -awstatsprog=%BASE_DIR%\cgi-bin\awstats.pl -config=%HOST_CONFIG% -update -dir=wwwroot\sites\%HOST_CONFIG%
AWStats 运行ning 的方式,它正在生成 html 页面,其中包含指向 combined.log 文件的损坏目录。我追踪它的方法是尝试将我的 combined.log 文件移动到我的 html 页面目录和 运行 我的批处理文件中。在冗长的 运行 中,我需要更改生成 combined.log 文件的目录。