Apache issue: redirects to app server for static pages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kalyav1
    New Member
    • Feb 2013
    • 1

    Apache issue: redirects to app server for static pages

    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
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    This sounds like, if i understand the question correctly, like you could solve this with this setting:
    KeepAlive Off

    Comment

    • gutts009
      New Member
      • Dec 2013
      • 10

      #3
      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

      Jeff Jones
      Last edited by Niheel; Dec 10 '13, 04:13 PM.

      Comment

      Working...