apache http server 停止工作_centos安装awstats分析apache的日志

1、下载:http://www.awstats.org/,下载最新版tar.gz即可,可以ftp上传。也可以用wget下载

2、解压安装:

tar zxvf awstats-x.x.tar.gz -C /opt/ //解压至/opt目录下mv /opt/awstats-x.x /usr/local/awstats //移动文件至/usr/local/awstats目录下cd /usr/local/awstats/tools //进入awstats的tools目录下

注意上边的版本号,根据你自己下载的情况来

3、配置:命令

chmod +x awstats_configure.pl./awstats_configure.pl

4、具体配置操作如下,注意注释的地方就是要配置的地方

----- AWStats awstats_configure 1.0 (build 20140126) (c) Laurent Destailleur -----This tool will help you to configure AWStats to analyze statistics forone web server. You can try to use it to let it do all that is possiblein AWStats setup, however following the step by step manual setupdocumentation (docs/index.html) is often a better idea. Above all if:You are not an administrator user,You want to analyze downloaded log files without web server,You want to analyze mail or ftp log files instead of web log files,You need to analyze load balanced servers log files,You want to 'understand' all possible ways to use AWStats...Read the AWStats documentation (docs/index.html).-----> Running OS detected: Linux, BSD or Unix-----> Check for web server installEnter full config file path of your Web server.Example: /etc/httpd/httpd.confExample: /usr/local/apache2/conf/httpd.confExample: c:Program filesapache groupapacheconfhttpd.confConfig file path ('none' to skip web server setup):/etc/httpd/conf/httpd.conf #输入Apache的配置文件绝对路径-----> Check and complete web server config file '/etc/httpd/conf/httpd.conf'Add 'Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"'Add 'Alias /awstatscss "/usr/local/awstats/wwwroot/css/"'Add 'Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"'Add 'ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"'Add '' directiveAWStats directives added to Apache config file.-----> Update model config file '/usr/local/awstats/wwwroot/cgi-bin/awstats.model.conf'File awstats.model.conf updated.-----> Need to create a new config file ?Do you want me to build a new AWStats config/profilefile (required if first install) [y/N] ? y #输入y,生成新的配置文件-----> Define config file name to createWhat is the name of your web site or profile analysis ?Example: www.mysite.comExample: demoYour web site, virtual server or profile name:www.test.com #输入网站域名:www.test.com-----> Define config file pathIn which directory do you plan to store your config file(s) ?Default: /etc/awstatsDirectory path to store config file(s) (Enter for default):#直接 “回车键”-----> Create config file '/etc/awstats/awstats.www.test.com.conf'Config file /etc/awstats/awstats.www.test.com.conf created.-----> Restart Web server with '/sbin/service httpd restart'Stopping httpd: [ OK ]Starting httpd: [ OK ]-----> Add update process inside a schedulerSorry, configure.pl does not support automatic add to cron yet.You can do it manually by adding the following command to your cron:/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -update -config=www.test.comOr if you have several config files and prefer having only one command:/usr/local/awstats/tools/awstats_updateall.pl nowPress ENTER to continue...A SIMPLE config file has been created: /etc/awstats/awstats.www.test.com.confYou should have a look inside to check and change manually main parameters.You can then manually update your statistics for 'www.test.com' with command:perl awstats.pl -update -config=www.test.comYou can also read your statistics for 'www.test.com' with URL:http://localhost/awstats/awstats.pl?config=www.test.comPress ENTER to finish... #直接“回车键”退出

5、检查httpd.conf是否更改了,看是否有如下代码

Options NoneAllowOverride NoneOrder Allow,denyAllow from all

6、修改主站配置文件

创建/var/lib/awstats目录

然后修改主站配置文件

vim /etc/awstats/awstats.www.xxx.com.conf......LogFile="/var/log/httpd/access_log" //50行,修改web日志文件位置DirData="/var/lib/awstats" //220行,数据目录,awstats 默认不存在(需要创建)......

7、重启apache

8、crond服务设置计划性任务

crontab -e* * * * * /usr/local/awstats/tools/awstats_updateall.pl now //每分钟更新一次数据通过以下网站进行访问awstats日志分析系统:http://www.xxx.com/awstats/awstats.pl?config=www.xxx.com

9、网站化,建一个如下页面,然后用域名或者啥练习方式打开这个页面

;
e983887a9769c231aa049df97e22a322.png
47eaeef8fa89216496d72fc86f4dfe3e.gif
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值