Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Could mod_proxy and mod_wsgi coexists, and if so how? |
|
Author |
|
avishayp
Joined: 26 May 2016 Posts: 1 Location: Mumbai
|
Posted: Thu 26 May '16 23:10 Post subject: Could mod_proxy and mod_wsgi coexists, and if so how? |
|
|
Hello fellow humans,
Consider a WSGI app deployed on apache with mod_wsgi.
Consider mentioned app needs to route some incoming requests to another place, but also to process them itself.
Consider this is to be done only to requests to specific routes, leaving the others untouched.
TL;DR, I want:
GET/POST ex.com/some ==> friend.com/something + WSGI
GET/POST ex.com/other ==> WSGI only
Is that apachable?
Thanks! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sat 28 May '16 16:39 Post subject: |
|
|
it depends what you want to do with "it". |
|
Back to top |
|
|
|
|
|
|