Apache HTTP Server 2.2.25执行Test Configuration时报错(Could not reliably determine the server's fully qualified domain name, using 192.168.0.103 for ServerName)

以httpd-2.2.25-win32-x86-openssl-0.9.8y.msi为例。

Apache HTTP Server 2.2.25执行Test Configuration时,实际上是直接运行了httpd.exe

C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin>httpd.exe
httpd.exe: Could not reliably determine the server‘s fully qualified domain name, using 192.168.0.103 for ServerName
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted.  : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin>

打开httpd.conf,搜索ServerName

去掉注释即可。

C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin>httpd.exe
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted.  : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin>

Apache HTTP Server 2.2.25执行Test Configuration时报错(Could not reliably determine the server's fully qualified domain name, using 192.168.0.103 for ServerName)

原文地址:https://www.cnblogs.com/rms365/p/10961582.html

时间: 2024-10-13 13:21:19

Apache HTTP Server 2.2.25执行Test Configuration时报错(Could not reliably determine the server's fully qualified domain name, using 192.168.0.103 for ServerName)的相关文章

Centos6 下启动httpd报错 Could not reliably determine the server's解决方法

在启动httpd的时候报错: 修改/etc/httpd/conf/httpd.conf 配置,去掉ServerName 前的#(或者手动添加ServerName localhost:80)然后重启httpd服务: Centos6 下启动httpd报错 Could not reliably determine the server's解决方法

Could not reliably determine the server's fully qualified domain name

启动apache报错: [[email protected] ]# service httpd start Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.1.139 for ServerName [ OK ] 解决方法: 修改配置文件 [[email protected] /]# vi /etc/httpd/conf/httpd

httpd.exe: Could not reliably determine the server's fully

Apache启动错误:httpd.exe: Could not reliably determine the server's fully qualified 在自己电脑配置Apache开发环境问题的时候,可能会遇到apache的启动错误:httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168. x. x for ServerName,这个错误在error.lo

解决方案:httpd: Could not reliably determine the server's fully qualified domain name

(1)一开始学习php的人都会安装wamp或者xamp或者phpstudy等集成环境软件.但是在现实中,公司服务器端的apache.php.mysql都是自己一个个安装的. (2)我们说的安装apache,其实是说的安装apache http server软件,所以下载的软件一般名字是httpd-2.2.22-win32-x86之类的. --官网下载很坑爹,各种网页打不开.还是百度了以下,在华为网盘下载的,是2.2.22版本,此时官方已到2.4.12版本.不过,一样用. --安装过程,很简单.安

Starting httpd:Could not reliably determine the server's fully qualified domain name

#service httpd start #Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.1.123 for ServerName 解决办法:vi /etc/httpd/conf/httpd.conf   加入一句  ServerName  localhost:80 Starting httpd:Could not reliab

apache2: Could not reliably determine the server's fully qualified domain name,

1,你重启apache2是报错如下: * Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.11.18 for ServerName... waiting apache2: Could not reliably determine the server's fully qualified domain

如何解决apache启动时错误:Could not reliably determine the server's fully qualified domain name

启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name [[email protected] httpd-2.2.4]# /usr/local/apache/bin/apachectl start httpd: Could not reliably determine the server's fully qualified domain name, using 127.0

重启Apache报错apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName ... waiting的解决方法

启动apache提示 : apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName (1)

解决apache启动错误httpd: Could not reliably determine the server's fully qualified domain name

AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this messagehttpd (pid 1068) already running 编辑httpd.conf文件,搜索"#ServerName",添