1. 程式人生 > >Nginx GoAccess安裝與配置

Nginx GoAccess安裝與配置

nginx 配置 combined pre code 編譯 4.0 onf org

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

Nginx GoAccess安裝與配置