我正在使用proxy:
mod_security2 中的操作。我想保留原始请求的完整 URL,但是它似乎正在将其重写为我proxy:
操作中的 URL。
因此请求http://domain.example.com/foo
点击我的以下声明
SecAction proxy:http://internal_error.example.com/
这似乎正在被代理http://internal_error.example.com/,我希望它被代理到http://internal_error.example.com/foo
这可能吗?