Opps my bad that was a copy and paste error.  It is in there only once
i.e.

 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

Thanks for the suggestion on adding the trailing /.  Changing it to

 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/

Fixed it for the /saleslead vs /salesleadv2.  What does having or not
having the trailing slash change or mean?

I still get the warning on the below (didn't get the warning with
2.0.61)

 ProxyPass /leads/verizon/ http://172.18.54.39:9001/leads/verizon/
 ProxyPassReverse /leads/verizon/
http://172.18.54.39:9001/leads/verizon/
 ProxyPass /verizon/ http://172.18.54.39:9001/leads/verizon/
 ProxyPassReverse /verizon/ http://172.18.54.39:9001/leads/verizon/

[Mon Mar 17 10:08:04 2008] [warn] worker
http://172.18.54.39:9001/leads/verizon/ already used by another worker

Thanks for any and all help.

Thanks,
~Jet


-----Original Message-----
From: Nils Jeppe [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 17, 2008 10:05 AM
To: [email protected]
Subject: RE: [EMAIL PROTECTED] [warn] worker http://some_ip:port/context
already used by another worker ?



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]
----------
Learn more about Chase Paymentech Solutions,LLC payment processing services at 
www.chasepaymentech.com.

THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are 
proprietary and confidential information intended only for the use of the 
recipient(s) named above.  If you are not the intended recipient, you may not 
print, distribute, or copy this message or any attachments.  If you have 
received this communication in error, please notify the sender by return e-mail 
and delete this message and any attachments from your computer.


---------------------------------------------------------------------
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