0

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

Kevin P.
  • 1,414
  • 1
  • 18
  • 24
Strong Like Bull
  • 11,155
  • 36
  • 98
  • 169

1 Answers1

3

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.

Alex Martelli
  • 854,459
  • 170
  • 1,222
  • 1,395