說明
。jawstats 是依靠著 awstats 的,所以必需先安裝awstats 才行
。jawstats 算是強化了原本 awstats 不足的地方,像是餅圖等
。可以先看官網的demo : http://demo.jawstats.com/
安裝
。下載: http://www.jawstats.com/download
。將下載下來的檔案解開放到 /var/www/html/jawstats 或其它
。複制 config.dist.php 為 config.php (在 jawstats目錄裡面)
。編輯 config.php
<?php
// core config parameters
$sDefaultLanguage = “zh-tw”;
$sConfigDefaultView = “thismonth.all”;
$bConfigChangeSites = true;
$bConfigUpdateSites = true;
$sUpdateSiteFilename = “xml_update.php”;// individual site configuration
$aConfig[“ssorc.tw”] = array( # 將 site1 改為 ssorc.tw
“statspath” => “/var/lib/awstats/”, # 根據 /etc/awstats/awstats.ssorc.tw.conf 內的 DirData 所定義的路徑
“updatepath” => “/path/awstats.pl”, # 這個應該是用來線上更新統計的,再搭配 password 的吧,不過我沒用它
“siteurl” => http://ssorc.tw, # 給 http://ssorc.tw
“sitename” => “ssorc.tw”, # 給 ssorc.tw
“theme” => “default”, # 不動
“fadespeed” => 250, # 不動
“password” => “my-1st-password”, # 不動
“includes” => “”, # 不動
“language” => “zh-tw” # 因為官網對於繁中翻譯只完成8%(暈倒),所以可以從這
# 裡 ttp://blog.dgps.kh.edu.tw/blog/u882061/cce-linux/2009/12/27/1509 下
# 載,解開後將 translations.php、zh-tw.js 放到 jawstats/languages 目錄裡
# 再將最上面的 $sDefaultLanguage 及 這裡改成 zh-tw
);/* # 如果還有其它的話底下有範例可以再新增
$aConfig[“site2”] = array(
“statspath” => “/path/to/data/”,
“updatepath” => “/path/to/awstats.pl/”,
“siteurl” => “http://www.my-2nd-domain.com”,
“sitename” => “”,
“theme” => “default”,
“fadespeed” => 250,
“password” => “my-2nd-password”,
“includes” => “”,
“language” => “en-gb”
);
*/?>
大功告成,可以瀏覽 http://ssorc.tw/jawstats 即可
留言