<?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 on: Akismet Update and Server Problems</title>
	<atom:link href="http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=akismet-update-and-server-problems</link>
	<description>Mike Little&#039;s not-quite-so-daily thoughts, babblings, and random synapse firings!</description>
	<lastBuildDate>Sat, 14 Apr 2012 17:12:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rudd-O</title>
		<link>http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/comment-page-1/#comment-89111</link>
		<dc:creator>Rudd-O</dc:creator>
		<pubDate>Wed, 01 Feb 2006 22:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?p=1172#comment-89111</guid>
		<description>Indeed, I got the same attack at my weblog last week.  I had to scramble and tone a lot of system services down, since the attacker hit my httpd, and it was configured with a maxclients setting too high, causing a load of over 266.</description>
		<content:encoded><![CDATA[<p>Indeed, I got the same attack at my weblog last week.  I had to scramble and tone a lot of system services down, since the attacker hit my httpd, and it was configured with a maxclients setting too high, causing a load of over 266.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calvin</title>
		<link>http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/comment-page-1/#comment-86948</link>
		<dc:creator>calvin</dc:creator>
		<pubDate>Wed, 25 Jan 2006 19:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?p=1172#comment-86948</guid>
		<description>wene i go on the web site it seyes to update my server so im updateing it</description>
		<content:encoded><![CDATA[<p>wene i go on the web site it seyes to update my server so im updateing it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calvin</title>
		<link>http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/comment-page-1/#comment-86947</link>
		<dc:creator>calvin</dc:creator>
		<pubDate>Wed, 25 Jan 2006 19:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?p=1172#comment-86947</guid>
		<description>it sayes to update your server</description>
		<content:encoded><![CDATA[<p>it sayes to update your server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/comment-page-1/#comment-86403</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 23 Jan 2006 01:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?p=1172#comment-86403</guid>
		<description>Hi Maddy,
I use Gallery, from http://gallery.menalto.com/ 
It&#039;s a good package and pretty easy to set up once you have read the instructions.

Mike</description>
		<content:encoded><![CDATA[<p>Hi Maddy,<br />
I use Gallery, from <a href="http://gallery.menalto.com/" rel="nofollow">http://gallery.menalto.com/</a><br />
It’s a good package and pretty easy to set up once you have read the instructions.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madeleine</title>
		<link>http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/comment-page-1/#comment-86398</link>
		<dc:creator>Madeleine</dc:creator>
		<pubDate>Mon, 23 Jan 2006 00:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?p=1172#comment-86398</guid>
		<description>hey. i was wondering what the deal with your photo gallery is. i&#039;d really like one of my own and i love the format of yours. i just don&#039;t know where to get started.

help me?</description>
		<content:encoded><![CDATA[<p>hey. i was wondering what the deal with your photo gallery is. i’d really like one of my own and i love the format of yours. i just don’t know where to get started.</p>
<p>help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/comment-page-1/#comment-85811</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 20 Jan 2006 12:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?p=1172#comment-85811</guid>
		<description>Roy,
It is the &#039;killall&#039; command that I regard as not clean. For instance, I sometime run more than one web server on my machine. I wouldn&#039;t want to kill all of them and only re-start one. 

The restart option for the apache start-up script will first stop the process it started before starting another.

Thus my cron script might look like
&lt;code&gt;
if [ `ps -ef &#124; grep httpd &#124; wc -l` -gt &quot;25&quot; ]
    then /etc/init.d restart
fi
&lt;/code&gt;
(I haven&#039;t tried this, so the syntax might be wrong)

Mike</description>
		<content:encoded><![CDATA[<p>Roy,<br />
It is the ‘killall’ command that I regard as not clean. For instance, I sometime run more than one web server on my machine. I wouldn’t want to kill all of them and only re-start one. </p>
<p>The restart option for the apache start-up script will first stop the process it started before starting another.</p>
<p>Thus my cron script might look like<br />
<code><br />
if [ `ps -ef | grep httpd | wc -l` -gt "25" ]<br />
    then /etc/init.d restart<br />
fi<br />
</code><br />
(I haven’t tried this, so the syntax might be wrong)</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Schestowitz</title>
		<link>http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/comment-page-1/#comment-85808</link>
		<dc:creator>Roy Schestowitz</dc:creator>
		<pubDate>Fri, 20 Jan 2006 11:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?p=1172#comment-85808</guid>
		<description>I assume that restarting httpd will send a signal to one or all of the existing daemons. Why not add a conditional statement (e.g.  ps -ef &#124; grep httpd &#124; wc -l &gt; 2). Nothing to lose here... if the state is morbid, killall -HUP httpd; /etc/init.d/httpd restart; (if that&#039;s the path in your distribution)</description>
		<content:encoded><![CDATA[<p>I assume that restarting httpd will send a signal to one or all of the existing daemons. Why not add a conditional statement (e.g.  ps –ef | grep httpd | wc –l &gt; 2). Nothing to lose here… if the state is morbid, killall –HUP httpd; /etc/init.d/httpd restart; (if that’s the path in your distribution)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/comment-page-1/#comment-85795</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 20 Jan 2006 09:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?p=1172#comment-85795</guid>
		<description>Hi Roy, 
That&#039;s a good idea but it would be much &#039;cleaner&#039; to use the proper start up script to do something like that. In my case
&lt;code&gt;
/etc/init.d/httpd restart
&lt;/code&gt;

But I&#039;d still rather do that only having detected something wrong like too many connections

Mike</description>
		<content:encoded><![CDATA[<p>Hi Roy,<br />
That’s a good idea but it would be much ‘cleaner’ to use the proper start up script to do something like that. In my case<br />
<code><br />
/etc/init.d/httpd restart<br />
</code></p>
<p>But I’d still rather do that only having detected something wrong like too many connections</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Schestowitz</title>
		<link>http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/comment-page-1/#comment-85792</link>
		<dc:creator>Roy Schestowitz</dc:creator>
		<pubDate>Fri, 20 Jan 2006 09:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?p=1172#comment-85792</guid>
		<description>Mike, consider running a cron job such as

killall -HUP httpd
httpd

This will periodically disable your Web daemons for a few milliseconds and restart a single session. Choose frequency in accordance with server strain.</description>
		<content:encoded><![CDATA[<p>Mike, consider running a cron job such as</p>
<p>killall –HUP httpd<br />
httpd</p>
<p>This will periodically disable your Web daemons for a few milliseconds and restart a single session. Choose frequency in accordance with server strain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://zed1.com/journalized/archives/2006/01/14/akismet-update-and-server-problems/comment-page-1/#comment-85394</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 19 Jan 2006 07:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?p=1172#comment-85394</guid>
		<description>Hi Mike,
You need to use the latest version of the them which corrects this problem. Get it from http://zed1.com/journalized/themes/journalized-winter/

Mike</description>
		<content:encoded><![CDATA[<p>Hi Mike,<br />
You need to use the latest version of the them which corrects this problem. Get it from <a href="http://zed1.com/journalized/themes/journalized-winter/" rel="nofollow">http://zed1.com/journalized/themes/journalized-winter/</a></p>
<p>Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.253 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-13 22:34:59 -->
<!-- Compression = gzip -->
