Forum Discussion
Velhoon_96037
Nimbostratus
Oct 30, 2007Load Balancing IIS "Performance (http)" works, but not TCP (Standard)
I'm currently trying to use a LTM v9 to load balance between two II6 servers. I've setup a virtual server on listening on port 80 for the external vlan and the pool for the two servers on the interna...
I thought you wanted to avoid hosting the "404 PDF" on a server. In terms of the BIG-IP it's more efficient to send a redirect to the client than store the PDF content in memory. If you're able to host it another server, just change the HTTP::respond line in the rule above to an HTTP::redirect.
old
HTTP::respond 200 content [b64decode [lindex $::pdf_404_file 0]] "Content-Type" "application/pdf"
new
HTTP::redirect http://www.example.com/path/to/404.pdf
Aaron
- Hi David,
when HTTP_REQUEST { log local0. "[IP::client_addr]:[TCP::client_port]: Original request: [HTTP::host][HTTP::uri]" if { [HTTP::uri] starts_with "/upload" } { HTTP::uri [string range [HTTP::uri] 7 end] pool pool1 } } when HTTP_REQUEST priority 501 { log local0. "[IP::client_addr]:[TCP::client_port]: Current request: [HTTP::host][HTTP::uri]" }
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