<?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; error_log</title>
	<atom:link href="http://skeymedia.com/tag/error_log/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>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>
