That won't work for us because I need both contexts. In other words they proxy back to WebLogic hosting a saleslead and a salesleadv2 application. So only having the saleslead proxy statements would make it so we couldn't get to the salesleadv2 application in WebLogic. Does that make sense? Thanks, ~Jet -----Original Message----- From: Narendra Verma [mailto:narendra.verma@xxxxxxxxxxxxx] Sent: Monday, March 17, 2008 10:34 AM To: users@xxxxxxxxxxxxxxxx Subject: RE: [warn] worker http://some_ip:port/context already used by another worker ? I think this is not related solution for your specific problem. Ok can you configure as follow: ProxyPass /saleslead http://172.17.52.28:8091/saleslead ProxyPassReverse /saleslead http://172.17.52.28:8091/saleslead Only this configuration without configuring ProxyPass /salesleadv2 http://172.17.52.28:8091/salesleadv2 ProxyPassReverse /salesleadv2 http://172.17.52.28:8091/salesleadv2 Try it. -----Original Message----- From: Wilda, Jet [mailto:Jet.Wilda@xxxxxxxxxxxxxxxxxxx] Sent: Monday, March 17, 2008 7:56 PM To: users@xxxxxxxxxxxxxxxx Subject: RE: [warn] worker http://some_ip:port/context already used by another worker ? Then why the warning when I don't have the trailing /? Thanks, ~Jet -----Original Message----- From: Narendra Verma [mailto:narendra.verma@xxxxxxxxxxxxx] Sent: Monday, March 17, 2008 10:22 AM To: users@xxxxxxxxxxxxxxxx Subject: RE: [warn] worker http://some_ip:port/context already used by another worker ? Hi, I think no need to add trailing slash here, You can configure server itself to add this trailing slash. For example if you configured it as ProxyPassReverse /saleslead/ http://172.17.52.28:8091/saleslead/ Then your request on browser must be ....../saleslead/ like that If I replace it by ......./saleslead then it would not reach to application. Any way if think its important then check it, it sometimes very necessary. Narendra -----Original Message----- From: Wilda, Jet [mailto:Jet.Wilda@xxxxxxxxxxxxxxxxxxx] Sent: Monday, March 17, 2008 7:43 PM To: users@xxxxxxxxxxxxxxxx Subject: RE: [warn] worker http://some_ip:port/context already used by another worker ? 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:nils@xxxxxxxxxxxxxx] Sent: Monday, March 17, 2008 10:05 AM To: users@xxxxxxxxxxxxxxxx Subject: RE: [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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx ---------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx ---------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx ---------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx