|
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName cd /usr/loca/apache2/conf/
cp httpd.conf beifei 备份一下,免得自己改错了。
vi httpd.conf
找到#ServerName www.example.com:80
把它改为ServerName 127.0.0.1
../bin/apachectl restart 没有出错提示证明成功
|