On Mon, 17 Mar 2008, Wilda, Jet wrote:

I'm guessing that no one else is running 2.2.8 as a reverse proxy?

I am not, but:

ProxyPass /saleslead http://172.17.52.28:8091/saleslead
ProxyPassReverse /saleslead http://172.17.52.28:8091/saleslead
ProxyPass /salesleadv2 http://172.17.52.28:8091/salesleadv2
ProxyPassReverse /salesleadv2 http://172.17.52.28:8091/salesleadv2

ProxyPass /saleslead http://172.17.52.28:8091/saleslead
ProxyPassReverse /saleslead http://172.17.52.28:8091/saleslead
ProxyPass /salesleadv2 http://172.17.52.28:8091/salesleadv2
ProxyPassReverse /salesleadv2 http://172.17.52.28:8091/salesleadv2

Why do you have the configuration in there twice? Doesn't that tell you why it might "already be in use"? Try removing the redundant lines.

That said:

ProxyPass /saleslead http://172.17.52.28:8091/saleslead
ProxyPass /salesleadv2 http://172.17.52.28:8091/salesleadv2

/salesleadv2 should also match /saleslead - try trailing slashes in both cases (and make sure they match on both sides).

Finally, unless my eyes are much worse than I know them to be your config snippet did not contain anything hinting at http://172.18.54.39:9001/leads/verizon but I am assuming you have a similar problem there.




Best wishes
Nils




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to