<?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>Kerry D. Wong &#187; Server Log</title>
	<atom:link href="http://www.kerrywong.com/tag/server-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 02:01:11 +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>Parsing Apache Server Log for Unique IPs</title>
		<link>http://www.kerrywong.com/2009/02/01/parsing-apache-server-log-for-unique-ips/</link>
		<comments>http://www.kerrywong.com/2009/02/01/parsing-apache-server-log-for-unique-ips/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 16:41:01 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Linux/BSD]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Server Log]]></category>
		<category><![CDATA[Unique IP]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=531</guid>
		<description><![CDATA[I created this short Perl script to tally the number of unique IPs from the Apache server log. Since by default, the logrotate daemon compresses Apache logs, we need to disable the compression option for the Apache log configuration. In Ubuntu, this setting can be changed in /etc/logrotate.d/apache2. To disable compression, just comment out the [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2009/02/01/parsing-apache-server-log-for-unique-ips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Log Rotation on Ubuntu Server</title>
		<link>http://www.kerrywong.com/2007/10/03/apache-log-rotation-on-ubuntu-server/</link>
		<comments>http://www.kerrywong.com/2007/10/03/apache-log-rotation-on-ubuntu-server/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 01:57:50 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Server Log]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/2007/10/03/apache-log-rotation-on-ubuntu-server/</guid>
		<description><![CDATA[Interestingly, the log rotation utility rotatelogs which came with Apache does not work with Ubuntu 7.04 installation. At least not when the Apache is installed via apt-get. By default, Ubuntu server utilizes logrotate not rotatelogs to rotate all its server logs. Appache access and error logs are rotated on a weekly basis when first installed. [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2007/10/03/apache-log-rotation-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

