configuration - mod_proxy: how to proxy requests begin with app* to single balencer -


my requirement proxy request request starts app single balencer

proxypass /app balancer://ajpcluster1/app stickysession=jsessionid proxypassreverse /app balancer://ajpcluster1/app stickysession=jsessionid  proxypass /app1 balancer://ajpcluster1/app1 stickysession=jsessionid proxypassreverse /app1 balancer://ajpcluster1/app1 stickysession=jsessionid  proxypass /app2 balancer://ajpcluster1/app2 stickysession=jsessionid proxypassreverse /app2 balancer://ajpcluster1/app2 stickysession=jsessionid 

i want replace above single proxypass below

proxypass /app* balancer://ajpcluster1/app* stickysession=jsessionid proxypassreverse /app* balancer://ajpcluster1/app* stickysession=jsessionid 


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -