thisexplorer 发表于 2016-6-5 11:58:51

1.3版本LNMPA怎么添加多个网站

我自己的网站abc.net想添加一个站点 wp.abc.net

修改/usr/local/apache/conf/extra/httpd-vhosts.conf死活不行呢。
用网上的方法
NameVirtualHost *:80

<VirtualHost *:80>
ServerName abc.net
DocumentRoot /home/wwwroot/default
</VirtualHost>

<VirtualHost *:80>
ServerName wp.abc.net
DocumentRoot /home/wwwroot/wp
</VirtualHost>



service httpd restart后


# _default_ VirtualHost overlap on port 80, the first has precedence
-bash: _default_: command not found

licess 发表于 2016-6-5 13:37:53

不会改配置文件的话,删掉你自己动过的配置文件,按 https://lnmp.org/faq/lnmp-vhost-add-howto.html 添加
页: [1]
查看完整版本: 1.3版本LNMPA怎么添加多个网站