文章分类 -  web

摘要:独立resin的配置 关掉httpd服务: [root@data-1-1 ~]# killall httpd [root@data-1-1 ~]# lsof -i :80 >httpd服务的80端口已经停掉! 配置resin主配置文件修改如下内容: 90 <http address="*" port 阅读全文
posted @ 2018-05-04 11:38 求其在我 阅读(796) 评论(0) 推荐(0)
摘要:整合resin+Apache服务 1.为什么要整合Apache和resin? a. 早期的resin,tomcat对httpd服务支持不好。 b. tomcat,resin对rewrite,expires,gzip功能支持不是很好。 c. 动静分离。 开始安装Apache服务 yum -y inst 阅读全文
posted @ 2018-05-04 10:56 求其在我 阅读(263) 评论(0) 推荐(0)
摘要:参考网站: http://caucho.com/ http://www.oschina.net/p/resin http://caucho.com/resin-4.0/admin/starting-resin.xtp 一、resin产生背景 Resin是CAUCHO公司(http://www.cau 阅读全文
posted @ 2018-05-04 10:36 求其在我 阅读(538) 评论(0) 推荐(0)