WSGI 服务器 uWSGI
fmms
13年前
<div id="header"> <a id="logo" href="/misc/goto?guid=4959500360135459383"><img alt="WSGI 服务器 uWSGI" src="https://simg.open-open.com/show/5389f11ef04364021359f7cef13ae2d2.png" width="236" height="73" /></a> </div> <p>uWSGI 是一个快速的、纯C语言开发的、自维护的、对开发者友好的 WSGI 服务器,旨在提供专业的 Python web应用发布和开发。</p> <p>配置方法:</p> <pre class="wiki">LoadModule uwsgi_module libexec/apache2/mod_uwsgi.so <location myapp=""> SetHandler uwsgi-script </location></pre> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1325857244312" target="_blank">http://www.open-open.com/lib/view/home/1325857244312</a></p>