-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Oct 16, 2006, at 9:25 AM, Tokio Kikuchi wrote:
>> I checked in a bunch of updates to the web interface that should
>> make things run better under wsgi. It's still not perfect, but
>> most of the links (which are now relative) should work. I
Hi,
> I checked in a bunch of updates to the web interface that should make
> things run better under wsgi. It's still not perfect, but most of the
> links (which are now relative) should work. I haven't tried it under
> traditional cgi yet (just wsgiref) so I may have broken things there.
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Oct 8, 2006, at 10:19 PM, Tokio Kikuchi wrote:
> I've checked in HTTPRunner.py using this simple server and
> wsgi_app.py for wrapping mailman cgi in wsgi environment. I fear I
> may be doing wrong things but it should be a proof that right
Barry Warsaw wrote:
> Actually, something that emf mentioned a while ago: we should adapt
> the current web interface to WSGI and then perhaps use
> wsgiref.simple_server():
>
> http://www.python.org/doc/current/lib/module-wsgiref.simpleserver.html
Hi,
I've checked in HTTPRunner.py using th