Is it possible to use soaplib server with Apache?

482 Views Asked by At

Almost every documentation I am seeing shows Soaplib servers to be deployed using Cherry Py or some other server. Instead of that can be be deployed using apache?

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

soaplib makes its servers be WSGI applications, so they can be deployed in any WSGI environment. Best way to use WSGI on Apache is mod_wsgi.