Linux日志分析系统AWStats分析Nignx日志(8)

六.配置nginx代理来查看生成的效果图。
[root@Monitor awstats]# vim /usr/local/nginx/conf/server/server.conf
server {
        listen 8000;
        server_name xn3.lqb.com;
        root  /data/;
        location ~ ^/awstats {
#              root    /opt/www/awstats;
                index  index.html;
                access_log /opt/www/awstats.log;
                error_log /opt/www/error.log;
      #charset utf-8;
      charset gb2312;
                #auth_basic "admin";
        #      auth_basic_user_file conf/admin.pass;
                                }
        location ~ ^/icon/{
                root /usr/local/awstats/wwwroot;
                index  index.html;
                access_log off;
                error_log off;
        }
        }
[root@Monitor awstats]# /usr/local/nginx/sbin/nginx -s reload

生成的效果图如下:

Linux日志分析系统AWStats分析Nignx日志

Linux日志分析系统AWStats分析Nignx日志

Linux日志分析系统AWStats分析Nignx日志

AWStats配置 (Windows + Apache )

CentOS 6.3下AWStats+GeoIP实现查看网站访问归属地

Nginx 日志分析 AWStats + JAWStats 安装配置

经典日志分析工具-AWStats

AWStats日志系统配置文件和错误归纳

多主机多站点情景下AWStats日志分析 

使用AWStats分析网站日志-强大的日志分析工具

如何在 Ubuntu 服务器中配置 AWStats 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/c43c5ef3efd4e05fe210f7cc1629f6d2.html