开发者社区> 问答> 正文

wdcp面板域名绑定求助

wdcp,环境是 nginx+apache ,我只绑定了 bbs.hantoll.com 和m.hantoll.com 的域名,可是访问hantoll.com自动跳转到了bbs.hantoll.com 这是什么情况?






配置文件里面绑定的域名我重新修改了,而且服务也重启了,可是域名访问一直没有生效


nginx/conf/vhost/hantoll.com.conf文件配置为:



server {
        listen       80;
        server_name bbs.hantoll.com m.hantoll.com;
        root /www/web/hantoll_com/public_html;
        index  index.html index.php index.htm;
        error_page  400 /errpage/400.html;
        error_page  403 /errpage/403.html;
        error_page  404 /errpage/404.html;
        location ~ \.php$ {
                proxy_pass http://127.0.0.1:88;
                include naproxy.conf;
        }
        location / {
                try_files $uri @apache;
        }
        location @apache {
                 proxy_pass http://127.0.0.1:88;
                 include naproxy.conf;
        }
}        

/apache/conf/vhost/hantoll.com.conf配置文件为

<VirtualHost *:88> DocumentRoot /www/web/hantoll_com/public_html
ServerName hantoll.com ServerAlias bbs.hantoll.com m.hantoll.com
ErrorDocument 400 /errpage/400.html ErrorDocument 403 /errpage/403.html
ErrorDocument 404 /errpage/404.html include conf/rewrite/hantollbbs.conf
php_admin_value open_basedir /www/web/hantoll_com:/tmp <IfModule mod_deflate.c>
DeflateCompressionLevel 7 AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php
AddOutputFilter DEFLATE css js html htm gif jpg png bmp php </IfModule>
</VirtualHost> <Directory /www/web/hantoll_com>
    Options FollowSymLinks     AllowOverride All
    Order allow,deny     Allow from all
</Directory>        

展开
收起
akak2012 2014-09-27 21:26:57 8247 0
0 条回答
写回答
取消 提交回答
问答排行榜
最热
最新

相关电子书

更多
创新改变行业——释放域名生态的力量 立即下载
“域”见更美好的未来——域名筑梦互联网+ 立即下载
“域”感——《域名投资从入门到精通》 立即下载