<?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>SkeyMedia &#187; apache</title>
	<atom:link href="http://skeymedia.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://skeymedia.com</link>
	<description>Blogging about Web Development and Website Management &#38; Monetization</description>
	<lastBuildDate>Sun, 20 Sep 2009 23:18:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>xCache is More Trouble than it&#8217;s Worth</title>
		<link>http://skeymedia.com/xcache-is-more-trouble-than-it-s-worth/</link>
		<comments>http://skeymedia.com/xcache-is-more-trouble-than-it-s-worth/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 21:29:44 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[segfault]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[xcache]]></category>

		<guid isPermaLink="false">http://skeymedia.com/xcache-is-more-trouble-than-it-s-worth/</guid>
		<description><![CDATA[Two servers and a just about every option variation later, I&#8217;ve officially given up on xCache. The first round of problems involved caching config files and forms that needed to be updated all the time. I made exclude rules for those, and eventually it just got too long and became way too tedious to restart [...]]]></description>
			<content:encoded><![CDATA[<p>Two servers and a just about every option variation later, I&#8217;ve officially given up on xCache.</p>
<p>The first round of problems involved caching config files and forms that needed to be updated all the time.   I made exclude rules for those, and eventually it just got too long and became way too tedious to restart apache every time i changed a config file.</p>
<p>Second round of problems involved Apache segfaults.  Happened to me twice in 12 hours and cost me a good amount of money as it happened at 5am the second time, and I didn&#8217;t log in to check my server until noon (because I was sleeping).  7 hours of downtime across multiple sites that my server hosts, and I&#8217;m out some cash because of it, and missed out on some traffic due to a digg&#8217;ed post that is currently about to break from upcoming into popular.</p>
<p>I&#8217;ve disabled xcache for now, and things seem to be stable again.  </p>
<p>Running it, it saved me about .2 average load, and memory usage was about the same at 25% most the time.</p>
<p>I can&#8217;t say the site ran faster with it on either.</p>
<p>Maybe i&#8217;ll try it again in a later version, but in my opinion, version 1.2.1 is not all it&#8217;s cracked up to be.</p>
]]></content:encoded>
			<wfw:commentRss>http://skeymedia.com/xcache-is-more-trouble-than-it-s-worth/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to View Apache error logs</title>
		<link>http://skeymedia.com/how-to-view-apache-error-logs/</link>
		<comments>http://skeymedia.com/how-to-view-apache-error-logs/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 05:32:21 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[error_log]]></category>
		<category><![CDATA[linux system admin]]></category>

		<guid isPermaLink="false">http://skeymedia.com/how-to-view-apache-error-logs/</guid>
		<description><![CDATA[If you&#8217;re new to running your own server, sometimes just finding things is the hardest thing to do. I spent a good 15 min trying to find mine, so here&#8217;s some info to help you. Your system may vary. All my postings are from CentOS 5, running php 5.2.x, mysql 5.0.2x, and apache 2.2.x You [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re new to running your own server, sometimes just finding things is the hardest thing to do.  I spent a good 15 min trying to find mine, so here&#8217;s some info to help you.</p>
<p>Your system may vary.  All my postings are from CentOS 5, running php 5.2.x, mysql 5.0.2x, and apache 2.2.x</p>
<p>You may need root-level access to see some of these as well.</p>
<p>I use pico.  Some people like VI, some like VIM, some like NANO.  I use pico.   It&#8217;s just a text viewer.</p>
<h2>View apache error_log</h2>
<p><code>pico /usr/local/apache/logs/error_log</code></p>
<h2>Send the text file to your website to make it viewable</h2>
<p><code>cp /usr/local/apache/logs/error_log&nbsp;&nbsp;/home/SITEPATH/public_html</code></p>
<p>You can then view it in http://site.com/error_log.  Firefox will open it up with out a download prompt.</p>
]]></content:encoded>
			<wfw:commentRss>http://skeymedia.com/how-to-view-apache-error-logs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
