Forum Discussion

Rao_Nannapaneni's avatar
Rao_Nannapaneni
Icon for Nimbostratus rankNimbostratus
Oct 18, 2006

BIG f5 is blocking and not loading the login page

We have a problem with base urls when application is behind f5.

 

I have one server(http://abc/xyz/login.html) behind F5. I am trying to access my application with f5 addess(http://test/xyz/login.html). This address is clints uses.

 

My page is not loading with all images. I think problem is it is taking my actual server address(behind f5) not f5 addess.

 

Thats why f5 is blocking.

 

How can I force it to change the address from actual server to F5. I can't hardcode it in app.Here iam using relative path in my code .

 

I appreciate your help

3 Replies

  • I am using relative address(No hard coding) in Application code.This works three diffrent servers before I put it behind F5. Now I am testing only one server(Behind F5).

     

    I created new Stream and assigned it. Now I am able to load all images in my login screen. But links are not working..Every where relative addresses are there in the code.

     

    Did I miss anything?

     

    Let me know..

     

  • Colin_Walker_12's avatar
    Colin_Walker_12
    Historic F5 Account
    It sounds like it should be working. Perhaps the server that's supposed to serve the content isn't expecting a request with the hostname that it's seeing?

     

     

    Colin
  • Its working.. I changed the host name as F5s name in my Apache webserver's config file.