<?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>Setup GeoIP (PECL) for piwik geolocation and updating old visits &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/setup-geoip-pecl-for-piwik-geolocation-and-updating-old-visits/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Wed, 26 Feb 2014 09:35:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Setup GeoIP (PECL) for piwik geolocation and updating old visits</title>
		<link>https://arunns.net/setup-geoip-pecl-for-piwik-geolocation-and-updating-old-visits/</link>
					<comments>https://arunns.net/setup-geoip-pecl-for-piwik-geolocation-and-updating-old-visits/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Wed, 26 Feb 2014 09:35:17 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Setup GeoIP (PECL) for piwik geolocation and updating old visits]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=789</guid>

					<description><![CDATA[GeoIP is the recommended way to accurately determine the location of the visitor, by default geolocation settings may provide in accurate result. To enable GeoIP(PECL) from redhat/centos machines: # yum install php-pecl-geoip #apachectl restart # php -m &#124; grep -i geo geoip From Piwik, Settings &#8211;> Geolocation &#8211;> GeoIP (PECL) To reindex the old visits: [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>GeoIP is the recommended way to accurately determine the location of the visitor, by default geolocation settings may provide in accurate result.</p>
<p>To enable GeoIP(PECL) from redhat/centos machines:<br />
<code># yum install php-pecl-geoip</code><br />
<code>#apachectl restart</code><br />
<code># php -m | grep -i geo<br />
geoip</code></p>
<p>From Piwik, Settings &#8211;> Geolocation &#8211;> GeoIP (PECL)</p>
<p>To reindex the old visits:<br />
<code># cd misc/others<br />
# php ./geoipUpdateRows.php<br />
[note] Found working provider: geoip_pecl<br />
90094 rows to process in piwik_log_visit and piwik_log_conversion....<br />
.<br />
.<br />
.<br />
100% done!</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/setup-geoip-pecl-for-piwik-geolocation-and-updating-old-visits/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
