<?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>Debian Tutorials &#187; geoip</title>
	<atom:link href="http://www.debiantutorials.com/tag/geoip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debiantutorials.com</link>
	<description>Copy/Paste tutorials for Debian based Linux distros</description>
	<lastBuildDate>Tue, 27 Dec 2011 01:15:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Installing the GeoIP Apache module</title>
		<link>http://www.debiantutorials.com/installing-the-geoip-apache-module/</link>
		<comments>http://www.debiantutorials.com/installing-the-geoip-apache-module/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 15:22:09 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[geoip]]></category>

		<guid isPermaLink="false">http://www.debiantutorials.net/?p=244</guid>
		<description><![CDATA[This module allows you to determine which country, region, city, postal code, area code the visitor is coming from. 1. Install the module apt-get install libapache2-mod-geoip 2. Restart Apache /etc/init.d/apache2 restart 3. Create a new PHP file to test the module (pico /var/www/test.php or any file you can access on your server) &#60;?php print_r($_SERVER); ?&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>This module allows you to determine which country, region, city, postal code, area code the visitor is coming from.</p>
<p>1. Install the module</p>
<p><code>apt-get install libapache2-mod-geoip<br />
</code><span id="more-244"></span></p>
<p>2. Restart Apache</p>
<p><code>/etc/init.d/apache2 restart<br />
</code></p>
<p>3. Create a new PHP file to test the module (pico /var/www/test.php or any file you can access on your server)</p>
<p><code>&lt;?php<br />
print_r($_SERVER);<br />
?&gt;<br />
</code></p>
<p>4. Navigate to the new file in a web browser (http://yourserver/test.php)</p>
<p>The response will be something like this:</p>
<p><code>Array<br />
(<br />
    [GEOIP_COUNTRY_CODE] => GB<br />
    [GEOIP_COUNTRY_NAME] => United Kingdom<br />
	...<br />
)<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/installing-the-geoip-apache-module/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
