[Soap-Python] Apache WSGI
Burak Arslan
burak.arslan at arskom.com.tr
Mon Sep 26 16:25:09 CEST 2011
On 09/26/11 16:51, azurIt wrote:
> Hi,
>
> is there any example how rcplib application can be deployed via Apache mod-wsgi ? Thanks!
>
> azur
> _______________________________________________
> Soap mailing list
> Soap at python.org
> http://mail.python.org/mailman/listinfo/soap
the application callable in:
https://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide
is an instance of WsgiApplication object in rpclib.
so you can just put application = WsgiApplication(...) in a .wsgi file
and use it with mod_wsgi
More information about the Soap
mailing list