On Wed, Jan 18, 2017 at 9:47 AM, David Zuelke <d...@heroku.com> wrote: > There's one more caveat around SCRIPT_FILENAME, I think: it might not be the > same for httpd and the FCGI backend if they're running on separate machines!
I think this goes to the notion of overriding these variables w/ config rather than trying to coax the server to try to construct them correctly by rewriting. Unfortunately we might need our own directives for the overrides here to get them to run after the normal vars are calculated and only when we're in the proxy_fcgi handler. -- Eric Covener cove...@gmail.com