Re: [users@httpd] Premature end of script headers Apache Proxy

2018-03-27 Thread Igor Cicimov
This means the script errored when executing. Since no errors when running on the backend I assume the proxy is not passing the script parameters correctly. Assuming the script is parsing the input correctly check the proxy and backend access logs to confirm if the script is invoked as expected.

[users@httpd] Premature end of script headers Apache Proxy

2018-03-26 Thread eric tse
Hi, I have two apache servers. (One as the proxy, one as the backend). The backend throw is hosting a cgi script (submitting a form) and throw this error "Premature end of script headers" when I access it trough the proxy using firefox or chrome. (IE is fine) If I directly access the backend,