zoukankan      html  css  js  c++  java
  • Apance安装提示:(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : AH00072: make_sock: could not bind to address [::]:443

    一、报错信息:

    Errors reported here must be corrected before the service can be started.
    (OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : AH00072: make_sock: could not bind to address [::]:443
    (OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : AH00072: make_sock: could not bind to address 0.0.0.0:443
    AH00451: no listening sockets available, shutting down
    AH00015: Unable to open logs

    二、报错原因:

    443端口被占用

    三、解决方法:

    1. 关闭Apache服务
    2. 进入conf配置文件中的extra文件,我的extra文件位置:D:ProgramApacheconfextra
    3. 修改httpd-ahssl.conf和httpd-ssl.conf中的,有443的地方改为440就可以了
  • 相关阅读:
    EXCEL自动导出HTML
    亡灵序曲超清
    支持国产动画-唐伯卿和曾小兰
    中国表情
    logging 日志
    datetime库运用
    hashlib 加密
    os2
    python json数据处理
    python操作redis
  • 原文地址:https://www.cnblogs.com/hahayixiao/p/11366148.html
Copyright © 2011-2022 走看看