·您当前的位置:首页 > 技术教程 > apache教程 >

[apache]基于apache配置反向代理的实现

时间:2015-10-06 22:48酷播
[apache]基于apache配置反向代理的实现

http.conf

去掉前面的#号

  1. LoadModule proxy_module modules/mod_proxy.so 
  2. LoadModule proxy_http_module modules/mod_proxy_http.so 

然后在vhosts.conf配置文件里加入如下代码

  1. <VirtualHost *:80> 
  2.     DocumentRoot "D:\webser\www" 
  3.     ServerName test.com 
  4.     ServerAlias  
  5.     ErrorLog  "logs/test.com.error.log" 
  6.     CustomLog "logs/test.com.access.log" common 
  7.   <Directory "D:\webser\www"> 
  8.       Options FollowSymLinks ExecCGI 
  9.       AllowOverride All 
  10.       Order allow,deny 
  11.       Allow from all 
  12.       Require all granted 
  13.   </Directory> 
  14.   ProxyPass / http://123.123.123.123:565/ 
  15.   ProxyPassReverse / http://123.123.123.123:565/ 
  16. </VirtualHost> 

[apache]基于apache配置反向代理的实现

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器