(1)Perl語言開發(fā)的一款開源日志分析系統(tǒng)
(2)可用來分析Apache、Samba、Vsftpd、IIS等服務器的訪問日志
(3)信息結(jié)合crond等計劃任務服務,可對日志內(nèi)容定期進行分析
成都創(chuàng)新互聯(lián)公司服務項目包括沂水網(wǎng)站建設、沂水網(wǎng)站制作、沂水網(wǎng)頁制作以及沂水網(wǎng)絡營銷策劃等。多年來,我們專注于互聯(lián)網(wǎng)行業(yè),利用自身積累的技術(shù)優(yōu)勢、行業(yè)經(jīng)驗、深度合作伙伴關(guān)系等,向廣大中小型企業(yè)、政府機構(gòu)等提供互聯(lián)網(wǎng)行業(yè)的解決方案,沂水網(wǎng)站推廣取得了明顯的社會效益與經(jīng)濟效益。目前,我們服務的客戶以成都為中心已經(jīng)輻射到沂水省份的部分城市,未來相信會繼續(xù)擴大服務區(qū)域并繼續(xù)獲得客戶的支持與信任!
安裝DNS和Apache服務
[root@localhost ~]# yum install bind httpd -y
配置主配置文件
[root@localhost ~]# vim /etc/named.conf
配置區(qū)域配置文件
[root@localhost ~]# vim /etc/named.rfc1912.zones
zone "kgc.com" IN {
type master;
file "kgc.com.zone";
allow-update { none; };
};
配置區(qū)域數(shù)據(jù)配置文件
[root@localhost ~]# cd /var/named/
[root@localhost named]# cp -p named.localhost kgc.com.zone
[root@localhost named]# vim kgc.com.zone
啟動DNS服務
[root@localhost named]# systemctl start named
[root@localhost named]# vim /etc/httpd/conf/httpd.conf
[root@localhost named]# systemctl stop firewalld.service
[root@localhost named]# setenforce 0
[root@localhost named]# systemctl start httpd
首先給win 10 配置靜態(tài)的DNS解析服務
可以看到我們可以訪問剛才在虛擬機上創(chuàng)建的網(wǎng)頁
[root@localhost httpd]# mkdir /abc
[root@localhost httpd]# mount.cifs //192.168.100.3/LAMP-C7 /abc
Password for root@//192.168.100.3/LAMP-C7:
[root@localhost httpd]#
安裝Awstar
[root@localhost abc]# tar zxvf awstats-7.6.tar.gz -C /opt/
將安裝的Awstart移動到/usr/local/下
[root@localhost abc]# cd /opt/
[root@localhost opt]# ls
awstats-7.6 rh
[root@localhost opt]# mv awstats-7.6/ /usr/local/awstat
[root@localhost opt]# cd /usr/local/
[root@localhost local]# ls
awstat bin etc games include lib lib64 libexec sbin share src
配置configure
[root@localhost local]# cd awstat/
[root@localhost awstat]# ls
docs README.md tools wwwroot
[root@localhost awstat]# cd tools/
[root@localhost tools]# ls
awstats_buildstaticpages.pl dolibarr maillogconvert.pl xslt
awstats_configure.pl geoip_generator.pl nginx
awstats_exportlib.pl httpd_conf urlaliasbuilder.pl
awstats_updateall.pl logresolvemerge.pl webmin
[root@localhost tools]# ./awstats_configure.pl
查看配置
[root@localhost tools]# cd /etc/httpd/conf
[root@localhost conf]# vim httpd.conf
在里邊修改權(quán)限,允許安裝
進入剛才創(chuàng)建好的awstart文件,配置
[root@localhost conf]# cd /etc/awstats/
[root@localhost awstats]# ls
awstats.www.kgc.com.conf
[root@localhost awstats]# vim awstats.www.kgc.com.conf
[root@localhost awstats]# cd /var/lib/ //進入/var/lib/目錄
[root@localhost lib]# mkdir awstats //創(chuàng)建awstats文件
[root@localhost lib]# systemctl restart httpd //重啟httpd服務
在win10 打開瀏覽器搜索http://www.kgc.com/awstats/awstats.pl?config=www.kgc.com查看