zoukankan      html  css  js  c++  java
  • Nginx GoAccess安装与配置

    1、下载并安装Geoip

    $ wget https://github.com/maxmind/geoip-api-c/releases/download/v1.6.12/GeoIP-1.6.12.tar.gz

    2、解压缩

    $ tar -xzvf GeoIP-1.6.11.tar.gz

    3、进入该目录编译并安装

    $ cd GeoIP-1.6.11
    $ ./configure
    $ make

    4、安装ncurses

    sudo yum install ncurses-devel //或者下载 https://ftp.gnu.org/pub/gnu/ncurses/

    5、下载并安装GoAccess goaccess.io网址查看下载办法

    6、启动goaccess

    $ goaccess access.log -o ../html/report.html --real-time-html --time-format='%H:%M:%S' --date-format='%d/%b/%Y' --log-format=COMBINED

    L:13 

  • 相关阅读:
    样式的使用
    样式的使用
    jqurey基础一
    jQuery三天复习.md
    webstorm快捷键大全
    计算机的进制与编码
    2016-4-29HTML标记的使用
    HTML的基本概况
    Apache Maven 入门篇 ( 上 )
    ehcache.xml 分布试缓存
  • 原文地址:https://www.cnblogs.com/jackey2015/p/10659324.html
Copyright © 2011-2022 走看看