小陆博客

为站长提供建站技巧、网站运营、搜索优化、建站方向以及利用网站赚钱与创业的知识与经验。

热门搜索:

网站日志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.

8097 浏览
0 评论
点击跳转 链接
内容
```sh 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 ```
```sh 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 ```

评论 (0)

评论功能正在开发中...