一、Apache常见的启动错误及解决方法。1.在配置虚拟主机时apache启动错误解决办法:Warning:DocumentRoot[/application/apache2.2.27/docs/dummy-host.example.com]doesnotexist其实出现这个错误的主要原因报错已近很明显了,是你的httpd-vhosts.conf中多了一个如下配置:<V..
分类:
Web程序 时间:
2016-06-15 00:11:50
阅读次数:
214
httpd:Couldnotreliablydeterminetheserver‘sfullyqualifieddomainname,using211.98.71.195forServerName解决办法非常简单:#vim/usr/local/apche2/conf/httpd.conf找到#ServerNamewww.example.com:80把#去掉,再重启apache即可没事了。
分类:
Web程序 时间:
2015-12-21 00:37:33
阅读次数:
138
[root@rusky]# service httpd startStarting httpd: httpd: apr_sockaddr_info_get() failed for ruskyhttpd: Could not reliably determine the server's fully...
分类:
Web程序 时间:
2015-04-18 16:06:49
阅读次数:
159