<?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>Apache Error &#8211; Harry Jackson</title>
	<atom:link href="http://127.0.0.1:8090/tag/apache-error/feed" rel="self" type="application/rss+xml" />
	<link>http://127.0.0.1:8090</link>
	<description>Parent, Painter, Programmer</description>
	<lastBuildDate>Wed, 29 Dec 2004 06:49:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Apache Error</title>
		<link>http://127.0.0.1:8090/apache_error.htm</link>
					<comments>http://127.0.0.1:8090/apache_error.htm#respond</comments>
		
		<dc:creator><![CDATA[harry]]></dc:creator>
		<pubDate>Wed, 29 Dec 2004 06:49:37 +0000</pubDate>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Apache Error]]></category>
		<guid isPermaLink="false">http://www.hjackson.org/wp/?p=240</guid>

					<description><![CDATA[I created a duplicate website on my box today for testing the rss jobs site and lo and behold a famous error. Invalid command &#8216;PerlHandler&#8217;, perhaps mis-spelled or defined by a module not included in the server configuration. Basically I have not got mod_perl working for the localhost server. I edited httpd.conf and added the &#8230; <p class="link-more"><a href="http://127.0.0.1:8090/apache_error.htm" class="more-link">Continue reading<span class="screen-reader-text"> "Apache Error"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>I created a duplicate website on my box today for testing the <a href="http://www.uklug.co.uk/">rss jobs site</a> and lo and behold a famous error.<br />
Invalid command &#8216;PerlHandler&#8217;, perhaps mis-spelled or defined by a module not included in the server configuration.<br />
Basically I have not got mod_perl working for the localhost server. I edited httpd.conf and added the following and we are in business.<br />
AddModule mod_perl.c</p>
<p>Alias /perl/ /var/www/perl/</p>
<p>SetHandler perl-script<br />
PerlHandler Apache::Registry<br />
Options +ExecCGI</p>
<p>I now have a mirror of the live site on the local machine for testing.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://127.0.0.1:8090/apache_error.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
