将HTTP流量定向到虚拟主机Apache服务器

时间:2018-04-06 00:06:45

标签: dns virtualization

我需要在webaingiver.com上显示givemeabagofmoney.com的HTML网页内容。

givemeabagofmoney.com上的DNS在我的服务器上设置为虚拟主机(详情如下)。我可以在givemeabagofmoney.com上发布内容,没有任何问题。

Bargaingiver DNS:NS设置为Cloudflare。在Cloudflare中,我将A记录设置为givemeabagofmoney.com的IP,即173.240.15.24

我错过了什么?

    ServerName givemeabagofmoney.com
    ServerAlias www.givemeabagofmoney.com
    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/html/givemeabagofmoney.com/public_html
    ErrorLog /var/log/httpd/givemeabagofmoney.com-error.log
    CustomLog /var/log/httpd/givemeabagofmoney.com-access.log combined

    <Directory "/var/www/html/givemeabagofmoney.com/public_html">
            AllowOverride All
    </Directory>

0 个答案:

没有答案