<?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>Dan Gayle &#187; awstats</title>
	<atom:link href="http://www.dangayle.com/tag/awstats/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dangayle.com</link>
	<description>It&#039;s about me, Dan Gayle, and my dog. Except, there is no dog.</description>
	<lastBuildDate>Wed, 01 Sep 2010 21:04:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to block your IP from Awstats</title>
		<link>http://www.dangayle.com/how-to-block-your-ip-from-awstats/</link>
		<comments>http://www.dangayle.com/how-to-block-your-ip-from-awstats/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 21:36:21 +0000</pubDate>
		<dc:creator>Dan Gayle</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[awstats]]></category>
		<category><![CDATA[ip]]></category>

		<guid isPermaLink="false">http://dangayle.com/?p=455</guid>
		<description><![CDATA[Although Google Analytics is great, for the price AMAZING, sometimes you want to look at your site numbers a little differently. That&#8217;s why I like looking at my Awstats from time to time to get into the nitty-gritty. One problem though, when you realize that it doesn&#8217;t exclude YOUR visits from the logs. (Wow! There [...]]]></description>
			<content:encoded><![CDATA[<p>Although Google Analytics is great, for the price AMAZING, sometimes you want to look at your site numbers a little differently. That&#8217;s why I like looking at my <a href="http://awstats.sourceforge.net/">Awstats</a> from time to time to get into the nitty-gritty.</p>
<p>One problem though, when you realize that it doesn&#8217;t exclude YOUR visits from the logs. (Wow! There are a lot of Macintosh users with Firefox in the Spokane vicinity looking at my blog! I must be popular!)</p>
<p>To exclude your IP or host from the stats analyzer, locate the following file on your server, and open it with your text editor of choice:</p>
<pre>/tmp/awstats/awstats.DOMAIN.conf</pre>
<p>Locate this section in the .conf file:</p>
<pre># Do not include access from clients that match following criteria.
# If your log file contains IP adresses in host field, you must put here
# matching IP adresses criteria.
# If DNS lookup is already done in your log file, you must put here hostname
# criteria.
# Note: Use space between each value.
# Example: &quot;127.0.0.1 163.84. 201.101.51.1&quot;
# Example: &quot;localhost abcxyz&quot;
# Default: &quot;&quot;
#
SkipHosts=&quot;YOUR IP AND ANY OTHER YOU WANT TO EXCLUDE&quot;
</pre>
<p>Within the <code>SkipHosts=&quot;YOUR IP AND ANY OTHER YOU WANT TO EXCLUDE&quot;</code> section, enter the IP address of your network connection, and hit save.</p>
<p>Voilá! You are now skipped from your stats. Apparently, this doesn&#8217;t work retroactively, so you should see your stats changes from this point on.</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
