mcorvalan_57694
Aug 29, 2011Nimbostratus
How to log HTTP_REQUEST
Hi All.
I send this post to ask you how can I make the Irule to log when I receive HTTP_REQUEST the name of vs.
for example I could find this
when HTTP_REQUEST {
log local0. "Client Address:[IP::client_addr], Request Type:[HTTP::method], Request URI:[HTTP::uri]"
}
This is very useful but I need to know this data comes from the some vs. for example the log shows me from which vs is coming this request.
Since now thanks alot.