TShopping

 找回密碼
 註冊
搜索
查看: 3173|回復: 3
打印 上一主題 下一主題

[CentOS] Awstats 安裝國家和城市插件(GeoIP/GeoIPCityLite)

[複製鏈接]
跳轉到指定樓層
1#
發表於 2010-8-19 12:05:47 | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式
 
Push to Facebook
1.分別下載插件程序:
GeoIP:
GeoIP安裝下載:http://www.maxmind.com/download/geoip/api/c/
# tar -zxvf GeoIP-1.4.5.tar.gz
# cd GeoIP-1.4.5
# ./configure
<如果./configure出現錯誤>
configure: error: no acceptable C compiler found in $PATH
configure failed for srclib/apr
<解決辦法>
yum -y install gcc
<如果./configure出現錯誤>
configure: error: Zlib header (zlib.h) not found. Tor requires zlib to build. You may need to install a zlib development package.
<解決辦法>
yum -y install zlib-devel
# make
<如果make出現錯誤>
make: *** No targets specified and no makefile found.  Stop.
<解決辦法>

請確定您已完成 configure 步驗,或是檢查 configure 步驗是否有任何錯誤訊息。
# make install

2.然後下載Perl庫:http://www.maxmind.com/download/geoip/api/perl/
GeoIP Perl解包後
# tar -zxvf Geo-IP-1.36.tar.gz
# cd Geo-IP-1.36
# perl MakeFile.PL
# make
# make install

3.再下載GeoIP/GeoIPCityLite兩個信息數據包:
http://www.maxmind.com/download/geoip/database/
# gzip -d GeoLiteCity.dat.gz
# cp GeoLiteCity.dat /etc/awstats/
http://geolite.maxmind.com/downl ... ase/GeoLiteCountry/
# gzip -d GeoIP.gz
# cp GeoIP /etc/awstats/

4.#vi /etc/awstats/awstats.你的域名.conf
修改其中的一些配置選項為:
LoadPlugin="decodeutfkeys"  
LoadPlugin="geoip GEOIP_STANDARD /etc/awstats/GeoIP"     
LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /etc/awstats/GeoLiteCity.dat"
如果出現無法調用.so文件或者其他共享文件錯誤
編輯/etc/ld.so.conf,在其中加入一行
/usr/local/lib
之後再執行
/sbin/ldconfig /etc/ld.so.conf

5.啟動awstats
手動生成日誌分析文件
#/usr/local/awstats/tools/awstats_updateall.pl now

6.自動生成日誌分析文件,在crond加入
#crontab -e
添加:
*/5 * * * * root /usr/local/awstats/tools/awstats_updateall.pl now
(每5分鐘更新日誌分析文件)

7.通過web查看日誌
http://你的域名/awstats/awstats.pl?config=你的域名

 

臉書網友討論
2#
發表於 2011-7-11 00:51:29 | 只看該作者
謝謝大大的分享啊!

版主招募中

3#
發表於 2011-7-11 00:38:18 | 只看該作者
鑒定完畢.!  


*滑块验证:
您需要登錄後才可以回帖 登錄 | 註冊 |

本版積分規則



Archiver|手機版|小黑屋|免責聲明|TShopping

GMT+8, 2024-5-10 23:31 , Processed in 0.086943 second(s), 19 queries .

本論壇言論純屬發表者個人意見,與 TShopping綜合論壇 立場無關 如有意見侵犯了您的權益 請寫信聯絡我們。

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回復 返回頂部 返回列表