I am looking for a way to authenticate uploads via WSGI and proxy data to downstream servers.
Running Apache + mod_wsgi (daemon mode) in front and pool of Apaches on the backend. In concept I would like to use a technique similar to using Location / X-Sendfile but in the other direction. At present I am trying with WSGI + mod_reproxy in the front and mod_porter + WSGI in the backend pool. I am unable to proxy the original request content to the second level Apache -- content seems to get reset after the WSGI in the front. Any way to send down the original POSTed data without touching (processing) it in the front authenticating WSGI? Intent is to let Apache handle the task of downloads AND uploads (parsing of multifiorm requests, save to storage servers). -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
