8000 GitHub - mizunago/dokuwiki_analytics: nginx で dokuwiki のログを集計してアクセスランキングと検索ワードランキングを表示する
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nginx で dokuwiki のログを集計してアクセスランキングと検索ワードランキングを表示する

Notifications You must be signed in to change notification settings

mizunago/dokuwiki_analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9269  

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dokuwiki のログ解析

nginx で dokuwiki のログを集計してアクセスランキングと検索ワードランキングを表示する

注意点

ログのフォーマットは以下を使っている想定です。

        log_format main '$remote_addr - $remote_user [$time_local] '
                            '"$request" $status $body_bytes_sent '
                            '"$http_referer" "$http_user_agent" '
                            '$request_time $upstream_response_time';

        access_log /var/log/nginx/access.log main;

もしデフォルトの COMBINED を使っている場合は format = ServerLogParser::COMBINED を指定してください

そのほか、数分で作ったので適当な所が多いので何かあっても保証できません

About

nginx で dokuwiki のログを集計してアクセスランキングと検索ワードランキングを表示する

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0