| Posted: 22 June 2011 at 12:56pm | IP Logged
|
|
|
Hello all, I've been tasked with moving our ISAPI rules from the web server to our Load Balancer, the LB is a F5 that utilizes iRules. I'm not familiar with ISAPI as I need to be and I'm in a bit of a time crouch so I was hoping to get some feedback here on converting these rules. I'm trying to understand exactly what this rule is doing. It seems as if its simply rewriting the host header to show without the www, cms, or even the test portion. But that doesn't seem to make a lot of sense since the hostheader would need that in info to direct the end user to the correct website in IIS. But again I'm pretty new to this so any thoughts or suggestions would be very helpful.
To provide a little background we are using W2K3 servers, IIS6, and Microsoft's Content Management Server. the cms in the URL is where end users, with proper permissions, go to access the content management interface to update their website. I have over 200 of these entries in my ISAPI file that I have to move/convert.
RewriteCond Host: www\.test\.sitename\.bob\.com RewriteHeader Host: .* sitename\.bob\.com RewriteCond Host: cms\.test\.sitename\.bob\.com RewriteHeader Host: .* sitename\.bob\.com
Thanks, Bob
|