<?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"
	>
<channel>
	<title>Comments on: Django on MediaTemple dv 3.0 or 3.5 server</title>
	<atom:link href="http://www.itmilk.com/2008/07/09/django-on-mediatemple-dv-30-or-35-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itmilk.com/2008/07/09/django-on-mediatemple-dv-30-or-35-server/</link>
	<description>Personal blog of Daehee Park</description>
	<pubDate>Fri, 21 Nov 2008 13:03:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Jason J. W. Williams</title>
		<link>http://www.itmilk.com/2008/07/09/django-on-mediatemple-dv-30-or-35-server/#comment-646</link>
		<dc:creator>Jason J. W. Williams</dc:creator>
		<pubDate>Thu, 31 Jul 2008 01:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.itmilk.com/?p=235#comment-646</guid>
		<description>Looks like the comment engine stripped a bunch of the configuration tags. Give me an e-mail and I'll send you the code for vhost.conf on MT.</description>
		<content:encoded><![CDATA[<p>Looks like the comment engine stripped a bunch of the configuration tags. Give me an e-mail and I&#8217;ll send you the code for vhost.conf on MT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason J. W. Williams</title>
		<link>http://www.itmilk.com/2008/07/09/django-on-mediatemple-dv-30-or-35-server/#comment-645</link>
		<dc:creator>Jason J. W. Williams</dc:creator>
		<pubDate>Thu, 31 Jul 2008 01:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.itmilk.com/?p=235#comment-645</guid>
		<description>This should work for you in your vhost.conf:

Alias /devel "/var/www/vhosts//django-projects/"

&#60;Directory /var/www/vhosts/
        Options Indexes FollowSymLinks MultiViews


&#60;Directory /var/www/vhosts//django-projects/&#62;
        Options Indexes FollowSymLinks MultiViews
        SetHandler python-program
        PythonHandler django.core.handlers.modpython
        PythonOption django.root "/var/www/vhosts//django-projects"
        PythonPath "['/var/www/vhosts//django-projects'] + sys.path"
        SetEnv DJANGO_SETTINGS_MODULE .settings
        PythonDebug On

        Order allow,deny
        Allow from all
</description>
		<content:encoded><![CDATA[<p>This should work for you in your vhost.conf:</p>
<p>Alias /devel &#8220;/var/www/vhosts//django-projects/&#8221;</p>
<p>&lt;Directory /var/www/vhosts/<br />
        Options Indexes FollowSymLinks MultiViews</p>
<p>&lt;Directory /var/www/vhosts//django-projects/&gt;<br />
        Options Indexes FollowSymLinks MultiViews<br />
        SetHandler python-program<br />
        PythonHandler django.core.handlers.modpython<br />
        PythonOption django.root &#8220;/var/www/vhosts//django-projects&#8221;<br />
        PythonPath &#8220;['/var/www/vhosts//django-projects'] + sys.path&#8221;<br />
        SetEnv DJANGO_SETTINGS_MODULE .settings<br />
        PythonDebug On</p>
<p>        Order allow,deny<br />
        Allow from all</p>
]]></content:encoded>
	</item>
</channel>
</rss>
