F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

Dayton_Gray_103's avatar
Dayton_Gray_103
Icon for Nimbostratus rankNimbostratus
Oct 29, 2008

Custom 404 passthrough question.

I have the following iRule in place: when HTTP_REQUEST { if { [HTTP::uri] contains "pagenotfound.html" } { event disable all } } when HTTP_RESPONSE { if { [HTTP::statu...