Apache Reverse proxy Intranet Related server configuration

Source: Internet
Author: User

But the hands of the school has a few domain name resolution of the server (but it should be with VMware to do VPs, and so on, and then the relevant domain name to be resolved to have extranet IP reverse proxy server, and then through the reverse proxy Server squid distributed to the intranet)
So one day whim, through the Apache pseudo static +proxy curve to save the nation visit Git server, after a variety of attempts to finally succeed
You can move httpd.conf.

Under the VirtualHost section of a domain name, add

The code is as follows Copy Code

<ifmodule mod_rewrite.c>
Rewriteengine on
Rewritecond%{query_string} ^ (. *) $
Rewriterule ^ (. *)/([a-z0-9_\-]+) \.git$ http://intranet IP-resolved domain name/$2.GIT [p,l]
Rewriterule ^ (. *)/([a-z0-9_\-]+) \.git/(. *) $ http://Intranet IP-resolved domain name/$2.GIT/$3 [p,l]
</IfModule>

And at the beginning of the httpd.conf.
Adddefaultcharset UTF-8

Prevent Reverse agent garbled
And then remove

The code is as follows Copy Code
LoadModule Proxy_module modules/mod_proxy.so
LoadModule Proxy_http_module modules/mod_proxy_http.so
LoadModule Proxy_http_module modules/mod_proxy_http.so

Before the comment
Then restart the Apache service and fix it.

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.