<?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: HOWTO: apache2 &amp; mod_python</title>
	<atom:link href="http://ghantoos.org/howto-apache2-mod_python/feed/" rel="self" type="application/rss+xml" />
	<link>http://ghantoos.org</link>
	<description>ghantoos.org</description>
	<lastBuildDate>Sun, 09 Oct 2011 07:58:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ignace Mouzannar (ghantoos)</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-7653</link>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
		<pubDate>Sun, 10 Oct 2010 20:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-7653</guid>
		<description>@doug

Have you enabled &quot;mod_python.load&quot; in mods-enabled? You can do this by just creating a symlink to the same file in mods-available:
cd /etc/apache2/mods-enabled/ &amp;&amp; ln -s ../mods-avaible/mod_python.load

Hope this helps.

Cheers,
 Ignace M</description>
		<content:encoded><![CDATA[<p>@doug</p>
<p>Have you enabled &#8220;mod_python.load&#8221; in mods-enabled? You can do this by just creating a symlink to the same file in mods-available:<br />
cd /etc/apache2/mods-enabled/ &#038;&#038; ln -s ../mods-avaible/mod_python.load</p>
<p>Hope this helps.</p>
<p>Cheers,<br />
 Ignace M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug ninomiya</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-7652</link>
		<dc:creator>doug ninomiya</dc:creator>
		<pubDate>Sun, 10 Oct 2010 20:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-7652</guid>
		<description>I am a python newbie.  After adding your code:PythonHandler mod_python.publisher  to site-available/default, when I try to restart apache2, I get the following error:
Invalid command &#039;PythonHandler&#039;, perhaps misspelled or defined by a module not included in the server configuration.     any idea why?    thanks, doug</description>
		<content:encoded><![CDATA[<p>I am a python newbie.  After adding your code:PythonHandler mod_python.publisher  to site-available/default, when I try to restart apache2, I get the following error:<br />
Invalid command &#8216;PythonHandler&#8217;, perhaps misspelled or defined by a module not included in the server configuration.     any idea why?    thanks, doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-2986</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 24 Dec 2009 12:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-2986</guid>
		<description>Thanks for the info!</description>
		<content:encoded><![CDATA[<p>Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herald</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-2867</link>
		<dc:creator>Herald</dc:creator>
		<pubDate>Fri, 18 Dec 2009 09:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-2867</guid>
		<description>Great post, thanks!!</description>
		<content:encoded><![CDATA[<p>Great post, thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: assem</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-1689</link>
		<dc:creator>assem</dc:creator>
		<pubDate>Sat, 05 Sep 2009 14:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-1689</guid>
		<description>thank you ,</description>
		<content:encoded><![CDATA[<p>thank you ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Dumpleton</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-918</link>
		<dc:creator>Graham Dumpleton</dc:creator>
		<pubDate>Sat, 30 May 2009 04:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-918</guid>
		<description>See also:

  http://webpython.codepoint.net/mod_python_tutorial</description>
		<content:encoded><![CDATA[<p>See also:</p>
<p>  <a href="http://webpython.codepoint.net/mod_python_tutorial" rel="nofollow">http://webpython.codepoint.net/mod_python_tutorial</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignace Mouzannar (-ghantoos-)</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-872</link>
		<dc:creator>Ignace Mouzannar (-ghantoos-)</dc:creator>
		<pubDate>Fri, 22 May 2009 12:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-872</guid>
		<description>@Bruce
Sorry I can&#039;t help you with that.

@Adil
I&#039;m not sure you can actually do this.
It could be done on 2 different virtual hosts, but you cannot specify 2 different values of PythonHandler for one vhost.

Other than this, I&#039;m glad this post helped! :)

Cheers,
Ignace M -ghantoos-</description>
		<content:encoded><![CDATA[<p>@Bruce<br />
Sorry I can&#8217;t help you with that.</p>
<p>@Adil<br />
I&#8217;m not sure you can actually do this.<br />
It could be done on 2 different virtual hosts, but you cannot specify 2 different values of PythonHandler for one vhost.</p>
<p>Other than this, I&#8217;m glad this post helped! :)</p>
<p>Cheers,<br />
Ignace M -ghantoos-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adil</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-871</link>
		<dc:creator>Adil</dc:creator>
		<pubDate>Fri, 22 May 2009 10:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-871</guid>
		<description>Thanks for the great post.
Now i&#039;m asking if it is possible to embed both .psp and .py files at the same time within apache?
I tried to add instructions of .psp &amp; .py in httpd.con file but it does not work :( .</description>
		<content:encoded><![CDATA[<p>Thanks for the great post.<br />
Now i&#8217;m asking if it is possible to embed both .psp and .py files at the same time within apache?<br />
I tried to add instructions of .psp &amp; .py in httpd.con file but it does not work :( .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: korvin</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-777</link>
		<dc:creator>korvin</dc:creator>
		<pubDate>Mon, 04 May 2009 06:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-777</guid>
		<description>Thanks!!! It&#039;s only place where I found working solution!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!! It&#8217;s only place where I found working solution!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wwli</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-612</link>
		<dc:creator>wwli</dc:creator>
		<pubDate>Mon, 06 Apr 2009 19:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-612</guid>
		<description>Thanks for the great post! I have been searched around, this one is very clear and useful!!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post! I have been searched around, this one is very clear and useful!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-551</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 26 Mar 2009 13:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-551</guid>
		<description>Cheers for the examples, they helped clear a few things up for me.

Once thing I can&#039;t workout and have not been able to find any working examples is &quot;form based user authentication&quot; using sessions. I&#039;m able to implement sessions and query postgres etc......but I can&#039;t find a &quot;this is how you do it in python&quot; example of user auth using sessions. 

Any ideas?

Thanks again!!!!!</description>
		<content:encoded><![CDATA[<p>Cheers for the examples, they helped clear a few things up for me.</p>
<p>Once thing I can&#8217;t workout and have not been able to find any working examples is &#8220;form based user authentication&#8221; using sessions. I&#8217;m able to implement sessions and query postgres etc&#8230;&#8230;but I can&#8217;t find a &#8220;this is how you do it in python&#8221; example of user auth using sessions. </p>
<p>Any ideas?</p>
<p>Thanks again!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haden</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-293</link>
		<dc:creator>haden</dc:creator>
		<pubDate>Thu, 08 Jan 2009 07:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-293</guid>
		<description>Great post... really helped me out.. was stuck with mod_python.publisher.. now my problem is solved</description>
		<content:encoded><![CDATA[<p>Great post&#8230; really helped me out.. was stuck with mod_python.publisher.. now my problem is solved</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Place Ghantoos &#187; HOWTO: apache2 &#38; mod_python</title>
		<link>http://ghantoos.org/howto-apache2-mod_python/comment-page-1/#comment-6</link>
		<dc:creator>Place Ghantoos &#187; HOWTO: apache2 &#38; mod_python</dc:creator>
		<pubDate>Mon, 01 Oct 2007 11:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/index.php/howto-apache2-mod_python/#comment-6</guid>
		<description>[...] HOWTO: apache2 &amp; mod_python [...]</description>
		<content:encoded><![CDATA[<p>[...] HOWTO: apache2 &#38; mod_python [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

