<?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 TRAC with mod_wsgi using virtualenv</title>
	<atom:link href="http://p0l0.binware.org/index.php/2010/05/10/installing-trac-with-mod_wsgi-using-virtualenv/feed/" rel="self" type="application/rss+xml" />
	<link>http://p0l0.binware.org/index.php/2010/05/10/installing-trac-with-mod_wsgi-using-virtualenv/</link>
	<description>Opensource Projects and IT experiences</description>
	<lastBuildDate>Tue, 17 Jan 2012 04:40:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Installing Trac 0.11 on a Python 2.6 virtualenv &#124; greendigitallife.com</title>
		<link>http://p0l0.binware.org/index.php/2010/05/10/installing-trac-with-mod_wsgi-using-virtualenv/comment-page-1/#comment-12443</link>
		<dc:creator>Installing Trac 0.11 on a Python 2.6 virtualenv &#124; greendigitallife.com</dc:creator>
		<pubDate>Tue, 17 Jan 2012 04:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://p0l0.binware.org/?p=664#comment-12443</guid>
		<description>[...] One of the best explanations on how to setup Trac on a virtualenv is this one: [...]</description>
		<content:encoded><![CDATA[<p>[...] One of the best explanations on how to setup Trac on a virtualenv is this one: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andho</title>
		<link>http://p0l0.binware.org/index.php/2010/05/10/installing-trac-with-mod_wsgi-using-virtualenv/comment-page-1/#comment-9344</link>
		<dc:creator>andho</dc:creator>
		<pubDate>Sun, 08 May 2011 16:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://p0l0.binware.org/?p=664#comment-9344</guid>
		<description>I have found the solution for my problem.
The correct directive is

SetEvn trac.env_path /path/to/trac/env

instead of

SetEnv trac.env /path/to/trac/env</description>
		<content:encoded><![CDATA[<p>I have found the solution for my problem.<br />
The correct directive is</p>
<p>SetEvn trac.env_path /path/to/trac/env</p>
<p>instead of</p>
<p>SetEnv trac.env /path/to/trac/env</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andho</title>
		<link>http://p0l0.binware.org/index.php/2010/05/10/installing-trac-with-mod_wsgi-using-virtualenv/comment-page-1/#comment-9343</link>
		<dc:creator>andho</dc:creator>
		<pubDate>Sun, 08 May 2011 15:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://p0l0.binware.org/?p=664#comment-9343</guid>
		<description>Hello I am trying to setup using these instructions.
I am running into trouble setting the environment.

SetEnv trac.env /path/trac/env

setting the env like this doesn&#039;t work but using the parent env directive works

SetEnv trac.env_parent_dir /path/trac

What do you think is the problem. Can you confirm that it works with SetEnv trac.env</description>
		<content:encoded><![CDATA[<p>Hello I am trying to setup using these instructions.<br />
I am running into trouble setting the environment.</p>
<p>SetEnv trac.env /path/trac/env</p>
<p>setting the env like this doesn&#8217;t work but using the parent env directive works</p>
<p>SetEnv trac.env_parent_dir /path/trac</p>
<p>What do you think is the problem. Can you confirm that it works with SetEnv trac.env</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P0L0</title>
		<link>http://p0l0.binware.org/index.php/2010/05/10/installing-trac-with-mod_wsgi-using-virtualenv/comment-page-1/#comment-7992</link>
		<dc:creator>P0L0</dc:creator>
		<pubDate>Tue, 11 May 2010 07:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://p0l0.binware.org/?p=664#comment-7992</guid>
		<description>I just corrected the article. Thanks for your comments.

In debian lenny mod_wsgi is still version 2.5</description>
		<content:encoded><![CDATA[<p>I just corrected the article. Thanks for your comments.</p>
<p>In debian lenny mod_wsgi is still version 2.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Dumpleton</title>
		<link>http://p0l0.binware.org/index.php/2010/05/10/installing-trac-with-mod_wsgi-using-virtualenv/comment-page-1/#comment-7991</link>
		<dc:creator>Graham Dumpleton</dc:creator>
		<pubDate>Mon, 10 May 2010 23:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://p0l0.binware.org/?p=664#comment-7991</guid>
		<description>You don&#039;t need to call site.addsitedir() in WSGI script file as you are already configured that via python-path option to WSGIDaemonProcess directive. Rather than use python.egg_cache via SetEnv, you are better off using python-eggs option to WSGIDaemonProcess. You don&#039;t need to override sys.stdout if you are using mod_wsgi 3.0 or later.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to call site.addsitedir() in WSGI script file as you are already configured that via python-path option to WSGIDaemonProcess directive. Rather than use python.egg_cache via SetEnv, you are better off using python-eggs option to WSGIDaemonProcess. You don&#8217;t need to override sys.stdout if you are using mod_wsgi 3.0 or later.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

