- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
linux配置apache环境重启是遇到:
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
只需要在apache的配置文件 apache2.conf 里面添加这么一句话:
#打开配置文件 sudo vim /etc/apache2/apache2.conf #加上这一句 ServerName localhost:80
然后:
#重启Apache sudo service apache2 restart #出现 * Restarting web server apache2 [ OK ]
售前咨询
售后咨询
备案咨询
二维码
TOP