<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'wsgi' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/wsgi</link>
		<description>wsgi</description>
		<language>ko</language>
		<pubDate>Mon, 21 Sep 2009 11:43:45 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[mod_wsgi를 사용해서 django 배포하기]]></title>
	<link>http://nixcoder.egloos.com/3299737</link>
	<guid>http://nixcoder.egloos.com/3299737</guid>
	<description>
	<![CDATA[ 
(내가 젠투에서 작업한 관계로 젠투를 기준으로 설명했다. 다른 배포판에서는 설정파일의 위치, 이름이 약간 달라질수 있다)    django 공식홈페이지에 가면 3가지 배포방법(apache + mod_wsgi, apache + mod_python, fastCGI,,,)를 설명해놨다. 문서에서는 이중에서 apache + mod_wsgi를 추천하더라. 그래서 mod_wsgi로 삽질하기로 했다    일단 mod_wsgi를 준비한다.   emerge apache mod_wsgi    mod_wsgi를 설치한 후에 아파치에 몇가지 설정을 건드린다  /etc/conf.d/apache2에서 APACHE2_OPTS항목에 &quot;-D WSGI&quot;를 추가한다  /etc/apache2/00_default_vhost.conf의 &amp;lt;V	]]>
	</description>
	<pubDate>Mon, 21 Sep 2009 11:43:45 +0900</pubDate>
	<dc:creator><![CDATA[Coder's high]]></dc:creator>
</item>
<item>
	<title><![CDATA[용어 정리]]></title>
	<link>http://icehan.egloos.com/4882105</link>
	<guid>http://icehan.egloos.com/4882105</guid>
	<description>
	<![CDATA[ 
WSGI - Web Server Gateway Interface  PEP  - Python Enhancement Proposals  	]]>
	</description>
	<pubDate>Tue, 17 Mar 2009 11:01:24 +0900</pubDate>
	<dc:creator><![CDATA[내멋대로 해라]]></dc:creator>
</item>
<item>
	<title><![CDATA[Trac 0.11 + Subversion 1.5.0 + Apache 2.2.9 + mod_wsgi 2.0 rev878]]></title>
	<link>http://fantail25.egloos.com/3821705</link>
	<guid>http://fantail25.egloos.com/3821705</guid>
	<description>
	<![CDATA[ 
mod_python보다 mod_wsgi가 더 빠르다고 해서 mod_wsgi로 설정을 해봤다.    윈도우 에서는 mod_wsgi기능이 지원이 안되는것이 많았는데 그중 PythonHome설정이나    Deamon관련 부분이 돌아가지 않아 설정에 애를 먹었다.    Trac은 AccountManagerPlugin 하나만 설치 하였다.    디렉토리 구조는 그래도 제법 공을 들였는데 프로그램과 데이터를 나누어 놓아서    백업하기 편하게 하였다.    APP  Apache  Python25(Trac, Genshi, libsvn)  Subversion  Data  Htdoc - www 용 디렉토리  Repos - SVN 저장소. 예제로 exam 하나가 들어가 있다.  Setting  Account - SVN aut	]]>
	</description>
	<pubDate>Sat, 12 Jul 2008 00:55:24 +0900</pubDate>
	<dc:creator><![CDATA[게으른 늘보의 쉼터]]></dc:creator>
</item>
	</channel>
</rss>

