Forum Discussion

Maria123's avatar
Maria123
Icon for Altostratus rankAltostratus
Jul 16, 2021

Maintenance Page is not showing immediately

We have one iRule assigned to the virtual server to display the maintenance page. The maintenance page content is coming from iFile.

HTTP::respond 200 content <iFileContent> noserver "Content-Type" "text/html" "Cache-Control" "no-cache, no-store, must-revalidate, max-age=0" "Edge-Control" "no-store,downstream-ttl=-1" "Pragma" "no-cache" "Connection" "close"

 

The maintenance page is not getting displayed immediately when we assign the iRule to the virtual server, after few mins it is getting displayed. Not getting what is causing this?

 

From the logs I can see that the iRule is getting executed but the maintenance page is not getting displayed.

One thing noticed that, if the URL is already open in browser and then the iRule is assigned then the maintenance page is not coming up immediately.

But if I close the browser and then assign the iRule.

After that if I access the URL then the maintenance page is coming up.

Do we need to close the active connection?

1 Reply

  • difficult to say for sure without looking at source port numbers and such, but there is a chance you are indeed in your browser still on an active session.