ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-announce
python-announce
ANNOUNCE: scgi 1.1 released
by Neil Schemenauer other posts by this author
Jul 14 2003 10:51PM messages near this date
Next meeting of Toronto Python User Group: Tue July 29 8pm | ResourcePackage 1.0.0b1 released
Version 1.1 of the scgi package is now available from:
  http://www.mems-exchange.org/software/scgi/

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.

Included in this package is mod_scgi, an Apache module that implements
the client side of the protocol.  There is also a a Python package
called "scgi" which implements the server side of the protocol.

Changes in version 1.1
----------------------

    * Pass HTTP/1.1 request headers to SCGI servers.

    * Try to make passfd compile on OpenBSD and older versions of
      Solaris.

    * Implement graceful restart for scgi_server.py.


-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved