When apache acts as a proxy server, the user port number is forwarded to tomcat

Source: Internet
Author: User
There are many methods to forward user port numbers to tomcat when apache is used as a proxy server. The mod_rewrite and mod_headers modules are required. The steps are as follows: www.2cto. com1. in... there are many methods to forward user port numbers to tomcat when apache is used as a proxy server. The mod_rewrite and mod_headers modules are required. The following are the steps: www.2cto.com 1. append the reference to the above two modules in the apache configuration file. different System methods are slightly different. [Python] LoadModule rewrite_module/usr/lib64/apache2-prefork/mod_rewrite.so LoadModule headers_module/usr/lib64/apache2-prefork/mod_headers.so 2. then, append the following rewrite configuration to the apache configuration file www.2cto.com [python] RewriteEngine on RewriteRule. *-[E = REMOTE_PORT: % {REMOTE_PORT}, NE] RequestHeader set X-Forwarded-SourcePort % {REMOTE_PORT} e 3. if you use a virtual host on apache Add these two lines in the section: [python] RewriteEngine On RewriteOptions Inherit
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.