Discussion:
Apache , redirects to app server for static pages issue
(too old to reply)
v***@gmail.com
2013-02-20 11:01:22 UTC
Permalink
we have a unique issue where in when we hit static pages within apache websrver it always redirect to particular app server

we have multipe app servers [websphere managed servers] which are configured with Apache webserver

All the app srvers are srving the request meaning the webserver is able to do the directs to all app servers

It is only when we hit static pages within the webserver, the control always goes to one app server [y'day it was one app serer for all request and today it is another app server for all request]

Please let know on the sisue and fix/workaround


Thanks,
Vijay
satheesh kumar
2013-03-23 19:52:05 UTC
Permalink
Post by v***@gmail.com
we have a unique issue where in when we hit static pages within apache websrver it always redirect to particular app server
we have multipe app servers [websphere managed servers] which are configured with Apache webserver
All the app srvers are srving the request meaning the webserver is able to do the directs to all app servers
It is only when we hit static pages within the webserver, the control always goes to one app server [y'day it was one app serer for all request and today it is another app server for all request]
Please let know on the sisue and fix/workaround
Thanks,
Vijay
Have you enabled any persistence to maintain session? like cookies which redirect a request from a particular client to same backend server. I think the persistence logic needs to be analysed here.

Another thing to try is clean apache cache using htcacheclean command, and check again if First option is not the issue
Loading...