✓ 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 or ip/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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct