Forum Discussion
Peter__Chan_109
Nimbostratus
Sep 30, 2005Rules convert problem from 4.5.12 to v9
Hi folks,
Could anyone please help figure out my problem to convert a rule from v4.5.12 to v9? I'm using the OTCU conversion during an upgrade from v4.5.12 to v9.1 but it always show syntax error...
JRahm
Admin
Sep 30, 2005Your first rule might look like this in v9
rule webservice {
when HTTP_REQUEST {
if {[HTTP::host] eq "www.test.com.hk"} {
use pool http4_pool
} else {
use pool http_pool
}
}
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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