リンク
公式 http://www.outoforder.cc/projects/apache/mod_log_sql/
参考 http://kuroseets.wablog.com/mod_log_sql.html
インストール
portinstall www/mod_log_sql
↑バージョン1.18
設定(1.18)
データベースを作る
mysql> CREATE DATABASE apachelogs mysql> grant all on apachelogs.* to apachelogs@'localhost' identified by 'password';
httpd.confに以下を追加してリスタート
続きを読む