2014年2月6日 星期四

[研究] Webalizer 2.21 網頁記錄檔分析安裝(yum)(CentOS 6.5 x64)

[研究] Webalizer 2.21 網頁記錄檔分析安裝(yum)(CentOS 6.5 x64)

2014-02-06

網頁記錄檔分析 - Webalizer

Webalizer 官方網站:
http://www.mrunix.net/webalizer/

版本

[root@localhost ~]# yum list | grep webalizer
webalizer.x86_64                          2.21_02-3.3.el6                base

安裝

yum -y install webalizer httpd
cp /etc/httpd/conf.d/webalizer.conf /etc/httpd/conf.d/webalizer.conf.bak 
vi /etc/httpd/conf.d/webalizer.conf 

vi   /etc/httpd/conf.d/webalizer.conf 
把權限部分註解掉 (預設只有本機可以瀏覽)

Alias /usage /var/www/usage

<Location /usage>
  # Order deny,allow
  # Deny from all
  Allow from 127.0.0.1
  Allow from ::1
  Allow from .example.com
</Location>


啟動Webalizer

service httpd restart
chkconfig httpd on
/usr/bin/webalizer 

如果如下發生錯誤,瀏覽器請先連上 http://localhost/ 瀏覽一次,再執行一次 /usr/bin/webalizer

[root@localhost ~]# /usr/bin/webalizer
No valid records found!

測試

firefox  http://localhost/usage/   & 


相關檔案

[root@localhost ~]# find / -name webalizer*.*
/etc/webalizer.conf
/etc/httpd/conf.d/webalizer.conf
/etc/httpd/conf.d/webalizer.conf.bak
/etc/selinux/targeted/modules/active/modules/webalizer.pp
/var/lib/webalizer/webalizer.hist
/var/lib/webalizer/webalizer.current
/var/www/usage/webalizer.png
/usr/share/selinux/devel/include/apps/webalizer.if
/usr/share/selinux/targeted/webalizer.pp.bz2
/usr/share/doc/webalizer-2.21_02
/usr/share/man/man1/webalizer.1.gz
[root@localhost ~]#


(完)

相關

[研究] Webalizer 2.21 網頁記錄檔分析安裝(yum)(CentOS 6.5 x64)
http://shaurong.blogspot.com/2014/02/webalizer-221-yumcentos-65-x64.html

[研究] Webalizer 2.21(yum)安裝(CentOS 6.0 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=20236

[研究] Webalizer 2.01(yum)安裝(CentOS 5.5 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=19199

[研究] Webalizer 2.23(yum)安裝(Fedora 16 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=21204

[研究] Webalizer 2.1.1(yum)安裝(Fedora 14 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=19198

[研究] Webalizer網頁記錄檔分析安裝法(Fedora 7)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=14970

沒有留言:

張貼留言