[users@httpd] Re: Apache 2.2 LocationMatch problem

2011-12-19 Thread Patrick M
> I'm also getting the same issue. I've tried to use many different variations of ... and then using ...to no help. Or dropping entirely or even putting it within the ifmodule. Using JUST doesn't seem to work, it then complains that the weblogicCluster, like error below, doesn't exist. D

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Jai
I don't understand. The same configuration works in apache 2.0. Problem is only with apache 2.2. I want to add oneore thing. If I change the locationmatch setting to it works fine but unfortunately I can't stick with this change since The requirement is any URL starting with /portal except

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Nick Kew
On Tue, 1 Mar 2011 10:29:54 -0500 Jai wrote: > I am getting this error > > CONFIG_ERROR line 1759 of ap_proxy.cpp: Neither 'WeblogicCluster' nor > 'WeblogicHost' specified in parameters\n That looks clear enough: check your weblogic documentation. Your ap_proxy.cpp and its required configura

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Jai
I am getting this error CONFIG_ERROR line 1759 of ap_proxy.cpp: Neither 'WeblogicCluster' nor 'WeblogicHost' specified in parameters\n Sent from my iPhone On Mar 1, 2011, at 9:45 AM, Eric Covener wrote: Neither Weblogic Cluster or Weblogic Host is not specified in parameters Error in log

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Eric Covener
> Neither Weblogic Cluster or Weblogic Host is not specified in > parameters Error in log files. Could some one please help me with this > issue? Can you re-explain that? What does your error log say? - The official User-To-User

[users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Jai
Could someone please help me with this issue? Sent from my iPhone On Feb 28, 2011, at 5:54 PM, Jai wrote: Hi All, I am trying to invoke following in apache2.2. Basically, requirement is any URL starting with /portal should go to weblogic except /portal/foo. This is working fine in apa