linux上awstats配置

linux上awstats配置css

具體配置過程以下:linux

http://prdownloads.sourceforge.net/awstats/awstats-6.9.tar.gz瀏覽器

  <1>tar -zxvf awstats-6.9.tar.gz -C /usr/local   解壓到/usr/local目錄下ide

  <2>進入解壓目錄cd /usr/local/awstats-6.9/tools
  perl awstats_configure.pl按提示信息來操做.net

  <3>修改awstats配置文件,修改註釋行內容:(無須特殊配置,自動生成便可)
LogFile=」 /var/log/httpd/access_log」
LogType=w
LogFormat=1
LogSeparator=" "
SiteDomain=」192.168.200.149」
HostAliases="192.168.200.149 www.192.168.200.149 127.0.0.1 localhost"
DNSlookup=2
DirData="/var/lib/awstats"
DirCgi="/awstats"
DirIcons="/awstatsicons"rest

  <4>建立動態連接庫目錄,更新日誌報表:
   mkdir /var/lib/awstats
   執行此命令:/usr/local/awstats-6.9/wwwroot/cgi-bin/awstats.pl -update -config=192.168.200.149
如執行錯誤,根據提示來更改 
  <5>配置/etc/httpd/conf/httpd.conf主配置文件,在主配置文件末尾添加如下內容便可Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"
Alias /awstatscss "/usr/local/awstats/wwwroot/css/"
Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"
ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"日誌

#
# This is to permit URL access to scripts/files in AWStats directory.
#
<Directory "/usr/local/awstats/wwwroot">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>orm

   <6>重啓服務service httpd restart
   查看監聽端口netstat -ntlp|grep httpd
   <7>打開瀏覽器輸入http://192.168.200.149/awstats/awstats.pl?config=192.168.200.149,打開日誌分析界面
   <8>設置計劃任務
    vi /etc/cron.d/awstats
    30 4 * * *  root run-parts /usr/local/awstats/tools/awstats_updateall.pl now
    service crond restartip

在配置過程當中報以下錯:Error: Can't find AWStats program ('awstats.pl'). get

只要執行此命令:/usr/local/awstats-6.9/wwwroot/cgi-bin/awstats.pl -update -config=192.168.200.149,問題便可解決

相關文章
相關標籤/搜索