Forum Discussion
Phu_V__Huynh_16
Nimbostratus
Aug 14, 2014SharePoint 2013 and F5 iRule redirect
Hi,
I need some help with a seem-to-be-simple iRule I'd like to create on the F5 please. My scenario is as detailed below:
I have a SharePoint 2013 web application that currently accessible via...
Kevin_Davies_40
Nacreous
Aug 14, 2014Your best bet in this case is to use the power of iRules to tell you what is going on. You will need to be terminating SSL on the F5 and have a http profile applied to use this iRule.
when HTTP_REQUEST {
log local0. "Host: [HTTP::host] URI: [HTTP::uri]"
}
Now make your request and see what is in the logs. Paste key log information here. When you have, select the entries and hit tab to format them correctly.
- Phu_V__Huynh_16Aug 15, 2014
Nimbostratus
Hello Kevin, I set up the iRule as you have suggested but I am not sure how to find the right log. I went to System > Logs > Local Traffic and saw a lot of events there but there is no option to click on individual log to capture the details. Would you please shed some lights to this? Thanks a lot! - Cory_50405Aug 15, 2014
Noctilucent
Log into the CLI and get into bash shell, then do this: less /var/log/ltm | grep Host: This should show you all log entries from your iRule. - Phu_V__Huynh_16Aug 18, 2014
Nimbostratus
Thanks. I will check that out.
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