<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Development, Analysis And Research</title>
	<atom:link href="http://ajohnstone.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajohnstone.com</link>
	<description>by Andrew Johnstone</description>
	<lastBuildDate>Fri, 26 Apr 2013 10:42:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Requests per second from Apache logs by Steve</title>
		<link>http://ajohnstone.com/achives/requests-per-second-from-apache-logs/comment-page-1/#comment-60785</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 26 Apr 2013 10:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajohnstone.com/?p=903#comment-60785</guid>
		<description><![CDATA[Hi there... sorry that this is old, but I&#039;m trying to use your script to check for my usage per second for the day. I&#039;m receiving this error when I attempt to run it:

$ perl apache-get-stats b2f01_access.log.10.gz
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 116, near &quot;}) &quot;
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 123, near &quot;};&quot;
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 133, near &quot;}) &quot;
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 165, near &quot;}) &quot;
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 166, near &quot;}) &quot;
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 173, near &quot;}) &quot;
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 194, near &quot;})&quot;
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 205, near &quot;})&quot;
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 219, near &quot;}) &quot;
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 227, near &quot;}) &quot;
apache-get-stats has too many errors.


Thoughts? Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi there&#8230; sorry that this is old, but I&#8217;m trying to use your script to check for my usage per second for the day. I&#8217;m receiving this error when I attempt to run it:</p>
<p>$ perl apache-get-stats b2f01_access.log.10.gz<br />
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 116, near &#8220;}) &#8221;<br />
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 123, near &#8220;};&#8221;<br />
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 133, near &#8220;}) &#8221;<br />
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 165, near &#8220;}) &#8221;<br />
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 166, near &#8220;}) &#8221;<br />
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 173, near &#8220;}) &#8221;<br />
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 194, near &#8220;})&#8221;<br />
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 205, near &#8220;})&#8221;<br />
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 219, near &#8220;}) &#8221;<br />
Type of arg 1 to keys must be hash (not hash element) at apache-get-stats line 227, near &#8220;}) &#8221;<br />
apache-get-stats has too many errors.</p>
<p>Thoughts? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Install multiple instances by vinodh</title>
		<link>http://ajohnstone.com/achives/mysql-install-multiple-instances/comment-page-1/#comment-31463</link>
		<dc:creator>vinodh</dc:creator>
		<pubDate>Tue, 04 Sep 2012 10:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajohnstone.com/?p=160#comment-31463</guid>
		<description><![CDATA[great. thanks . My boss wanted me to configure multiple mysql instances on same physical machine . it works !]]></description>
		<content:encoded><![CDATA[<p>great. thanks . My boss wanted me to configure multiple mysql instances on same physical machine . it works !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5.3 autoload/class_exists fail by andrew.johnstone</title>
		<link>http://ajohnstone.com/achives/php5-3-autoload-class_exists-fail/comment-page-1/#comment-23912</link>
		<dc:creator>andrew.johnstone</dc:creator>
		<pubDate>Wed, 20 Jun 2012 16:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajohnstone.com/?p=573#comment-23912</guid>
		<description><![CDATA[In the example above this was in fact using spl_autoload_register.
I&#039;ve never debugged this properly when ever I have encountered this problem.
The typical steps were to attempt to upgrade, clear APC etc.]]></description>
		<content:encoded><![CDATA[<p>In the example above this was in fact using spl_autoload_register.<br />
I&#8217;ve never debugged this properly when ever I have encountered this problem.<br />
The typical steps were to attempt to upgrade, clear APC etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5.3 autoload/class_exists fail by Mike</title>
		<link>http://ajohnstone.com/achives/php5-3-autoload-class_exists-fail/comment-page-1/#comment-22475</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 16 Jun 2012 05:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajohnstone.com/?p=573#comment-22475</guid>
		<description><![CDATA[I had a similar problem I think where a random class would fail to load when others loaded just fine. I switched from the __autoload method to the spl_autoload_register method and the problem cleared up.]]></description>
		<content:encoded><![CDATA[<p>I had a similar problem I think where a random class would fail to load when others loaded just fine. I switched from the __autoload method to the spl_autoload_register method and the problem cleared up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP apache_note, Graphite &amp; Logster for logging by John Cannon</title>
		<link>http://ajohnstone.com/achives/php-apache_note-logging-data/comment-page-1/#comment-12427</link>
		<dc:creator>John Cannon</dc:creator>
		<pubDate>Thu, 23 Feb 2012 05:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajohnstone.com/?p=764#comment-12427</guid>
		<description><![CDATA[Hey that was really needful. Thanks for sharing. I&#039;ll surely be looking for more.]]></description>
		<content:encoded><![CDATA[<p>Hey that was really needful. Thanks for sharing. I&#8217;ll surely be looking for more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Java &amp; MySQL &#8211; unattended/non-interactive installation by apt-get unattended / non-interactive installation &#124; Development, Analysis And Research</title>
		<link>http://ajohnstone.com/achives/installing-java-mysql-unattendednon-interactive-installation/comment-page-1/#comment-11207</link>
		<dc:creator>apt-get unattended / non-interactive installation &#124; Development, Analysis And Research</dc:creator>
		<pubDate>Thu, 19 Jan 2012 23:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajohnstone.com/?p=593#comment-11207</guid>
		<description><![CDATA[[...] previously wrote about &#8220;Installing Java &amp; MySQL – unattended/non-interactive installation&#8221;. Whilst using slack, I have been running apt-get during postinstall rather than preinstall. Files [...]]]></description>
		<content:encoded><![CDATA[<p>[...] previously wrote about &#8220;Installing Java &amp; MySQL – unattended/non-interactive installation&#8221;. Whilst using slack, I have been running apt-get during postinstall rather than preinstall. Files [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server hacked: exim4 &#8212; arbitrary code execution by franck</title>
		<link>http://ajohnstone.com/achives/server-hacked-exim4-arbitrary-code-execution/comment-page-1/#comment-9394</link>
		<dc:creator>franck</dc:creator>
		<pubDate>Wed, 14 Dec 2011 17:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajohnstone.com/?p=405#comment-9394</guid>
		<description><![CDATA[http://en.wikipedia.org/wiki/FreeBSD_jail]]></description>
		<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/FreeBSD_jail" rel="nofollow">http://en.wikipedia.org/wiki/FreeBSD_jail</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server hacked: exim4 &#8212; arbitrary code execution by franck</title>
		<link>http://ajohnstone.com/achives/server-hacked-exim4-arbitrary-code-execution/comment-page-1/#comment-9393</link>
		<dc:creator>franck</dc:creator>
		<pubDate>Wed, 14 Dec 2011 17:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajohnstone.com/?p=405#comment-9393</guid>
		<description><![CDATA[That web server should not live in such close proximity to that SMTP server... chroot/jail may be the answer if you have to have SMTP open on that box.

I would suggest *BSD over Debian/Ubuntu ;-) 

Lazy, and still using sendmail!]]></description>
		<content:encoded><![CDATA[<p>That web server should not live in such close proximity to that SMTP server&#8230; chroot/jail may be the answer if you have to have SMTP open on that box.</p>
<p>I would suggest *BSD over Debian/Ubuntu <img src='http://ajohnstone.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>
<p>Lazy, and still using sendmail!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Java &amp; MySQL &#8211; unattended/non-interactive installation by Vagrant &#8211; Automating PHP Installation with bash/slack for continuous deployment &#124; Development, Analysis And Research</title>
		<link>http://ajohnstone.com/achives/installing-java-mysql-unattendednon-interactive-installation/comment-page-1/#comment-9188</link>
		<dc:creator>Vagrant &#8211; Automating PHP Installation with bash/slack for continuous deployment &#124; Development, Analysis And Research</dc:creator>
		<pubDate>Sun, 11 Dec 2011 02:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajohnstone.com/?p=593#comment-9188</guid>
		<description><![CDATA[[...] More examples of installing MySQL unattended can be found at Installing Java &amp; MySQL – unattended/non-interactive installation [...]]]></description>
		<content:encoded><![CDATA[<p>[...] More examples of installing MySQL unattended can be found at Installing Java &amp; MySQL – unattended/non-interactive installation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running several VIPs on the same interface with ucarp and haproxy by Can the NIC ucarp uses be bridged? - Admins Goodies</title>
		<link>http://ajohnstone.com/achives/running-several-vips-on-the-same-interface-with-ucarp-and-haproxy/comment-page-1/#comment-7369</link>
		<dc:creator>Can the NIC ucarp uses be bridged? - Admins Goodies</dc:creator>
		<pubDate>Tue, 25 Oct 2011 15:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajohnstone.com/?p=18#comment-7369</guid>
		<description><![CDATA[[...] http://ajohnstone.com/achives/running-several-vips-on-the-same-interface-with-ucarp-and-haproxy/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://ajohnstone.com/achives/running-several-vips-on-the-same-interface-with-ucarp-and-haproxy/" rel="nofollow">http://ajohnstone.com/achives/running-several-vips-on-the-same-interface-with-ucarp-and-haproxy/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
