<?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>Patrick Hartman &#187; apache</title>
	<atom:link href="http://www.patrickhartman.com/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.patrickhartman.com</link>
	<description>web development, photoshop scripting and other thoughts</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:57:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing mod_perl from ActivePerl PPM</title>
		<link>http://www.patrickhartman.com/2010/02/18/installing-mod_perl-from-activeperl-ppm/</link>
		<comments>http://www.patrickhartman.com/2010/02/18/installing-mod_perl-from-activeperl-ppm/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 06:57:13 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.patrickhartman.com/?p=40</guid>
		<description><![CDATA[Today I installed mod_perl for the first time and ran into a few roadblocks. Nothing terribly hard to figure out, but it took some searching to get everything I needed. I thought I would share a very short tutorial on how to get it up and running quickly and hopefully prevent someone else from having [...]]]></description>
			<content:encoded><![CDATA[<p>Today I installed mod_perl for the first time and ran into a few roadblocks. Nothing terribly hard to figure out, but it took some searching to get everything I needed. I thought I would share a very short tutorial on how to get it up and running quickly and hopefully prevent someone else from having to do the same detective work.</p>
<p>This is what I had to do with ActivePerl 5.10.1.1007 and Apache 2.2.11:</p>
<ol>
<li>Install mod_perl from the ActivePerl PPM. It is not available on the ActiveState repository (by default you only have that one), so you will need to add the <a href="http://cpan.uwinnipeg.ca/PPMPackages/10xx/package.xml">University of Winnipeg 5.10 repository</a>.</li>
<li>If you used the command line PPM to install mod_perl, it prompted you to install the Apache module you need to accompany the Perl module. If you install it using the Windows PPM, it won&#8217;t prompt you and just skip that. You have to download <a href="http://cpan.uwinnipeg.ca/PPMPackages/10xx/x86/mod_perl.so">mod_perl.so</a> and place it in your /apache/modules/ directory.</li>
<li>Last think you will have to do is configure Apache&#8217;s httpd.conf file. The article <a href="http://perl.apache.org/docs/2.0/os/win32/config.html">Configuring mod_perl 2.0 for Win32</a> gives very good instructions for doing so. This will guide you through adding the LoadModule line and configuring what directories you want to have files be handled by Perl.
</ol>
<p>Once you complete the above, just restart Apache and you are good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.patrickhartman.com/2010/02/18/installing-mod_perl-from-activeperl-ppm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
