• 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就可以了
  • 相关阅读:
    聊聊Java中的异常及处理
    mysql各个版本介绍
    三范式理解
    spring 自定义注解
    双亲委派机制
    架构师之路
    访问localhost报错404
    删除重复记录sql
    如何测试kafka集群能否正常工作?
    SQL14
  • 原文地址:https://www.cnblogs.com/hahayixiao/p/11366148.html
Copyright © 2020-2023  润新知