首页 > 其他 > 详细

301重定向错误(细心就不应该出错)

时间:2015-11-05 19:04:47      阅读:179      评论:0      收藏:0      [点我收藏+]

301重定向错误

技术分享


<VirtualHost *:80>

ServerName mqsj.mq.com

ProxyRequests Off

<Proxy http://mqsj.mq.com>

 Order allow,deny

 Allow from all

</Proxy>

ProxyPass / http://222.190.121.13/pub

ProxyPassReverse / http://222.190.121.13/pub

</VirtualHost>


解决

<VirtualHost *:80>

ServerName mqsj.mq.com

ProxyRequests Off

<Proxy http://mqsj.mq.com>

 Order allow,deny

 Allow from all

</Proxy>

ProxyPass / http://222.190.121.13/pub/

ProxyPassReverse / http://222.190.121.13/pub/

</VirtualHost>



本文出自 “浩子的▁运维笔录ヽ” 博客,请务必保留此出处http://chenhao6.blog.51cto.com/6228054/1710056

301重定向错误(细心就不应该出错)

原文:http://chenhao6.blog.51cto.com/6228054/1710056

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!