0

I am using Apache to host and servePython application service. It is listening on port 80 for any URL. (r^)

I need to create a proxy router, That the rule will be that any route that is (r^/proxy/*.) will redirect to otherhostname:8080

how can I force that rule with the existing running application?

How should I do that?

Thank you !

  • 2
    Possible duplicate of [Redirect, Change URLs or Redirect HTTP to HTTPS in Apache - Everything You Ever Wanted to Know About Mod\_Rewrite Rules but Were Afraid to Ask](https://serverfault.com/questions/214512/redirect-change-urls-or-redirect-http-to-https-in-apache-everything-you-ever) – Tero Kilkanen Apr 13 '17 at 13:04
  • Could you share the rule you are thinking of putting in place, and possibly some of the surrounding config as context? Assuming you've found the config you think will work, you can in theory drop the into place and just reload apache to 'activate' the new config. – iwaseatenbyagrue Apr 15 '17 at 10:58

0 Answers0