咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
源码安装httpd后httpd虽然启动但有错误提示
AH00557: httpd: apr_sockaddr_info_get() failed for
AH00558: httpd: 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
只要找到httpd.conf把#ServerName www.landui.com:80修改为ServerName localhost:80即可。