关于apache 路径转发的一些问题
内容导读
互联网集市收集整理的这篇技术教程文章主要介绍了关于apache 路径转发的一些问题,小编现在分享给大家,供广大互联网技能从业者学习和参考。文章包含1385字,纯文字阅读大概需要2分钟。
内容图文

one fine day we were unabe to access app1 and app2 using proxy, when we checked logs we found following error in error_log (/etc/httpd/logs/error_log)
[error] (13)Permission denied: proxy: HTTP: attempt to connect to 127.0.0.1:8080 (127.0.0.1) failed
[error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
Solution: Run following command
# /usr/sbin/setsebool httpd_can_network_connect 1
OR
# /usr/sbin/setsebool httpd_can_network_connect true
Or you can also set the security settings, Go to Security Level configurations and Change Tab to SELinux. And modify SELinux policy Check “Allow HTTPD scripts and modules to connect to the network” under HTTPD service.
You can add ‘-P’ if you want this change to persist over system restarts, eg:
/usr/sbin/setsebool -P httpd_can_network_connect 1
2.centos 6.2 转发的文件 跟 ubuntu win7 都不一样
<VirtualHost 192.168.44.244:80>
#ServerAdmin webmaster@dummy-host.example.com
#DocumentRoot /www/docs/dummy-host.example.com
#ServerName ux.org.hc360.com
#ErrorLog logs/dummy-host.example.com-error_log
#CustomLog logs/dummy-host.example.com-access_log common
ProxyPass /s/a http://www.baidu.com
#ProxyPassReverse /s/a http://www.baidu.com
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
</VirtualHost>
ubuntu
<modue if ..c>
</module>
原文:http://www.cnblogs.com/freeDesignLife/p/3972388.html
内容总结
以上是互联网集市为您收集整理的关于apache 路径转发的一些问题全部内容,希望文章能够帮你解决关于apache 路径转发的一些问题所遇到的程序开发问题。 如果觉得互联网集市技术教程内容还不错,欢迎将互联网集市网站推荐给程序员好友。
内容备注
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 gblab@vip.qq.com 举报,一经查实,本站将立刻删除。
内容手机端
扫描二维码推送至手机访问。