Forum Discussion
rodrigo_Benzaqu
Nimbostratus
Jun 01, 2005what I have wrong in this rule
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/fd/" }
{
use pool FD_SERVERS
} elseif
{
use pool Mexico
}
}
...
Jun 01, 2005
Your Virtual Server must have an associated HTTP profile assigned to it to be able to receive the HTTP_REQUEST event. Look on the configuration page for your Virtual Server and you'll see a dropdown list with the title "HTTP Profile". You can either select the default "http" base profile or one that you've created that is derived from http.
You can also receive this event if your Virtual Server is of type "Performance (HTTP)" and you have a Protocol Profile derived from "fasthttp" assigned to it.
-Joe