信息发布→ 登录 注册 退出

Apache NameVirtualHost *:80 has no VirtualHosts问题解决办法

发布时间:2026-01-11

点击量:

当启动apache的时候,如果事件管理器出现“Apache NameVirtualHost *:80 has no VirtualHosts”错误时,大部分是因为修改了apache的httpd.conf配置文件,将extra/vhosts.conf文件引入到httpd.conf中了。

复制代码 代码如下:# Virtual hosts
Include conf/extra/httpd-vhosts.conf

httpd-vhosts.conf文件中有一句配置语句为
复制代码 代码如下:
NameVirtualHost *:80

如果httpd-vhosts.conf中没有存在类似:
复制代码 代码如下:
<VirtualHost *:80>
    ServerAdmin webmaster@
    DocumentRoot "D:/WAPM/www"
    ServerName www.
    ServerAlias www.
    ErrorLog "logs/www.-error.log"
    CustomLog "logs/www.-access.log" common
</VirtualHost>

配置节,就会在事件管理器中出现Apache NameVirtualHost *:80 has no VirtualHosts错误。加上同上面的配置节就不会出现这个错误了。

在线客服
服务热线

服务热线

4008888355

微信咨询
二维码
返回顶部
×二维码

截屏,微信识别二维码

打开微信

微信号已复制,请打开微信添加咨询详情!