<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>阿债的山寨实验室 &#187; fastcgi</title>
	<atom:link href="http://blog.declab.com/tag/fastcgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.declab.com</link>
	<description></description>
	<lastBuildDate>Thu, 27 May 2010 03:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Nginx、Flup和Fastcgi的关系</title>
		<link>http://blog.declab.com/server/2008/nginx%e3%80%81flup%e5%92%8cfastcgi%e7%9a%84%e5%85%b3%e7%b3%bb/</link>
		<comments>http://blog.declab.com/server/2008/nginx%e3%80%81flup%e5%92%8cfastcgi%e7%9a%84%e5%85%b3%e7%b3%bb/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 09:49:03 +0000</pubDate>
		<dc:creator>阿债</dc:creator>
				<category><![CDATA[服务器管理]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[flup]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[wsgi]]></category>

		<guid isPermaLink="false">http://rblog.declab.com/2008/1/nginx%e3%80%81flup%e5%92%8cfastcgi%e7%9a%84%e5%85%b3%e7%b3%bb/</guid>
		<description><![CDATA[装了几天的Nginx、Dajngo，还没彻底弄清它们之间是具体怎么通讯的。（偶不是做运维的） 这里有一篇文章，大家参考一下。 [quote]虽然flup可以作为一个独立的web server使用，但是对于浏览器请求处理一般都交给 apache/lighttpd处理，然后由apache/lighttpd转发给flup处理，这样就需要一个东西来把apache/lighttpd跟flup联系起来，这个东西就是fastcgi，它通过环境变量以及socket将客户端请求的信息传送给flup并接收flup返回的结果[/quote] 摘自 [url=http://www.7tt.com.cn/perol/2007/10/25/fastcgi_flup_wsgi/]《WSGI、flup、fastcgi、web.py的关系》[/url] No related posts. 以上关联文章由 Yet Another Related Posts Plugin 提供支持。


No related posts.

以上关联文章由 <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a> 提供支持。]]></description>
			<content:encoded><![CDATA[<p><span id="more-19"></span><br />
装了几天的Nginx、Dajngo，还没彻底弄清它们之间是具体怎么通讯的。（偶不是做运维的）<br />
这里有一篇文章，大家参考一下。<br />
[quote]虽然flup可以作为一个独立的web server使用，但是对于浏览器请求处理一般都交给 apache/lighttpd处理，然后由apache/lighttpd转发给flup处理，这样就需要一个东西来把apache/lighttpd跟flup联系起来，这个东西就是fastcgi，它通过环境变量以及socket将客户端请求的信息传送给flup并接收flup返回的结果[/quote]<br />
摘自 [url=http://www.7tt.com.cn/perol/2007/10/25/fastcgi_flup_wsgi/]《WSGI、flup、fastcgi、web.py的关系》[/url]</p>


<p>No related posts.</p>
<p>以上关联文章由 <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a> 提供支持。</p>]]></content:encoded>
			<wfw:commentRss>http://blog.declab.com/server/2008/nginx%e3%80%81flup%e5%92%8cfastcgi%e7%9a%84%e5%85%b3%e7%b3%bb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
