欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Mod scgi
来自开放百科 - 灰狐
(版本间的差异)
第2行: | 第2行: | ||
http://python.ca/scgi/ | http://python.ca/scgi/ | ||
+ | |||
+ | ==Install== | ||
+ | wget http://quixote.python.ca/releases/scgi-1.12.tar.gz | ||
+ | tar zxvf scgi-1.12.tar.gz | ||
+ | cd scgi-1.12 | ||
+ | python setup.py install | ||
+ | vi httpd.conf | ||
+ | LoadModule scgi_module /usr/lib/python2.3/site-packages/scgi/passfd.so | ||
+ | <Location "/"> | ||
+ | SCGIServer 127.0.0.1 3001 | ||
+ | SCGIHandler On | ||
+ | </Location> | ||
+ | |||
+ | ==Links== | ||
+ | *Using Quixote with SCGI - http://docs.huihoo.com/homepage/dkuhlman/quixote_scgi.html |
2007年2月26日 (一) 19:03的版本
The SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol. It is a standard for applications to interface with HTTP servers. It is similar to FastCGI but is designed to be easier to implement.
Install
wget http://quixote.python.ca/releases/scgi-1.12.tar.gz tar zxvf scgi-1.12.tar.gz cd scgi-1.12 python setup.py install vi httpd.conf LoadModule scgi_module /usr/lib/python2.3/site-packages/scgi/passfd.so <Location "/"> SCGIServer 127.0.0.1 3001 SCGIHandler On </Location>
Links
- Using Quixote with SCGI - http://docs.huihoo.com/homepage/dkuhlman/quixote_scgi.html
分享您的观点