Apache 2.4 + PHP-FPM and Authorization headers
Summary:
Apache 2.4’s mod_proxy does not seem to be passing the Authorization headers to PHP-FPM. Is there any way to fix this?
Summary:
Apache 2.4’s mod_proxy does not seem to be passing the Authorization headers to PHP-FPM. Is there any way to fix this?
I am hosting apache and node.js server together with apache server proxying to node server.My framework is express.js and I am using amCharts.I have timeout for proxying set to 600.When I open my website I get only the static content and not the dynamic content of amCharts. This is my server side code: var express … Read more