when HTTP_RESPONSE {
if {[HTTP::is_redirect]}{
HTTP::header replace Location [string map {:port/ /} [HTTP::header value Location]]
HTTP::header replace Location [string map {:port/ /} [HTTP::header value Location]]
}
}
when HTTP_REQUEST {
if {[HTTP::uri] starts_with "/上下文" } {
pool 池名称
}
set http_header [HTTP::header X-Forwarded-For]
log local0. "$http_header"
}
F5 往header加入客户端的ip
原创ronon 博主文章分类:前端负载、开发、db ©著作权
文章标签 F5 header 加入客户端ip HTTP 文章分类 Python 后端开发
上一篇:Django日志器的配置与使用
下一篇:Celery功能简介
-
客户端加入域操作
本文介绍了,计算机从工作组环境如何加入到域环境的方法及操作步骤
系统/运维 Windows AD