apache作代理服务器时,转发用户端口号到tomcat
apache作代理服务器时,转发用户端口号到tomcat的方法有很多,这是其中之一。
需要用到mod_rewrite 和 mod_headers这两个模块。下面是步骤:
1.在apache配置文件中追加对上面两个module的引用,不同的系统方法略有区别。大致如下:
RewriteEngine On RewriteOptions Inherit
话说apache的rewrite模块真的很强大,这里有一打详细的说明。不过,工具虽好,还是要善用。
参考:
1. http://stackoverflow.com/questions/9811990/retrieving-the-client-source-port-on-a-httpd-tomcat-setting/14605972
2. http://httpd.apache.org/docs/2.2/zh-cn/rewrite/