<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>server-status &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/server-status/</link>
	<description>Feed of posts on WordPress.com tagged "server-status"</description>
	<pubDate>Sun, 27 Dec 2009 22:02:05 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Tuesday Morning Post: Best Patch Ever Edition(Reproduced)]]></title>
<link>http://juliammofans.wordpress.com/2009/12/17/tuesday-morning-post-best-patch-ever-editionreproduced/</link>
<pubDate>Thu, 17 Dec 2009 01:45:12 +0000</pubDate>
<dc:creator>juliammofans</dc:creator>
<guid>http://juliammofans.wordpress.com/2009/12/17/tuesday-morning-post-best-patch-ever-editionreproduced/</guid>
<description><![CDATA[No, I&#8217;m serious. They finally got the LFG tool right, and they got it right in the most epic m]]></description>
<content:encoded><![CDATA[No, I&#8217;m serious. They finally got the LFG tool right, and they got it right in the most epic m]]></content:encoded>
</item>
<item>
<title><![CDATA[Server Downtime.]]></title>
<link>http://wowticker.wordpress.com/2009/09/29/server-downtime/</link>
<pubDate>Tue, 29 Sep 2009 13:12:32 +0000</pubDate>
<dc:creator>wowticker</dc:creator>
<guid>http://wowticker.wordpress.com/2009/09/29/server-downtime/</guid>
<description><![CDATA[The servers will be experiencing regular maintenance this morning.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The servers will be experiencing regular maintenance this morning.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Rolling Restarts Occuring NOW]]></title>
<link>http://wowticker.wordpress.com/2009/09/23/rolling-restarts-occuring-now/</link>
<pubDate>Wed, 23 Sep 2009 13:18:33 +0000</pubDate>
<dc:creator>wowticker</dc:creator>
<guid>http://wowticker.wordpress.com/2009/09/23/rolling-restarts-occuring-now/</guid>
<description><![CDATA[Several servers are going through rolling restarts this morning to (hopefully) fix some lag issues.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Several servers are going through rolling restarts this morning to (hopefully) fix some lag issues.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Maintenace Extended]]></title>
<link>http://wowticker.wordpress.com/2009/09/22/maintenace-extended/</link>
<pubDate>Tue, 22 Sep 2009 18:57:20 +0000</pubDate>
<dc:creator>wowticker</dc:creator>
<guid>http://wowticker.wordpress.com/2009/09/22/maintenace-extended/</guid>
<description><![CDATA[Some servers are still offline. Reports claim until 12:30 PDT.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Some servers are still offline. Reports claim until 12:30 PDT.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to monitor Apache server status?]]></title>
<link>http://nicetechstuff.wordpress.com/2009/05/20/how-to-monitor-apache-server-status/</link>
<pubDate>Wed, 20 May 2009 06:52:19 +0000</pubDate>
<dc:creator>nicetechstuff</dc:creator>
<guid>http://nicetechstuff.wordpress.com/2009/05/20/how-to-monitor-apache-server-status/</guid>
<description><![CDATA[There is a built in module mod_status available in apache which helps to get server status from a we]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>There is a built in module mod_status available in apache which helps to get server status from a web browser</p>
<p>To monitor Apache webserver,</p>
<ul>
<li>Open httpd.conf(Placed at  &#60;Apache Install Dir&#62;/conf/httpd.conf)</li>
</ul>
<p style="padding-left:60px;">    vi httpd.conf</p>
<ul>
<li>Set the Location directive as below. It will alow only from 192.13.24.57</li>
</ul>
<p style="padding-left:60px;">  &#60;Location /server-status&#62;</p>
<p style="padding-left:90px;">   SetHandler server-status</p>
<p style="padding-left:90px;">   Order Deny,Allow</p>
<p style="padding-left:90px;">   Deny from all</p>
<p style="padding-left:90px;">   Allow from 192.13.24.57</p>
<p style="padding-left:60px;">  &#60;/Location&#62;</p>
<ul>
<li>Set ExtendendStatus  to on</li>
</ul>
<p style="padding-left:60px;">  ExtendedStatus on</p>
<ul>
<li>Save the httpd.conf and restart the webserver</li>
</ul>
<p>Now you can monitor your apache webserver with http://servername/server-status from 192.13.24.57 browser</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Protecting /server-status and /server-info, sort of.]]></title>
<link>http://michaelsanford.wordpress.com/2009/04/14/protecting-server-status-and-server-info-sort-of/</link>
<pubDate>Tue, 14 Apr 2009 15:08:18 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid>http://michaelsanford.wordpress.com/2009/04/14/protecting-server-status-and-server-info-sort-of/</guid>
<description><![CDATA[Just turned on server-status or server-info? I have previously not made much use of Apache&#8217;s s]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3>Just turned on server-status or server-info?</h3>
<p>I have previously not made much use of Apache&#8217;s server-status and server-info functions, but recently I&#8217;ve found a use for them as traffic and development increases on my new server.</p>
<p>After a bit of reading online, I noticed that The Apache Software Foundation <a title="(New window)" href="http://apache.org/server-status" target="_blank">doesn&#8217;t even protect their own server-status page</a>. I asked for peoples&#8217; opinions of this practise, since, at first glance, there is very little to be concerned about serving server-status information to the general public.</p>
<p>Thankfully, I took a second glance.</p>
<p>As my friend and highly skilled programmer Nebu Pookins soon <a href="http://twitter.com/NebuPookins/status/1477734377">pointed out</a>:</p>
<blockquote><p><span class="status-body"><span class="entry-content">What can you do with server-status besides regexp for &#8220;GET .*\?.*pass(word)?\=.*&#8221; (in which case you got bigger problems)?</span></span></p></blockquote>
<p>I glibly replied that no programmer worth his salt would implement a password mechanism using an exposed method like a GET variable. However, there are many other parts of your site that server-status can expose which should probably remain private. For instance, if you have taken pains to hide your web-based administrative tools, you will expose them to the world.</p>
<h3>How can you go about protecting server-status and, equally importantly, server-info?</h3>
<p>The first thing to realize about these two &#8220;pages&#8221; is that they are internal functions to httpd, and can not be protected by any mechanism above the server layer (like a PHP script or a /server-status/.htaccess file).</p>
<p>The answer is extremely simple: embed the directives you would otherwise put inside an .htaccess file directly into the &#60;Location /server-status&#62; directive, like so:</p>
<pre style="padding-left:30px;">&#60;IfModule mod_status.c&#62;
#
# Allow server status reports generated by mod_status,
# with the URL of http://servername/server-status
# Uncomment and change the ".example.com" to allow
# access from other hosts.
#
&#60;Location /server-status&#62;
    SetHandler server-status
    Order deny,allow

    AuthType Basic
    AuthName "Developer Zone
    AuthUserFile /etc/apache2/extra/mod_status.htpasswd
    Require user developer_joe
&#60;/Location&#62;
&#60;/IfModule&#62;</pre>
<p>Exactly the same can be done for server-info.</p>
<p>I should point out that this method has all of the pitfalls of httpd&#8217;s Basic htaccess method and is not foolproof. This will, however, allow you at least to password protect some sensitive information, while still allowing you access to it from outside your LAN.</p>
<p>If your development machine always has a <acronym title="Fully Qualified Domain Name">FQDN</acronym>, you can also add that above in an &#8220;Allow from name.com&#8221; drective.</p>
<p>For additional security, you can change the name of the path to the server-status to some random string, which will make it difficult to find in the first place. Security through obscurity is among the weakest methods, but another layer never hurts.</p>
<p>I welcome your commetns and experience(s).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Yes Virginia, The Servers Are Down]]></title>
<link>http://gweedosplace.wordpress.com/2008/11/11/yes-virginia-the-servers-are-down/</link>
<pubDate>Wed, 12 Nov 2008 01:14:07 +0000</pubDate>
<dc:creator>Gweedo</dc:creator>
<guid>http://gweedosplace.wordpress.com/2008/11/11/yes-virginia-the-servers-are-down/</guid>
<description><![CDATA[This used to be a helicopter. It crashed. Was the crash worse than anybody realizes, or Blizzard is ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_387" class="wp-caption alignright" style="width: 310px"><a href="http://gweedosplace.wordpress.com/files/2008/11/crash.jpg"><img class="size-medium wp-image-387" title="crash" src="http://gweedosplace.wordpress.com/files/2008/11/crash.jpg?w=300" alt="This used to be a helicopter.  It crashed." width="300" height="226" /></a><p class="wp-caption-text">This used to be a helicopter.  It crashed.</p></div>
<p>Was the crash worse than anybody realizes, or Blizzard is willing to admit?</p>
<p>It all began this afternoon.  The servers came back up <em>on schedule</em> and then, almost immediately, went back down.  They&#8217;ve been down ever since.</p>
<p>Wowrealmstatus.net appears to have collapsed already under the strain of people wanting to know if their realm is back up or not.  Lord knows the Blizzard realm status page is unreliable and lots of people use Wowrealmstatus to find out what&#8217;s going on.</p>
<p>Blizzard has announced on the service status forums that it was a problem with the in-game mail system that has caused this outage.  They originally predicted a return-to-service at 6pm, but have since edited the post to remove that prediction.  (It&#8217;s now past 8pm.)</p>
<p>I&#8217;m not really comforted by Blizzard&#8217;s choice of words either.  They said &#8220;We can now see <em>most</em> of the lost items in player mailboxes.&#8221;  That doesn&#8217;t really inspire me.</p>
<p>Is this going to be a major multi-day outage like the EQ2 outage several years ago?  If it is, this is poor timing on the eve of a major expansion launch.  What does it mean <em>in relation</em> to the launch?  Only time will tell us.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Is WordPress.com down?]]></title>
<link>http://faq.wordpress.com/2008/08/14/is-wordpresscom-down/</link>
<pubDate>Thu, 14 Aug 2008 07:06:41 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid>http://faq.wordpress.com/2008/08/14/is-wordpresscom-down/</guid>
<description><![CDATA[Q. I can&#8217;t get to my blog! Is WordPress.com&#8217;s server down? A. Probably not. WordPress.co]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Q. I can&#8217;t get to my blog! Is WordPress.com&#8217;s server down?</p>
<p>A. Probably not.  WordPress.com runs on hundreds of servers located in several separate data centers in different parts of the USA.  We&#8217;re not perfect and we do occasionally experience problems, but our network is designed so that blogs continue working even when servers or parts of the network fail.  Outages are rare and brief.</p>
<p>On the other hand, the Internet is made up of many thousands of networks all linked together.  It&#8217;s quite possible that there&#8217;s a problem with one of those networks somewhere between you and WordPress.com, that is stopping you from reaching our servers.  Here&#8217;s a quick way to check:</p>
<p><a href="http://downforeveryoneorjustme.com/wordpress.com">Is WordPress.com down for everyone or just me?</a></p>
<p>When there is a major outage or scheduled maintenance we post a topic about it at the top of the <a href="http://en.forums.wordpress.com/">support forum</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Categories problem]]></title>
<link>http://emigracyjny.wordpress.com/2008/08/11/categories-problem/</link>
<pubDate>Mon, 11 Aug 2008 19:12:56 +0000</pubDate>
<dc:creator>Leprechaun</dc:creator>
<guid>http://emigracyjny.wordpress.com/2008/08/11/categories-problem/</guid>
<description><![CDATA[Apparently I did overkill Categories on my other blog. I had 61 of them. While trying to reduce the ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Apparently I did overkill Categories on my other blog. I had 61 of them. While trying to reduce the number of them the entire page run into permanent loop. It has been several hours now. Apparently the server keeps converting all 61 categories into a default category. I just hope that it will fix by itself by tomorrow.</p>
<p>Here too there is a problem with converting categories structure. I wonder what is their server status. Switching to Opera didn&#8217;t help. IE didn&#8217;t do the trick either.</p>
<p>The only way was to delete category Polander.</p>
<p>Wow! There is a bunch of Polish language blogs in the English section of The WordPress.</p>
<ul>
<li><a href="http://wordpress.com/tag/panstwo/">Panstwo — Blogs, Pictures, and more on WordPress</a></li>
<li>..</li>
</ul>
<h1><span style="color:#ff0000;">I had to switch to different template in order to stop the loop.</span></h1>
</div>]]></content:encoded>
</item>

</channel>
</rss>
