<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing mod_perl on Ubuntu Server 8.10</title>
	<atom:link href="http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 07:11:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: deepakg</title>
		<link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/comment-page-1/#comment-30</link>
		<dc:creator>deepakg</dc:creator>
		<pubDate>Sat, 10 Apr 2010 14:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepakg.com/prog/?p=8#comment-30</guid>
		<description>Look at ModPerl::Registry:&lt;br&gt;&lt;a href=&quot;http://perl.apache.org/docs/2.0/api/ModPerl/Registry.html&quot; rel=&quot;nofollow&quot;&gt;http://perl.apache.org/docs/2.0/api/ModPerl/Reg...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Look at ModPerl::Registry:<br /><a href="http://perl.apache.org/docs/2.0/api/ModPerl/Registry.html" rel="nofollow">http://perl.apache.org/docs/2.0/api/ModPerl/Reg&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hamdi123</title>
		<link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/comment-page-1/#comment-28</link>
		<dc:creator>hamdi123</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepakg.com/prog/?p=8#comment-28</guid>
		<description>so how do i make cgi-bin diretory to be excuted as mod_perl</description>
		<content:encoded><![CDATA[<p>so how do i make cgi-bin diretory to be excuted as mod_perl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepakg</title>
		<link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/comment-page-1/#comment-25</link>
		<dc:creator>deepakg</dc:creator>
		<pubDate>Wed, 16 Dec 2009 09:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepakg.com/prog/?p=8#comment-25</guid>
		<description>Indeed. Thanks for pointing it out. I&#039;ve updated the snippet above.</description>
		<content:encoded><![CDATA[<p>Indeed. Thanks for pointing it out. I&#39;ve updated the snippet above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/comment-page-1/#comment-24</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 16 Dec 2009 09:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepakg.com/prog/?p=8#comment-24</guid>
		<description>print &quot;Hello World, the time here is &quot; . localtime() . &quot;n&quot;;&lt;br&gt;&lt;br&gt;That should be a &quot;n&quot; at the end, no?&lt;br&gt;&lt;br&gt;Great tutorial, however. Thanks so much!!</description>
		<content:encoded><![CDATA[<p>print &#8220;Hello World, the time here is &#8221; . localtime() . &#8220;n&#8221;;</p>
<p>That should be a &#8220;n&#8221; at the end, no?</p>
<p>Great tutorial, however. Thanks so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peg perego pliko p3 stroller</title>
		<link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/comment-page-1/#comment-23</link>
		<dc:creator>peg perego pliko p3 stroller</dc:creator>
		<pubDate>Sun, 29 Nov 2009 08:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepakg.com/prog/?p=8#comment-23</guid>
		<description>Just what I was looking for, thank you!</description>
		<content:encoded><![CDATA[<p>Just what I was looking for, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fergusraymurray</title>
		<link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/comment-page-1/#comment-21</link>
		<dc:creator>fergusraymurray</dc:creator>
		<pubDate>Mon, 09 Nov 2009 18:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepakg.com/prog/?p=8#comment-21</guid>
		<description>Thanks, this was very helpful for me too.</description>
		<content:encoded><![CDATA[<p>Thanks, this was very helpful for me too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Receipt Printer</title>
		<link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/comment-page-1/#comment-14</link>
		<dc:creator>Receipt Printer</dc:creator>
		<pubDate>Fri, 14 Aug 2009 11:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepakg.com/prog/?p=8#comment-14</guid>
		<description>I&#039;m always having a problem with the tag print, now I know whats missing on my codes&lt;br&gt;thanks for explaining this program in an easier way</description>
		<content:encoded><![CDATA[<p>I&#39;m always having a problem with the tag print, now I know whats missing on my codes<br />thanks for explaining this program in an easier way</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seo miami</title>
		<link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/comment-page-1/#comment-13</link>
		<dc:creator>seo miami</dc:creator>
		<pubDate>Mon, 03 Aug 2009 03:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepakg.com/prog/?p=8#comment-13</guid>
		<description>I can&#039;t understand the script that you have given, Is that related to web designing?</description>
		<content:encoded><![CDATA[<p>I can&#39;t understand the script that you have given, Is that related to web designing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alden DoRosario</title>
		<link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/comment-page-1/#comment-8</link>
		<dc:creator>Alden DoRosario</dc:creator>
		<pubDate>Wed, 03 Jun 2009 11:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepakg.com/prog/?p=8#comment-8</guid>
		<description>Nice work. worked like a charm.</description>
		<content:encoded><![CDATA[<p>Nice work. worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaris</title>
		<link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/comment-page-1/#comment-7</link>
		<dc:creator>Jaris</dc:creator>
		<pubDate>Fri, 22 May 2009 10:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepakg.com/prog/?p=8#comment-7</guid>
		<description>Exactly what I need! Thank You for sharing very useful information.</description>
		<content:encoded><![CDATA[<p>Exactly what I need! Thank You for sharing very useful information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.517 seconds -->

