# HG changeset patch # User paulb # Date 1191021598 0 # Node ID 6d791548da91084c1c7153aedb19b4c5acf206d8 # Parent cc5e19a474cde5771ee33223ad7d35a530a9cfc7 [project @ 2007-09-28 23:19:58 by paulb] Updated framework notes. diff -r cc5e19a474cd -r 6d791548da91 docs/deploying-applications.html --- a/docs/deploying-applications.html Fri Sep 28 23:19:49 2007 +0000 +++ b/docs/deploying-applications.html Fri Sep 28 23:19:58 2007 +0000 @@ -49,7 +49,8 @@ WSGI - (Follow the instructions for CGI - this may change in future.) + Either run the adapter code (for applications using wsgiref)
+ Or follow the instructions for CGI (for applications using WSGI on CGI) Zope 2 diff -r cc5e19a474cd -r 6d791548da91 docs/supported-frameworks.html --- a/docs/supported-frameworks.html Fri Sep 28 23:19:49 2007 +0000 +++ b/docs/supported-frameworks.html Fri Sep 28 23:19:58 2007 +0000 @@ -16,11 +16,11 @@ BaseHTTPRequestHandler - Python 2.2.2
Python 2.3.3
Python 2.4.1Found in Python's standard library - no additional software required + Python 2.2.2
Python 2.3.x
Python 2.4.x
Python 2.5.1Found in Python's standard library - no additional software required CGI - Apache 2.0.44
Apache 2.0.53
AOLserver 4.0.10
lighttpd 1.3.15
Web server with CGI support:

Apache httpd (http://httpd.apache.org/) AOLserver (http://aolserver.com/)
lighttpd (http://www.lighttpd.net/) + Apache 2.0.x
Apache 2.2.x
AOLserver 4.0.10
lighttpd 1.3.15
Web server with CGI support:

Apache httpd (http://httpd.apache.org/) AOLserver (http://aolserver.com/)
lighttpd (http://www.lighttpd.net/) DjangoDjango 0.95http://www.djangoproject.com/
Jython/Java Servlet @@ -36,7 +36,7 @@ Webware - 0.8.1
CVS (2004-02-06)
0.9b2http://www.webwareforpython.org/Web server supporting CGI (see above) + 0.8.1 (deprecated)
0.9.4http://www.webwareforpython.org/Web server supporting CGI (see above) WSGI