> -----Original Message----- > From: Micha Lenk [mailto:mi...@lenk.info] > Sent: Montag, 22. August 2011 14:19 > To: dev@httpd.apache.org > Subject: Re: [PATCH 51489] ProxyPassReverse issue + patch > > Hi Ruediger, > > sorry, things piled up recently... > > On 07/13/2011 06:36 PM CEST +02:00, Ruediger Pluem wrote: > > Try > > > > ProxyPassReverse balancer://196f045aca6adc82a0b6eea93ed286a1 > > > > instead. > > This results in an Internal Server Error: > > [warn] proxy: No protocol handler was valid for the URL <request URL>. > If you are using a DSO version of mod_proxy, make sure the proxy > submodules are included in the configuration using LoadModule. > > Doesn't seem to be a solution... :(
This means that your config is wrong and you have not loaded the required protocol handlers like mod_proxy_http or mod_proxy_ajp. Or your config does not load mod_proxy_balancer. Regards Rüdiger