{"id":1555,"date":"2021-10-27T23:35:52","date_gmt":"2021-10-27T15:35:52","guid":{"rendered":"https:\/\/www.siediyer.cn\/?p=1555"},"modified":"2021-10-28T00:02:46","modified_gmt":"2021-10-27T16:02:46","slug":"nginx%e6%97%a5%e5%bf%97%e5%8f%af%e8%a7%86%e5%8c%96%e5%88%86%e6%9e%90goaccess","status":"publish","type":"post","link":"https:\/\/www.siediyer.cn\/?p=1555","title":{"rendered":"nginx\u65e5\u5fd7\u53ef\u89c6\u5316\u5206\u6790GoAccess"},"content":{"rendered":"<h1>1\u3001\u5b89\u88c5 GoAccess<\/h1>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">yum\u00a0install\u00a0goaccess\r\nwget https:\/\/tar.goaccess.io\/goaccess-1.3.tar.gz\r\ntar -xzf goaccess-1.3.tar.gz\r\ncd goaccess-1.3\r\n.\/configure --enable-utf8 --enable-geoip=legacy\r\nmake\r\nmake install<\/pre>\n<h2>2\u3001GeoIP\u9519\u8bef<\/h2>\n<p>\u82e5\u51fa\u73b0 configure: error: *** Missing development files for the GeoIP library<br \/>\n\u5219\u5b89\u88c5GeoIP<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">wget https:\/\/github.com\/maxmind\/geoip-api-c\/releases\/download\/v1.6.12\/GeoIP-1.6.12.tar.gz\r\ntar -zxvf GeoIP-1.6.12.tar.gz\r\ncd GeoIP-1.6.12\r\n.\/configure \r\nmake\r\nmake install<\/pre>\n<h1>3\u3001\u914d\u7f6enginx<\/h1>\n<p>\u5728 nginx.conf \u6587\u4ef6\u4e2d\u4fee\u6539\u4ee5\u4e0b\u914d\u7f6e\uff1a<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">log_format main '$remote_addr - $remote_user [$time_local] \"$request\" '\r\n\r\n                '$status $body_bytes_sent \"$http_referer\" '\r\n\r\n                '\"$http_user_agent\" \"$http_x_forwarded_for\" '\r\n\r\n                '$connection $upstream_addr '\r\n\r\n                 '$upstream_response_time $request_time';\r\n\r\n\u5728server\u4e2d\u589e\u52a0\r\nlocation \/report.html {\r\n        alias \/usr\/local\/nginx\/html\/go.html;\r\n}<\/pre>\n<h1>4\u3001\u542f\u52a8GoAccess<\/h1>\n<p>\u5728 nginx \u5b89\u88c5\u76ee\u5f55\u4e0b\uff0c\u6267\u884c goaccess \u547d\u4ee4\uff1a<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">cd \/usr\/local\/nginx\r\ngoaccess .\/logs\/access.log -o .\/html\/go.html --real-time-html --time-format='%H:%M:%S' --date-format='%d\/%b\/%Y' --log-format=COMBINED<\/pre>\n<p>\u9700\u8981\u4e2d\u6587\u754c\u9762\uff0c\u5219\u6267\u884c<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">LANG=\"zh_CN.UTF-8\" bash -c \"goaccess .\/logs\/access.log -o .\/html\/go.html --real-time-html --time-format='%H:%M:%S' --date-format='%d\/%b\/%Y' --log-format=COMBINED\"<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u5b89\u88c5 GoAccess yum\u00a0install\u00a0goaccess wget https:\/\/tar.goa [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[113,114],"class_list":["post-1555","post","type-post","status-publish","format-standard","hentry","category-linux","tag-goaccess","tag-nginx"],"_links":{"self":[{"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/posts\/1555","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1555"}],"version-history":[{"count":3,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/posts\/1555\/revisions"}],"predecessor-version":[{"id":1558,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/posts\/1555\/revisions\/1558"}],"wp:attachment":[{"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1555"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1555"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}