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 apache 2.0 but in apache 2.2 we are getting 500 Internal
server, Neither Weblogic Cluster or Weblogic Host is not specified in
parameters Error in log files. Could some one please help me with this
issue?

 <LocationMatch "/portal/(?!foo)">
 sethandler weblogic-handler
 WeblogicCluster xxx.org:8001 yyy.org:8001
.
.
.

</LocationMatch

Reply via email to