I have upgraded my redhat 7.0 installation with the new apache rpm but now the mod_proxy does not work any more. Before the upgrade, the mod_proxy of apache was working fine. I get a segmentation fault (11) in my /var/log/httpd/error_log when a client try to use the proxy configure with apache mod_proxy. Christian Lepine clepine.ca
It worked with the apache packet submitted with the standard release of RH7.0. It is the apache-1.3.14-3 packet that breaks apache. I'm having exactly the same problem!
Aaargh. It appears that 1.3.12 *is* incompatible with 1.3.14, but only if both have had the EAPI patch applied (EAPI functionality is used by mod_ssl). Tracing the error shows that it actually dies in mod_perl's proxy handler (at least on my test box). If you don't need mod_perl, try removing it and see if that works around it. Errata packages are being prepped.
*** Bug 20028 has been marked as a duplicate of this bug. ***
Wow, those errata packages went out a while ago. Time to close this.