- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
一、常规解决办法: 1.注消或重启电脑,然后再试着删除。 2.进入“安全模式">
当启动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 YH@landui.com
DocumentRoot "D:/WAPM/www"
ServerName www.landui.com
ServerAlias www.landui.com
ErrorLog "logs/www.landui.com-error.log"
CustomLog "logs/www.landui.com-access.log" common
</VirtualHost>
配置节,就会在事件管理器中出现Apache NameVirtualHost *:80 has no VirtualHosts错误。加上同上面的配置节就不会出现这个错误了。
售前咨询
售后咨询
备案咨询
二维码
TOP