awstats分析nginx日志文件,将生成的结果(为txt文件)保存在/var/www/awstats目录下,通过apche来

显示生成的结果。

nginx的域名为:www.a.com:80 

LogFile="/usr/local/mybin/nginx/logs/access.log"  #nginx的日志文件路径

DirData="/var/www/awstats/" #awstats生成结果的保存路径

SiteDomain="www.a.com"  #nginx的域名


yum install -y mod_perl 让apache能支持perl


vi /etc/httpd/conf.d/awstats.conf

增加:

    DirectoryIndex awstats.pl

    Option ExecCGI

    AllowOverride None

    Order allow,deny

    Allow from all

perl /usr/share/awstats/wwwroot/cgi-bin/awstats.pl -update -config=www.a.com

此时 awstats.pl 将会读取awstats.www.a.com.conf配置文件来更新数据库及 ...txt

http://www.a.com:8080/awstats/awstats.pl?config=www.a.com