Linux下配置Apache2.2+Tomcat6的虚拟主机配置之tomcat(4)

<VirtualHost *:80>
    DocumentRoot /usr/local/static
    ServerName static.linuxidc.com
    ErrorLog logs/static-error_log.log
    CustomLog logs/static-access_log.log common
 #   JkMount /* worker1
</VirtualHost>

就是不做转发了,将JkMount 这行去掉

6、如果是我想配合php也一并部署到一个节点上行吗?

经过测试,在windows下没有问题。安装完毕php后,直接配置部署php相关模块在httpd.conf中,还是老样子,只要不指定JkMount.请求就不会转发到tomcat。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wyzzzf.html