El_Jefe
Jul 31, 2011Nimbostratus
Need ideas for a "garbage collector" iRule
Hello,
I have been working with the F5 for a bit, and have written some simple iRules. However, I am getting a little stuck on this one. We are running an Oracle 11G Fusion Middleware app for a large university. We have recently added in this app to our F5, and I need some ideas.
In the past, we had "garbage collection" rules on the Apache server, so that it always re-directed requests to HTTPS and to the right virtual directory. Now, we have multiple Apache servers load balanced, and SSL is off loaded to the Virtual HTTPS server on the F5. If our users type in -
http://department.university.edu
OR
http://department.university.edu/
OR
https://department.university.edu
OR
http://department.university.edu/Application
We need it re-directed to
https://department.university.edu/Application/
and IF it comes in on https://department.university.edu/Application - leave it alone.... let it do it's thing.
Right now, If I run traffic through the F5, and they type it wrong, they get the "Welcome to Oracle Fusion Middleware" page, and that's kinda bad.
Any help would be GREATLY appreciated!
Thanks,
Jeff