Forum Discussion
Nicholas_P__308
Feb 28, 2017Cirrus
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/" } {
This is to rewrite the URI to the NEW Arsys URI
log -noname local0. "Rewrite for / [HTTP::host] [HTTP::uri]"
HTTP::uri "/arsys"
This is to select the arsys POOL listening on 8080
log -noname local0. "This was processed for Arsys"