zoukankan      html  css  js  c++  java
  • 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 FoundationApache2.2in>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 FoundationApache2.2in>

    打开httpd.conf,搜索ServerName

    去掉注释即可。


    C:Program Files (x86)Apache Software FoundationApache2.2in>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 FoundationApache2.2in>

  • 相关阅读:
    UOJ388 [UNR #3] 配对树
    洛谷P6151 [集训队作业2019] 青春猪头少年不会梦到兔女郎学姐
    CF908H New Year and Boolean Bridges
    CF704C Black Widow
    CF1338
    CF1361
    CF1110H Modest Substrings
    CF1322
    CF1182F Maximum Sine
    Elastic Stack(ELK)
  • 原文地址:https://www.cnblogs.com/rms365/p/10961582.html
Copyright © 2011-2022 走看看