网站日志allinurl/goaccess: GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

7553 人参与 | 时间:2024年04月20日 05:45:23
点击跳转 github网站搜“allinurl/goaccess”
内容
git clone https://github.com/allinurl/goaccess.git
cd goaccess
autoreconf -fiv
./configure --enable-utf8 --enable-geoip=legacy
make
make install
#https://www.cnblogs.com/zkfopen/p/10126959.html
wget https://github.com/maxmind/geoip-api-c/releases/download/v1.6.12/GeoIP-1.6.12.tar.gz
tar -xzvf GeoIP-1.6.12.tar.gz
cd GeoIP-1.6.12
./configure
make
make install