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 > [email protected] > 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 _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
