logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Could mod_proxy and mod_wsgi coexists, and if so how?
Author
avishayp



Joined: 26 May 2016
Posts: 1
Location: Mumbai

PostPosted: Thu 26 May '16 23:10    Post subject: Could mod_proxy and mod_wsgi coexists, and if so how? Reply with quote

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

PostPosted: Sat 28 May '16 16:39    Post subject: Reply with quote

it depends what you want to do with "it".
Back to top


Reply to topic   Topic: Could mod_proxy and mod_wsgi coexists, and if so how? View previous topic :: View next topic
Post new topic   Forum Index -> Apache