<?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/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:media="http://search.yahoo.com/mrss/"
> <channel><title>Comments on: Nobody Can Hear You</title> <atom:link href="http://chris.pirillo.com/nobody-can-hear-you/feed/" rel="self" type="application/rss+xml" /><link>http://chris.pirillo.com/nobody-can-hear-you/</link> <description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description> <lastBuildDate>Tue, 24 Nov 2009 17:33:24 -0800</lastBuildDate> <generator>http://wordpress.org/?v=2.8.5</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/nobody-can-hear-you/comment-page-1/#comment-57</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sun, 06 Jan 2002 18:18:02 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/05/nobody-can-hear-you/#comment-57</guid> <description>If only we had another server on hand. :)</description> <content:encoded><![CDATA[<p>If only we had another server on hand. :)</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/nobody-can-hear-you/comment-page-1/#comment-56</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sun, 06 Jan 2002 18:01:16 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/05/nobody-can-hear-you/#comment-56</guid> <description>Re: load-balancing, Chris, what I&#039;m really talking about is having two servers set up behind a load-balancer, both running the same code.  Highly-available web sites aren&#039;t difficult to set up but they can be expensive.  If you&#039;re not having problems with a machine actually going belly-up, you can have all the HTML, CGI and so on residing on one machine with those file systems exported.  The other machine then mounts and uses those share-points.  The hostname/IP address that the outside world knows about is that of the load-balancer, not the machines themselves.  The load balancer them dispatches the inbound request to whichever machine is least busy.
Make sense?  Yeah, a cron job will do it but it&#039;s not fool-proof.
BTW, have you looked into why your apache is dying?</description> <content:encoded><![CDATA[<p>Re: load-balancing, Chris, what I&#39;m really talking about is having two servers set up behind a load-balancer, both running the same code.  Highly-available web sites aren&#39;t difficult to set up but they can be expensive.  If you&#39;re not having problems with a machine actually going belly-up, you can have all the HTML, CGI and so on residing on one machine with those file systems exported.  The other machine then mounts and uses those share-points.  The hostname/IP address that the outside world knows about is that of the load-balancer, not the machines themselves.  The load balancer them dispatches the inbound request to whichever machine is least busy.<br
/> Make sense?  Yeah, a cron job will do it but it&#39;s not fool-proof.<br
/> BTW, have you looked into why your apache is dying?</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/nobody-can-hear-you/comment-page-1/#comment-55</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sat, 05 Jan 2002 19:52:32 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/05/nobody-can-hear-you/#comment-55</guid> <description>Yeah, I&#039;m waiting to hear back from my sysadmin about how to set up the cron job for it. As you can tell, I&#039;m not as well versed in FreeBSD as, say... anything else. :)
Thanks for the note on the template error. I was tweaking them this morning and used the wrong variable(s). It should be fixed now.</description> <content:encoded><![CDATA[<p>Yeah, I&#39;m waiting to hear back from my sysadmin about how to set up the cron job for it. As you can tell, I&#39;m not as well versed in FreeBSD as, say&#8230; anything else. :)<br
/> Thanks for the note on the template error. I was tweaking them this morning and used the wrong variable(s). It should be fixed now.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/nobody-can-hear-you/comment-page-1/#comment-54</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sat, 05 Jan 2002 19:40:54 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/05/nobody-can-hear-you/#comment-54</guid> <description>First off you should have a monitoring cronjob that checks the httpd processes every 5 or so minutes and fires off an email to the admins instead of sitting around and watching it. Also if there is a DoS attack or DDoS attack going on your logs should have at least some kind of trail you can follow. You can ban those IP&#039;s in the apache config. As for it crappin out on ya are there no logs to see what&#039;s happening? Is the site on *nix or Wintel? If it&#039;s *nix there is always some kind of clue as to why it&#039;s dying. FYI there are problems with the templates when u try and preview one of these posts.</description> <content:encoded><![CDATA[<p>First off you should have a monitoring cronjob that checks the httpd processes every 5 or so minutes and fires off an email to the admins instead of sitting around and watching it. Also if there is a DoS attack or DDoS attack going on your logs should have at least some kind of trail you can follow. You can ban those IP&#39;s in the apache config. As for it crappin out on ya are there no logs to see what&#39;s happening? Is the site on *nix or Wintel? If it&#39;s *nix there is always some kind of clue as to why it&#39;s dying. FYI there are problems with the templates when u try and preview one of these posts.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/nobody-can-hear-you/comment-page-1/#comment-53</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sat, 05 Jan 2002 19:13:58 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/05/nobody-can-hear-you/#comment-53</guid> <description>Urgo has the right idea. As for switching to another HTTP port, as you probably know by now that according to IANA&#039;s list of ports there is only one HTTP port (port 80), though there are two HTTPS ports for some reason.</description> <content:encoded><![CDATA[<p>Urgo has the right idea. As for switching to another HTTP port, as you probably know by now that according to IANA&#39;s list of ports there is only one HTTP port (port 80), though there are two HTTPS ports for some reason.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/nobody-can-hear-you/comment-page-1/#comment-52</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sat, 05 Jan 2002 18:45:25 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/05/nobody-can-hear-you/#comment-52</guid> <description>fwiw, I am one of the many thrown into Comcast hell for the last week. For some reason I can not access the Lockergnome site or your web logs directly from Comcast. If I switch to a proxy server using something other than port 80 then I can retrieve your site.
I am reading reports that the Comcast problem may be due to routing. Web servers are seeing requests for the Comcast network, but the replies back from the web server to the clients on Comcast&#039;s network are not getting thru.
I have no idea if this is causing your problem, but I thought I would share the info.</description> <content:encoded><![CDATA[<p>fwiw, I am one of the many thrown into Comcast hell for the last week. For some reason I can not access the Lockergnome site or your web logs directly from Comcast. If I switch to a proxy server using something other than port 80 then I can retrieve your site.<br
/> I am reading reports that the Comcast problem may be due to routing. Web servers are seeing requests for the Comcast network, but the replies back from the web server to the clients on Comcast&#39;s network are not getting thru.<br
/> I have no idea if this is causing your problem, but I thought I would share the info.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/nobody-can-hear-you/comment-page-1/#comment-51</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sat, 05 Jan 2002 18:37:25 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/05/nobody-can-hear-you/#comment-51</guid> <description>What if you set up a round robin dns?  You would have lockergnome.com point to two (or more) ip addresses.  Each time someone tries to go to there it would bounce you randomly to one of the ones specified in the DNS listing.
Name:    yahoo.com
Addresses:  216.115.108.245, 216.115.108.243
Non-authoritative answer:
Name:    lockergnome.com
Address:  216.246.17.205
If you have the content at both IP addresses (like yahoo does) then this should work.</description> <content:encoded><![CDATA[<p>What if you set up a round robin dns?  You would have <a
href="http://lockergnome.com" title="http://lockergnome.com" target="_blank">lockergnome.com</a> point to two (or more) ip addresses.  Each time someone tries to go to there it would bounce you randomly to one of the ones specified in the DNS listing.<br
/> Name: <a
href="http://yahoo.com" title="http://yahoo.com" target="_blank">yahoo.com</a><br
/> Addresses:  216.115.108.245, 216.115.108.243<br
/> Non-authoritative answer:<br
/> Name: <a
href="http://lockergnome.com" title="http://lockergnome.com" target="_blank">lockergnome.com</a><br
/> Address:  216.246.17.205<br
/> If you have the content at both IP addresses (like yahoo does) then this should work.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/nobody-can-hear-you/comment-page-1/#comment-50</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sat, 05 Jan 2002 18:12:37 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/05/nobody-can-hear-you/#comment-50</guid> <description>Well, we did that for the images, but (that I know of) we can&#039;t do it easily with the HTML pages - which is our problem.</description> <content:encoded><![CDATA[<p>Well, we did that for the images, but (that I know of) we can&#39;t do it easily with the HTML pages &#8211; which is our problem.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://chris.pirillo.com/nobody-can-hear-you/comment-page-1/#comment-49</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sat, 05 Jan 2002 18:11:25 +0000</pubDate> <guid
isPermaLink="false">http://chris.pirillo.com/2002/01/05/nobody-can-hear-you/#comment-49</guid> <description>Set up another server and load balance between them.  That way if one goes down the other picks up the load.</description> <content:encoded><![CDATA[<p>Set up another server and load balance between them.  That way if one goes down the other picks up the load.</p> ]]></content:encoded> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 12/29 queries in 0.100 seconds using memcached
Content Delivery Network via maxcdn.chris.pirillo.com

Served from: 192.168.20.62 @ 2009-11-25 09:24:57 -->