Forum Discussion
Tim_90553
Nimbostratus
Oct 17, 2008F5 as web server
Can the F5 serve a web page from it's local file system?
Richard_Jones
Nimbostratus
Oct 17, 2008You can return html content directly from an iRule:
when HTTP_REQUEST {
HTTP::respond 200 content {
\
\
Apology Page \
\
\
We are sorry, but the site you are looking for is temporarily out of service
\
If you feel you have reached this page in error, please try again. \
\
}
}
See: http://devcentral.f5.com/Wiki/default.aspx/iRules/HTTP__respond.html
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects