✓ Solved
How do I create a proxy for a python webservice in Apache2
I want to create proxy for a python bot I'm deploying to a server running Apache2 in Ubuntu. How do I go about doing this. I want to create the proxy using a different IP
or ip/extension
because the main server IP is currently pointed to another webserver(Django-mod_wsgi) I have running a website. Advice
1 Reply
✓ Best Answer
This may be helpful:
https://toomuchtoolittle.home.blog/2020/08/17/setting-up-your-server-with-apache2-and-wsgi/
I want to create the proxy using a different
IP
orip/extension
because the main server IP is currently pointed to another webserver(Django-mod_wsgi) I have running a website.
You can't mean IP here…that makes no sense. You must mean domain name or VirtualHost… The above link touches on that as well.
-- sw