For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Will_Adams_1995's avatar
Will_Adams_1995
Icon for Nimbostratus rankNimbostratus
May 22, 2016

Hosted Web Pages on BIGIP F5

Is it possible to display pictures for a custom webpage on the F5? I am trying to see whether it is possible to have a "normal" webpage with pictures hosted on the F5. This is not for maintenance windows etc. but the intent is more for custom tools that our users have, we can reference Help files while the user is external for the application. I have been able to get a basic HTML file running by utilising an iRule and an iFile but trying to do some basic HTML presentation with pictures.

 

My test iRule is basically

 

when HTTP_REQUEST { if { [HTTP::uri] contains "/hellof5"}{ HTTP::respond 200 content [ifile get F5HelloTest] "Content-Type" "text/html" } }

 

I have an iFile in the LTM configuration that references an imported HTML document that is stored under File Management / iFile.

 

1 Reply