2020 Jun 09, 06:43 PM
I'll take a look.
This may or may not be helpful:
https://github.com/Dan-in-CA/SIP/wiki/Reverse-proxy
There were a number of changes between SIP V3 and V4 to get SIP to run under Python 3 that may have affected things.
One major change was to update web.py to the version 4 that is Python 2 and 3 compatible. That also included moving to a new version of the cherrypy server that is provided with SIP (cheroot).
It is possible to use a different server with web.py such as nginx:
https://webpy.org/cookbook/uwsgi-nginx
This may or may not be helpful:
https://github.com/Dan-in-CA/SIP/wiki/Reverse-proxy
There were a number of changes between SIP V3 and V4 to get SIP to run under Python 3 that may have affected things.
One major change was to update web.py to the version 4 that is Python 2 and 3 compatible. That also included moving to a new version of the cherrypy server that is provided with SIP (cheroot).
It is possible to use a different server with web.py such as nginx:
https://webpy.org/cookbook/uwsgi-nginx
<p><br></p>