当前位置:首页 > 服务器技术 > apache

wdcp下nginx+apache混合模式的主机配置

 

/www/wdlinux/httpd-2.2.22/conf/vhost/xxx.xxx.com.conf

<VirtualHost *:88>
DocumentRoot /www/web/xxxxxxx/public_html/web

 

/www/wdlinux/nginx-1.0.15/conf/vhost/xxx.xxx.com.conf

listen 80;

server_name d.itteer.com;
root /www/web/xxxxxxx/public_html/web/;

原文:http://www.cnblogs.com/meetrice/p/3553193.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!