<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ubuntu,debian,redhat -linuxany.com &#187; awstats</title>
	<atom:link href="http://www.linuxany.com/archives/tag/awstats/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux Shell Script + AWStats 列出 MT Blog 文章點閱排行</title>
		<link>http://www.linuxany.com/archives/201.html</link>
		<comments>http://www.linuxany.com/archives/201.html#comments</comments>
		<pubDate>Sun, 03 Feb 2008 17:03:26 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[1.Application]]></category>
		<category><![CDATA[awstats]]></category>

		<guid isPermaLink="false">http://www.linuxplay.cn/index.php/archives/202</guid>
		<description><![CDATA[AWStats 統計報表雖然可以查詢依存取次數排序的 URL, 但也僅止於 URL, 還要點進去看才知道是哪篇文章, 真的很不方便. 在 MovableType 官方網頁, 也只找到 AWStatsReferers 這個跟 AWStats 有關的 Plug-in, 可惜它只做到列出 PageRefer 的功能&#8230; 那就自己寫囉~ Perl? 沒信心; PHP? 系統慢, 效能差&#8230; 不然用 Shell Script 吧! 順便練習一下語法 :) 環境說明: 裝有 AWStats 統計套件的 Linux 環境 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/201.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>awstats简易安装文档</title>
		<link>http://www.linuxany.com/archives/82.html</link>
		<comments>http://www.linuxany.com/archives/82.html#comments</comments>
		<pubDate>Sat, 15 Dec 2007 16:45:15 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[1.Application]]></category>
		<category><![CDATA[awstats]]></category>

		<guid isPermaLink="false">http://www.linuxplay.cn/?p=79</guid>
		<description><![CDATA[step 1 安装 1、 安装apache2.2.0  tar jxvf httpd-2.2.0 tar.bz2   cd httpd-2.2.0   vi config.sh #!/bin/bash HTTPD_ROOT=”/usr/local/apps/apache2&#8243; ./configure &#8211;prefix=$HTTPD_ROOT \ &#8211;enable-so \ &#8211;enable-rewrite \ &#8211;enable-info \ &#8211;enable-cgid \ &#8211;enable-mime-magic \ &#8211;enable-vhost-alias \ &#8211;enable-deflate \ &#8211;enable-expires \ &#8211;with-mpm=prefork sh config.sh make make install 2 、安装awstats6.5 tar zxvf awstats-6.5.tar.gz mv awstats-6.5 /usr/apps/local/awstats step 2 配置 1、apache配置 vi /usr/local/apps/apache2/conf/httpd.conf [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/82.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>awstats的”用以搜索的短语”页面里乱码的解决方法</title>
		<link>http://www.linuxany.com/archives/45.html</link>
		<comments>http://www.linuxany.com/archives/45.html#comments</comments>
		<pubDate>Thu, 29 Nov 2007 03:20:19 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[awstats]]></category>

		<guid isPermaLink="false">http://www.linuxplay.cn/?p=37</guid>
		<description><![CDATA[在配置文件中把decodeutfkeys这个plugin打开就可以了。（配置文件就是相对网站的那个文件，例如：awstats.cuobie.cn.conf） 就去去掉# LoadPlugin=”decodeutfkeys” 前面的#就可以了。 改完后具体就是这一句： LoadPlugin=”decodeutfkeys” 不过打开这个plugin 需要perl模块儿Encode和URI::Escape的支持，一般情况下perl是默认支持的。 如果是Debian,可以安装liburi-perl来解决。 您还可能感兴趣的内容Debian 无缝升级Debian5至Debian6(不重装系统)在Debian上安装SVN[原创]玩转Debian5——安装(LXDE桌面)Debian建立CVS服务器Debian/Ubuntu Linux下建立python的开发环境]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/45.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AWStats在linux/Apache下的安装手册</title>
		<link>http://www.linuxany.com/archives/38.html</link>
		<comments>http://www.linuxany.com/archives/38.html#comments</comments>
		<pubDate>Sat, 24 Nov 2007 06:06:24 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[awstats]]></category>

		<guid isPermaLink="false">http://www.linuxplay.cn/?p=29</guid>
		<description><![CDATA[1、  下载AWStats, 下载地址：http://sourceforge.net/projects/awstats/ 2、  如果Apache原配置不支持cgi，则要稍做修改： &#62;&#62;cd /usr/local/apache2/bin/ &#62;&#62;./apxs -c -i /usr/local/src/httpd-2.2.3/modules/generators/mod_cgi.c 3、  再在httpd.conf 中添加 LoadModule cgi_module         modules/mod_cgi.so 4、  安装： cd /usr/local tar zxvf /home/awstats-6.6.tgz mv awstats-6.6 awstatschown -R root:root awstats chmod -R 755 awstatscd /usr/local/awstats/tools perl awstats_configure.pl 之后出现： Config file path (&#8216;none&#8217; to skip web server setup): &#62; /usr/local/etc/apache2/httpd.conf Do you want me to build [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/38.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>给awstats增加城市信息显示</title>
		<link>http://www.linuxany.com/archives/28.html</link>
		<comments>http://www.linuxany.com/archives/28.html#comments</comments>
		<pubDate>Fri, 23 Nov 2007 17:17:30 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[1.Application]]></category>
		<category><![CDATA[awstats]]></category>

		<guid isPermaLink="false">http://www.linuxplay.cn/?p=19</guid>
		<description><![CDATA[这个需要以前配置过GeoIP，我写过配置的说明，不多说了 下载MaxMind&#8217;s GeoLiteCity database www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz gzip -d GeoLiteCity.dat.gz 大约25M 复制GeoLiteCity.dat到/usr/local/share/GeoIP/下，然后修改awstats.yoursitenam.conf中的 LoadPlugin=”geoip_city_maxmind GEOIP_STANDARD /usr/local/share/GeoIP/GeoLiteCity.dat 您还可能感兴趣的内容Linux Shell Script + AWStats 列出 MT Blog 文章點閱排行awstats简易安装文档awstats的”用以搜索的短语”页面里乱码的解决方法AWStats在linux/Apache下的安装手册]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/28.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

