Mod scgi

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第6行: 第6行:
  
 
==Install==
 
==Install==
 +
# apt-get install libapache2-mod-scgi // install
 +
or
 
  wget http://quixote.python.ca/releases/scgi-1.12.tar.gz
 
  wget http://quixote.python.ca/releases/scgi-1.12.tar.gz
 
  tar zxvf scgi-1.12.tar.gz
 
  tar zxvf scgi-1.12.tar.gz
 
  cd scgi-1.12
 
  cd scgi-1.12
 
  cd apache2  
 
  cd apache2  
   
+
  apxs -i -c mod_scgi.c
 
  vi httpd.conf
 
  vi httpd.conf
  LoadModule scgi_module /usr/lib/python2.3/site-packages/scgi_module.so
+
  LoadModule scgi_module /usr/local/lib/mod_scgi.so
 
  <Location "/">
 
  <Location "/">
 
     SCGIServer 127.0.0.1 3001
 
     SCGIServer 127.0.0.1 3001

2007年2月26日 (一) 20:32的版本

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.

Lighttpd web server has built-in support for the SCGI protocol.

http://python.ca/scgi/

Install

# apt-get install libapache2-mod-scgi // install 
or 
wget http://quixote.python.ca/releases/scgi-1.12.tar.gz
tar zxvf scgi-1.12.tar.gz
cd scgi-1.12
cd apache2 
apxs -i -c mod_scgi.c
vi httpd.conf
LoadModule scgi_module /usr/local/lib/mod_scgi.so
<Location "/">
    SCGIServer 127.0.0.1 3001
    SCGIHandler On
</Location>

Links

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱