<?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: Configure web2py to run behind apache with WSGI (mod_wsgi)</title>
	<atom:link href="http://jdoe.asidev.com/2009/02/26/configure-web2py-to-run-behind-apache-with-wsgi-mod_wsgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdoe.asidev.com/2009/02/26/configure-web2py-to-run-behind-apache-with-wsgi-mod_wsgi/</link>
	<description>Yet Another _unnecessary_ Blog</description>
	<lastBuildDate>Tue, 29 Nov 2011 03:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: ovidio</title>
		<link>http://jdoe.asidev.com/2009/02/26/configure-web2py-to-run-behind-apache-with-wsgi-mod_wsgi/comment-page-1/#comment-3701</link>
		<dc:creator>ovidio</dc:creator>
		<pubDate>Tue, 20 Jul 2010 22:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://jdoe.asidev.com/?p=79#comment-3701</guid>
		<description>posso rodar web2py e plone;zope na mesma porta 80????</description>
		<content:encoded><![CDATA[<p>posso rodar web2py e plone;zope na mesma porta 80????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeofowhewhecy</title>
		<link>http://jdoe.asidev.com/2009/02/26/configure-web2py-to-run-behind-apache-with-wsgi-mod_wsgi/comment-page-1/#comment-1623</link>
		<dc:creator>jeofowhewhecy</dc:creator>
		<pubDate>Mon, 06 Jul 2009 12:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://jdoe.asidev.com/?p=79#comment-1623</guid>
		<description>Excellent blog! Very interesting themes. I will regularly read it.</description>
		<content:encoded><![CDATA[<p>Excellent blog! Very interesting themes. I will regularly read it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeofowhewhecy</title>
		<link>http://jdoe.asidev.com/2009/02/26/configure-web2py-to-run-behind-apache-with-wsgi-mod_wsgi/comment-page-1/#comment-1622</link>
		<dc:creator>jeofowhewhecy</dc:creator>
		<pubDate>Mon, 06 Jul 2009 01:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://jdoe.asidev.com/?p=79#comment-1622</guid>
		<description>Awesome blog! Subscribed on rss. Regular will read it. Good job.</description>
		<content:encoded><![CDATA[<p>Awesome blog! Subscribed on rss. Regular will read it. Good job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewBoldman</title>
		<link>http://jdoe.asidev.com/2009/02/26/configure-web2py-to-run-behind-apache-with-wsgi-mod_wsgi/comment-page-1/#comment-1567</link>
		<dc:creator>AndrewBoldman</dc:creator>
		<pubDate>Thu, 04 Jun 2009 21:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://jdoe.asidev.com/?p=79#comment-1567</guid>
		<description>I really liked this post. Can I copy it to my site? Thank you in advance.</description>
		<content:encoded><![CDATA[<p>I really liked this post. Can I copy it to my site? Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://jdoe.asidev.com/2009/02/26/configure-web2py-to-run-behind-apache-with-wsgi-mod_wsgi/comment-page-1/#comment-1472</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 22 Apr 2009 10:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://jdoe.asidev.com/?p=79#comment-1472</guid>
		<description>Thank you for taking the time to write this up! I was banging my head against a wall for hours trying to get web2py up and running with Apache and WSGI.

The crucial change I had to make to the configuration was in removing the Alias directive and replacing it with DocumentRoot as in your setup:
 ### alias the location of applications (for static files)
 #Alias / /home/web2py/applications/
 DocumentRoot /home/web2py

Thanks again, and happy hacking!</description>
		<content:encoded><![CDATA[<p>Thank you for taking the time to write this up! I was banging my head against a wall for hours trying to get web2py up and running with Apache and WSGI.</p>
<p>The crucial change I had to make to the configuration was in removing the Alias directive and replacing it with DocumentRoot as in your setup:<br />
 ### alias the location of applications (for static files)<br />
 #Alias / /home/web2py/applications/<br />
 DocumentRoot /home/web2py</p>
<p>Thanks again, and happy hacking!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://jdoe.asidev.com/2009/02/26/configure-web2py-to-run-behind-apache-with-wsgi-mod_wsgi/comment-page-1/#comment-1471</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 22 Apr 2009 08:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://jdoe.asidev.com/?p=79#comment-1471</guid>
		<description>Thanks for this great guide.  It helped me set up web2py with apache, mod_wsgi and ssl support.</description>
		<content:encoded><![CDATA[<p>Thanks for this great guide.  It helped me set up web2py with apache, mod_wsgi and ssl support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdoe</title>
		<link>http://jdoe.asidev.com/2009/02/26/configure-web2py-to-run-behind-apache-with-wsgi-mod_wsgi/comment-page-1/#comment-1462</link>
		<dc:creator>jdoe</dc:creator>
		<pubDate>Fri, 17 Apr 2009 07:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://jdoe.asidev.com/?p=79#comment-1462</guid>
		<description>Well, I completely forgot to update this post :p 
The fact is that the rewrite rules I&#039;ve written are sub-optimal, but maybe can be still of help for someone...
I&#039;ll try to find the time to write something about that after lunch :)</description>
		<content:encoded><![CDATA[<p>Well, I completely forgot to update this post :p<br />
The fact is that the rewrite rules I&#8217;ve written are sub-optimal, but maybe can be still of help for someone&#8230;<br />
I&#8217;ll try to find the time to write something about that after lunch <img src='http://jdoe.asidev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://jdoe.asidev.com/2009/02/26/configure-web2py-to-run-behind-apache-with-wsgi-mod_wsgi/comment-page-1/#comment-1461</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Thu, 16 Apr 2009 21:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://jdoe.asidev.com/?p=79#comment-1461</guid>
		<description>Thanks for the great write-up, exactly what I was looking for.

I&#039;m looking forward to the next entry regarding mod_rewrite to manage web2py applications on a per domain basis. If you&#039;re not planning to write the next one anytime soon, could you point to resources on how to go about this?

Cheers,
-Seth</description>
		<content:encoded><![CDATA[<p>Thanks for the great write-up, exactly what I was looking for.</p>
<p>I&#8217;m looking forward to the next entry regarding mod_rewrite to manage web2py applications on a per domain basis. If you&#8217;re not planning to write the next one anytime soon, could you point to resources on how to go about this?</p>
<p>Cheers,<br />
-Seth</p>
]]></content:encoded>
	</item>
</channel>
</rss>

