Bugzilla – Bug 949308
Apache Proxy Serves Blank Pages After Upgrade to apache2-prefork-2.4.6-6.50.1.x86_64 from apache2-prefork-2.4.6-6.47.1.x86_64
Last modified: 2015-10-08 12:44:15 UTC
Yesterday, I applied the patch from apache2-prefork-2.4.6-6.47.1.x86_64 to apache2-prefork-2.4.6-6.50.1.x86_64 and our rather complicated proxy configuration began serving blank pages. There were no errors logged. We proxy most of our web pages from our server to a CMS hosted centrally by the University. It works fine when apache2-prefork-2.4.6-6.47.1.x86_64 is installed, even when I leave the other 2.46.6.50 patches installed, but serves up blank pages when the update is installed. I suspect there is a bug in mod_proxy, mod_proxy_http or mod_rewrite, but I have been unable to isolate the problem to one of these modules. Here is a greatly simplified version of our proxy rules that demonstrates the problem: ProxyPass / http://foo.bar.com/site/ ProxyPassReverse / http://foo.bar.com/site/ <Location "/"> RequestHeader append X-Forwarded-Path " " </Location> <Proxy *> Order allow,deny Allow from all </Proxy> This configuration works fine under apache2-prefork-2.4.6-6.47.1.x86_64, but serves a blank page under apache2-prefork-2.4.6-6.50.1.x86_64. No changes are made, except to install the newer version of apache2-prefork and restart the web server.
Same problem here. Downgrading to 2.4.6-6.47.1 fixed the issue.
JFTR, build apache2-2.4.6-6.54.1.x86_64.rpm, as mentioned in comment https://bugzilla.suse.com/show_bug.cgi?id=949218#c7, also solves this issue.
Thank you guys. *** This bug has been marked as a duplicate of bug 949218 ***