In order to perform correctly a reverse proxying from an Apache server (which is not configured by me), I cannot have my app running under '/', e.g. I cannot have localhost:8000/?query=abc, but instead, I need localhost:8000/prefix/?query=abc. I would be grateful, if anyone could help me out with that. I went through all possible documentation, questions, answers and whatever I could google, but still, I cannot make it work. Here is this question <http://stackoverflow.com/questions/34945258/add-route-prefix-to-a-werkzeug-application> on stackoverflow, with some code samples.
-- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
