婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > linux Apache 環境下安裝AWStatsWEB日志分析工具

linux Apache 環境下安裝AWStatsWEB日志分析工具

熱門標簽:佛山外呼系統平臺 南寧智能外呼系統線路商 成都移動外呼系統 長沙智能外呼系統中心 南昌語音外呼系統代理 聯客智能語音外呼系統賬號格式 長春外呼系統價格 美圖手機 電銷機器人的效果
今天安裝了awstats(AWStats是在Sourceforge上發展很快的一個基于Perl的WEB日志分析工具。),好好折騰了一把,終于搞完了,參考了不少資料,將主要步驟和遇到的問題分享一下。
1.在home下建一個目錄awstats,cd /home/awstats
2.wget http://awstats.sourceforge.net/files/awstats-7.0.tar.gz,下載awstats最新版本7.0
3.安裝

復制代碼
代碼如下:

[root@JMAppSer tools]# perl awstats_configure.pl
----- AWStats awstats_configure 1.0 (build 1.9) (c) Laurent Destailleur -----
This tool will help you to configure AWStats to analyze statistics for
one web server. You can try to use it to let it do all that is possible
in AWStats setup, however following the step by step manual setup
documentation (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 install
Found Web server Apache config file '/usr/local/apache/conf/httpd.conf'
-----> Check and complete web server config file '/usr/local/apache/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 'Directory>' directive
AWStats 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/profile
file (required if first install) [y/N] ? y
-----> Define config file name to create
What is the name of your web site or profile analysis ?
Example: www.mysite.com
Example: demo
Your web site, virtual server or profile name:
> www.b2bweb.co
-----> Define config file path
In which directory do you plan to store your config file(s) ?
Default: /etc/awstats
Directory path to store config file(s) (Enter for default):
> /usr/local/awstats/config
-----> Create config file '/usr/local/awstats/config/awstats.www.b2bweb.co.conf'
Config file /usr/local/awstats/config/awstats.www.b2bweb.co.conf created.
-----> Restart Web server with '/sbin/service httpd restart'
Usage: /etc/init.d/httpd [-D name] [-d directory] [-f file]
[-C "directive"] [-c "directive"]
[-k start|restart|graceful|graceful-stop|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-S]
Options:
-D name : define a name for use in IfDefine name> directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C "directive" : process directive before reading config files
-c "directive" : process directive after reading config files
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)
-S : a synonym for -t -D DUMP_VHOSTS
-t -D DUMP_MODULES : show all loaded modules
-M : a synonym for -t -D DUMP_MODULES
-t : run syntax check for config files
-----> Add update process inside a scheduler
Sorry, 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.b2bweb.co
Or if you have several config files and prefer having only one command:
/usr/local/awstats/tools/awstats_updateall.pl now
Press ENTER to continue...
A SIMPLE config file has been created: /usr/local/awstats/config/awstats.www.b2bweb.co.conf
You should have a look inside to check and change manually main parameters.
You can then manually update your statistics for 'www.b2bweb.co' with command:
> perl awstats.pl -update -config=www.b2bweb.co
You can also read your statistics for 'www.b2bweb.co' with URL:
> http://localhost/awstats/awstats.pl?config=www.b2bweb.co
Press ENTER to finish...
[root@JMAppSer tools]# cp /usr/loca/awstats/wwwroot/icon /usr/local/apache/htdocs/awstatsicons -rf
cp: 無法 stat “/usr/loca/awstats/wwwroot/icon”: 沒有那個文件或目錄
[root@JMAppSer tools]#
[root@JMAppSer tools]#
[root@JMAppSer tools]# ls
awstats_buildstaticpages.pl awstats_exportlib.pl geoip_generator.pl logresolvemerge.pl nginx webmin
awstats_configure.pl awstats_updateall.pl httpd_conf maillogconvert.pl urlaliasbuilder.pl xslt
[root@JMAppSer tools]# cd ..
[root@JMAppSer awstats]# ls
awstats-7.0 awstats-7.1 awstats-7.1.zip config docs README.TXT tools wwwroot
[root@JMAppSer awstats]# ll
總計 1508
drwxr-xr-x 5 1000 1000 4096 2010-12-06 awstats-7.0
drwxr-xr-x 5 root root 4096 11-22 17:52 awstats-7.1
-rw-r--r-- 1 root root 1505352 11-22 18:02 awstats-7.1.zip
drwxr-xr-x 2 root root 4096 11-25 10:21 config
drwxr-xr-x 4 root root 4096 11-22 18:04 docs
-rw-r--r-- 1 root root 6787 11-22 18:04 README.TXT
drwxr-xr-x 5 root root 4096 11-22 18:04 tools
drwxr-xr-x 7 root root 4096 11-22 18:04 wwwroot
[root@JMAppSer awstats]# cd wwwroot/
[root@JMAppSer wwwroot]# ls
cgi-bin classes css icon js
[root@JMAppSer wwwroot]# cp icon/ /usr/local/jiemai/apache-blogs/htdocs/awstatsicons -rf
[root@JMAppSer wwwroot]#
[root@JMAppSer wwwroot]#
[root@JMAppSer wwwroot]# pwd
/usr/local/awstats/wwwroot
[root@JMAppSer wwwroot]# cd ..
[root@JMAppSer awstats]# ls
awstats-7.0 awstats-7.1 awstats-7.1.zip config docs README.TXT tools wwwroot
[root@JMAppSer awstats]# ls
awstats-7.0 awstats-7.1 awstats-7.1.zip config docs README.TXT tools wwwroot
[root@JMAppSer awstats]# ll
總計 1508
drwxr-xr-x 5 1000 1000 4096 2010-12-06 awstats-7.0
drwxr-xr-x 5 root root 4096 11-22 17:52 awstats-7.1
-rw-r--r-- 1 root root 1505352 11-22 18:02 awstats-7.1.zip
drwxr-xr-x 2 root root 4096 11-25 10:21 config
drwxr-xr-x 4 root root 4096 11-22 18:04 docs
-rw-r--r-- 1 root root 6787 11-22 18:04 README.TXT
drwxr-xr-x 5 root root 4096 11-22 18:04 tools
drwxr-xr-x 7 root root 4096 11-22 18:04 wwwroot
[root@JMAppSer awstats]# cd config/
[root@JMAppSer config]# ls
awstats.www.b2bweb.co.conf
[root@JMAppSer config]# vi awstats.www.b2bweb.co.conf
# AWSTATS CONFIGURE FILE 7.0
#-----------------------------------------------------------------------------
# Copy this file into awstats.www.mydomain.conf and edit this new config file
# to setup AWStats (See documentation in docs/ directory).
# The config file must be in /etc/awstats, /usr/local/etc/awstats or /etc (for
# Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...)
# To include an environment variable in any parameter (AWStats will replace
# it with its value when reading it), follow the example:
# Parameter="__ENVNAME__"
# Note that environment variable AWSTATS_CURRENT_CONFIG is always defined with
# the config value in an AWStats running session and can be used like others.
#-----------------------------------------------------------------------------
# $Revision: 1.353 $ - $Author: eldy $ - $Date: 2012/02/15 14:19:22 $
#-----------------------------------------------------------------------------
# MAIN SETUP SECTION (Required to make AWStats work)
#-----------------------------------------------------------------------------
# "LogFile" contains the web, ftp or mail server log file to analyze.
# Possible values: A full path, or a relative path from awstats.pl directory.
# Example: "/var/log/apache/access.log"
# Example: "../logs/mycombinedlog.log"
# You can also use tags in this filename if you need a dynamic file name
# depending on date or time (Replacement is made by AWStats at the beginning
# of its execution). This is available tags :
# %YYYY-n is replaced with 4 digits year we were n hours ago
# %YY-n is replaced with 2 digits year we were n hours ago
# %MM-n is replaced with 2 digits month we were n hours ago
# %MO-n is replaced with 3 letters month we were n hours ago
# %DD-n is replaced with day we were n hours ago
# %HH-n is replaced with hour we were n hours ago
# %NS-n is replaced with number of seconds at 00:00 since 1970
# %WM-n is replaced with the week number in month (1-5)
# %Wm-n is replaced with the week number in month (0-4)
# %WY-n is replaced with the week number in year (01-52)
# %Wy-n is replaced with the week number in year (00-51)
# %DW-n is replaced with the day number in week (1-7, 1=sunday)
# use n=24 if you need (1-7, 1=monday)
# %Dw-n is replaced with the day number in week (0-6, 0=sunday)
# use n=24 if you need (0-6, 0=monday)
# Use 0 for n if you need current year, month, day, hour...
# Example: "/var/log/access_log.%YYYY-0%MM-0%DD-0.log"
# Example: "C:/WINNT/system32/LogFiles/W3SVC1/ex%YY-24%MM-24%DD-24.log"
# You can also use a pipe if log file come from a pipe :
# Example: "gzip -d /var/log/apache/access.log.gz |"
# If there are several log files from load balancing servers :
# Example: "/pathtotools/logresolvemerge.pl *.log |"
#
#LogFile="/var/log/httpd/mylog.log"
LogFile="/usr/local/jiemai/apache-blogs/logs/access_logs"
/DirData
# Note: Result of DNS Lookup can be used to build the Country report. However
# it is highly recommanded to enable the plugin 'geoip' or 'geoipfree' to
# have an accurate Country report with no need of DNS Lookup.
# Possible values:
# 0 - No DNS Lookup
# 1 - DNS Lookup is fully enabled
# 2 - DNS Lookup is made only from static DNS cache file (if it exists)
# Default: 2
DNSLookup=2
# When AWStats updates its statistics, it stores results of its analysis in
# files (AWStats database). All those files are written in the directory
# defined by the "DirData" parameter. Set this value to the directory where
# you want AWStats to save its database and working files into.
# Warning: If you want to be able to use the "AllowToUpdateStatsFromBrowser"
# feature (see later), you need "Write" permissions by web server user on this
# directory (and "Modify" for Windows NTFS file systems).
# Example: "/var/lib/awstats"
# Example: "../data"
# Example: "C:/awstats_data_dir"
# Default: "." (means same directory as awstats.pl)
DirData="/usr/local/awstats/data"
# Relative or absolute web URL of your awstats cgi-bin directory.
# This parameter is used only when AWStats is run from command line
# with -output option (to generate links in HTML reported page).
# Example: "/awstats"
# Default: "/cgi-bin" (means awstats.pl is in "/yourwwwroot/cgi-bin")
#
DirCgi="/usr/local/awstats/wwwroot/cgi-bin"
/AllowToUpdateStatsFromBrowser
# When this parameter is set to 1, AWStats adds a button on report page to
# allow to "update" statistics from a web browser. Warning, when "update" is
# made from a browser, AWStats is run as a CGI by the web server user defined
# in your web server (user "nobody" by default with Apache, "IUSR_XXX" with
# IIS), so the "DirData" directory and all already existing history files
# awstatsMMYYYY[.xxx].txt must be writable by this user. Change permissions if
# necessary to "Read/Write" (and "Modify" for Windows NTFS file systems).
# Warning: Update process can be long so you might experience "time out"
# browser errors if you don't launch AWStats frequently enough.
# When set to 0, update is only made when AWStats is run from the command
# line interface (or a task scheduler).
# Possible values: 0 or 1
# Default: 0
#
AllowToUpdateStatsFromBrowser=1
# AWStats saves and sorts its database on a month basis (except if using
# databasebreak option from command line).
# However, if you choose the -month=all from command line or
# value '-Year-' from CGI combo form to have a report for all year, AWStats
# needs to reload all data for full year (each month), and sort them,
# requiring a large amount of time, memory and CPU. This might be a problem
# for web hosting providers that offer AWStats for large sites, on shared
# servers, to non CPU cautious customers.
# For this reason, the 'full year' is only enabled on Command Line by default.
# You can change this by setting this parameter to 0, 1, 2 or 3.
# Possible values:
# 0 - Never allowed
# 1 - Allowed on CLI only, -Year- value in combo is not visible
"awstats.www.b2bweb.co.conf" 1557L, 62015C written
[root@JMAppSer config]# chown -R root:root /usr/local/awstats
[root@JMAppSer config]# chmod -R 755 /usr/local/awstats
[root@JMAppSer config]# mkdir /usr/local/awstats/data
[root@JMAppSer config]# chown nobody.nobody /usr/local/awstats/data
[root@JMAppSer config]# chmod 777 data
chmod: 無法訪問 “data”: 沒有那個文件或目錄
[root@JMAppSer config]# cd ..
[root@JMAppSer awstats]# ls
awstats-7.0 awstats-7.1 awstats-7.1.zip config data docs README.TXT tools wwwroot
[root@JMAppSer awstats]# chmod 777 data
[root@JMAppSer awstats]# chmod 755 /usr/local/awstats/wwwroot/cgi-bin/*.pl

tar zxf awstats-7.0.tar.gz
mv awstats-7.0 /usr/local/awstats
cd /usr/local/awstats/tools
perl awstats_configure.pl
在[y/N]提示時,輸入y
Your web site, virtual server or profile name: 這時輸入要被分析的域名
其他按Enter>
Press ENTER to finish。。。完成安裝
4.修改文件目錄
cp /usr/loca/awstats/wwwroot/icon /usr/local/apache/htdocs/awstatsicons -rf
5.配置
vi /etc/awstats/awstats.上面輸入的域名.conf
LogFile="/usr/local/apache/logs/access_logs"
DirData="/usr/local/awstats/data"
DirCgi="/usr/local/awstats/wwwroot/cgi-bin"
AllowToUpdateStatsFromBrowser=1
6.設置權限
chown -R root:root /usr/local/awstats
chmod -R 755 /usr/local/awstats
mkdir /usr/local/awstats/data
chown nobody.nobody /usr/local/awstats/data
chmod 777 data
chmod 755 /usr/local/awstats/wwwroot/cgi-bin/*.pl
7.生成分析日志與靜態查看界面
cd /usr/local/awstats/wwwroot/cgi-bin
perl awstats.pl -config=上面域名 -update -lang=cn
perl awstats.pl -config=上面域名 -output -staticlinks -lang=cn>awstats.上面域名.html
8.測試 http://上面的域名/awstats/awstats.pl?config=上面的域名
遇到的問題
1.perl awstats.pl -config=上面域名 -update -lang=cn提示出錯,或在測試時提示出錯。LogFormat不正確:
原因:access_logs格式不正確,刪除access_logs,重啟APACHE。搞定
2.測試時看圖片顯示不了。
原因:/etc/awstats/awstats.上面輸入的域名.conf中的DirIcons配置不正確,這個目錄一定要從/usr/local/apache/htdocs目錄開始算,相對目錄,要確保配置的目錄可能過http訪問到
3.點擊測試頁面的“立即更新”時,提示"xxxx.tmp"無法存儲

原因:/usr/local/awstats/data的權限不正確,需要使用nobody權限,賦777.

標簽:陽泉 武漢 綿陽 莆田 南京 黔南 南陽 開封

巨人網絡通訊聲明:本文標題《linux Apache 環境下安裝AWStatsWEB日志分析工具》,本文關鍵詞  linux,Apache,環境,下,安裝,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《linux Apache 環境下安裝AWStatsWEB日志分析工具》相關的同類信息!
  • 本頁收集關于linux Apache 環境下安裝AWStatsWEB日志分析工具的相關信息資訊供網民參考!
  • 推薦文章
    婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av
    国产精品女同一区二区三区| 欧美日韩视频在线第一区| 亚洲一区在线视频观看| 色综合天天综合网天天狠天天| 久久久综合九色合综国产精品| 国产.精品.日韩.另类.中文.在线.播放| 综合欧美亚洲日本| 91精品国产综合久久久蜜臀粉嫩 | 亚洲美女免费视频| 韩国成人福利片在线播放| 国产精品视频在线看| 中文字幕一区二区三区在线不卡| 777久久久精品| 夜夜爽夜夜爽精品视频| 亚洲自拍偷拍av| 99久久免费精品| 亚洲影院久久精品| 99精品在线免费| 国产色婷婷亚洲99精品小说| 国产福利不卡视频| 亚洲婷婷综合久久一本伊一区| 蓝色福利精品导航| 欧美zozozo| 成人午夜私人影院| 国产精品三级电影| 色婷婷一区二区| 亚洲精品免费在线播放| 99久久99久久久精品齐齐 | 国产精品毛片高清在线完整版| 国产精品美女一区二区在线观看| 日本一区二区三区免费乱视频| 欧美www视频| 日本成人中文字幕| 欧美日韩在线直播| 欧美性色aⅴ视频一区日韩精品| 国产成人午夜电影网| 亚洲高清免费视频| 综合欧美亚洲日本| 一区二区不卡在线视频 午夜欧美不卡在| 欧美日韩一区在线| 韩国三级在线一区| 国产一区视频网站| 蜜臀99久久精品久久久久久软件| 1区2区3区精品视频| 久久久亚洲精品石原莉奈| 天堂影院一区二区| 成人欧美一区二区三区黑人麻豆| 国产色婷婷亚洲99精品小说| 精品成人私密视频| 国产精品系列在线| 国产精品国产馆在线真实露脸| 亚洲成a天堂v人片| 99九九99九九九视频精品| 国产精品视频免费看| 亚洲视频中文字幕| 有坂深雪av一区二区精品| 成人丝袜高跟foot| 欧美日韩日本视频| 一区二区三区.www| 一区二区三区在线免费视频| 久久精品久久99精品久久| 精品午夜一区二区三区在线观看| 国产精品一区二区三区乱码| 久久亚洲一区二区三区明星换脸| 麻豆一区二区三| 91免费看视频| 久久欧美中文字幕| 亚洲成a人在线观看| 91麻豆免费看片| 日韩欧美色综合网站| 亚洲综合视频在线| caoporen国产精品视频| 91精品国产美女浴室洗澡无遮挡| 久久女同精品一区二区| 麻豆精品视频在线观看| 欧美亚洲国产一区二区三区va | 日本高清视频一区二区| 欧美a一区二区| 色综合久久久久久久| 国产精品高潮呻吟久久| 国产成人亚洲精品青草天美| 日韩一区精品字幕| 懂色av一区二区三区蜜臀| 日韩免费高清av| 欧美性猛交xxxxxxxx| 最新久久zyz资源站| 欧美精品1区2区3区| 韩国三级电影一区二区| 午夜久久福利影院| 欧美激情一区在线| 精品视频免费看| 国产成人免费在线观看不卡| 国产精品亲子乱子伦xxxx裸| 日韩一区二区精品葵司在线| 成人性生交大片免费看在线播放| 亚洲少妇30p| 国产亚洲污的网站| 精品成人免费观看| 日韩视频一区二区三区在线播放| 国产999精品久久久久久绿帽| 天天做天天摸天天爽国产一区| 精品久久久久一区| 91激情五月电影| 欧美怡红院视频| 国产欧美日产一区| 天堂va蜜桃一区二区三区漫画版| 成人福利视频网站| 自拍视频在线观看一区二区| 91色porny蝌蚪| 日韩一区日韩二区| 欧美日韩五月天| 日韩不卡一区二区| 久久精品视频在线看| 国产真实乱偷精品视频免| 中文字幕亚洲成人| 在线欧美日韩国产| 香蕉加勒比综合久久| 69av一区二区三区| 国产亚洲精品福利| 色88888久久久久久影院野外| 日韩精品免费专区| 亚洲欧美一区二区久久 | 亚洲人快播电影网| 精品少妇一区二区三区视频免付费| 成人午夜在线视频| 久久不见久久见中文字幕免费| 亚洲视频 欧洲视频| 国产欧美日韩卡一| 欧美精品一区二区三区蜜桃 | 国产盗摄一区二区三区| 亚洲美女一区二区三区| 久久久无码精品亚洲日韩按摩| 色婷婷av一区二区三区gif| 国产99久久久国产精品免费看| 视频一区国产视频| 日韩精品成人一区二区三区| 午夜精品123| 午夜精品福利一区二区蜜股av | 国产精品久久午夜夜伦鲁鲁| 久久久精品免费免费| 精品免费国产一区二区三区四区| 欧美午夜精品久久久| 色综合中文字幕国产 | 久久国产精品99精品国产| 中文字幕在线免费不卡| 欧美日韩第一区日日骚| 91在线看国产| 91蜜桃传媒精品久久久一区二区| 99国产精品99久久久久久| 91看片淫黄大片一级在线观看| 国产成人三级在线观看| 波多野结衣欧美| 色屁屁一区二区| 国产成人精品www牛牛影视| 狠狠网亚洲精品| 日韩精品亚洲一区| √…a在线天堂一区| 精品国产三级电影在线观看| 在线观看区一区二| 国产69精品久久久久777| 成人免费毛片aaaaa**| 韩国中文字幕2020精品| 日韩高清在线观看| 欧美电影免费提供在线观看| 中文字幕成人在线观看| 欧美肥妇bbw| 91丨porny丨蝌蚪视频| 精品国产伦一区二区三区观看方式| 一区二区三区自拍| 国产不卡在线播放| 中文字幕精品综合| 欧美色老头old∨ideo| 国产精品区一区二区三| 在线视频综合导航| 国产精品水嫩水嫩| 国产拍欧美日韩视频二区| 国产无一区二区| 黄色成人免费在线| 亚洲成a人片在线不卡一二三区 | 国产精品综合一区二区三区| 乱一区二区av| 国产一区在线精品| 精品久久久三级丝袜| 国产校园另类小说区| 国产一二三精品| 欧美亚男人的天堂| 亚洲精品乱码久久久久久久久 | 亚洲另类春色国产| 国产亚洲1区2区3区| 国产福利一区二区三区视频| 91首页免费视频| 亚洲欧美日韩中文播放| 亚洲色图视频免费播放| a在线欧美一区| 高清不卡一区二区在线| 99热这里都是精品| 色综合天天狠狠| 精品日韩欧美在线| 欧美成人乱码一区二区三区| 九色综合国产一区二区三区|