Apache is forwarding the proxy reverse

Source: Internet
Author: User

<virtualhost *:80>
ServerAdmin [email protected]
DocumentRoot "/var/www/html/"
ServerName www.test.com
Serveralias test.com
Errorlog "Logs/test.com-error.log"
Customlog "Logs/test.com-access.log" common
Alias/html "/var/www/html/"

<directory "/var/www/html/" >
Options FollowSymLinks
AllowOverride All
Order Allow,deny
Allow from all
</Directory>

#正向代理设置, Internet Options---Connect---LAN settings---Proxy server--fill in www.test.com
Proxyrequests on
Proxyvia on

<proxy *>
Order Deny,allow
Deny from all
Allow from 10.0.0.1/8
</Proxy>
</VirtualHost>

<virtualhost *:80>
ServerAdmin [email protected]
DocumentRoot "/var/www/html/"
ServerName www.abc.com
Serveralias abc.com
Errorlog "Logs/abc.com-error.log"
Customlog "Logs/abc.com-access.log" common
Alias/html "/var/www/html/"
<directory "/var/www/html/" >
Options FollowSymLinks
AllowOverride All
Order Allow,deny
Allow from all
</Directory>

#反向代理设置
proxypass/http://www.test.com/
proxypassreverse/http://www.test.com/

</VirtualHost>

This article is from the "Freeterman" blog, make sure to keep this source http://myunix.blog.51cto.com/191254/1736228

Apache is forwarding the proxy reverse

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.