当前位置:网站首页>安装Apache服务时出现的几个问题, AH00369,AH00526,AH00072....
安装Apache服务时出现的几个问题, AH00369,AH00526,AH00072....
2022-08-04 05:31:00 【look up at the stars】
- AH00369: Failed to open the Windows service manager, perhaps you forgot to log in as Administrator
解决办法:使用管理员身份打开cmd(命令行窗口)
2.AH00526: Syntax error on line 161 of D:/cluster/Apache24/conf/extra/httpd-ahssl.conf:SSLCertificateFile: file ‘D:/cluster/Apache24/conf/ssl/serverone.crt’ does not exist or is empty
解决办法:
1.打开Apache解压后文件夹,打开conf/httpd.conf文件 配置Define SRVROOT “Apache解压路径,即conf文件夹所在路径” 如:Define SRVROOT “D:\cluster\Apache24”;
2.如果第一个方法还不行,那么就打开Apache24\conf\ssl文件夹 ,在里面依次创建错误信息提示的文件,例如serverone.crt文件。(亲测有效,我一直提示serverone.crt,serverone.key,servertwo.crt,servertwo.key文件,所以我尝试着将里面已经存在的server.crt,server.key文件给复制了两份,然后更改了命名就成功了)
3.(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
解决办法:这是个端口占用的问题,主要通过查看占用端口进程,关闭该进程即可。(提醒:如果你的电脑安装了虚拟机那么一般就是虚拟机服务占用了该端口,找到虚拟机服务关闭即可)详见:https://blog.csdn.net/qq_43665602/article/details/104996759
边栏推荐
- LeetCode_22_Apr_2nd_Week
- MNIST手写数字识别 —— 从零构建感知机实现二分类
- 【论文阅读】TransReID: Transformer-based Object Re-Identification
- 第一章 绪论
- 如何成长为高级工程师?
- The usefulness of bind() system call
- Code to celebrate the Dragon Boat Festival - Zongzi, your heart
- 基于asp.net的法律援助平台的设计与实现(附项目链接)
- A code example of the PCL method in the domain of DG (Domain Generalization)
- 迅雷关闭自动更新
猜你喜欢
第三章 标准单元库(下)
DRA821 环境搭建
详解近端策略优化
arm learning-1-development board
YOLOV4流程图(方便理解)
【论文阅读】Mining Cross-Image Semantics for Weakly Supervised Semantic Segmentation
腾讯、网易纷纷出手,火到出圈的元宇宙到底是个啥?
YOLOV5 V6.1 详细训练方法
"A minute" Copy siege lion log 】 【 run MindSpore LeNet model
Copy Siege Lion 5-minute online experience MindIR format model generation
随机推荐
典型CCN网络——efficientNet(2019-Google-已开源)
中国联通、欧莱雅和钉钉都在争相打造的秘密武器?虚拟IP未来还有怎样的可能
arm-2-基础阶段
arm学习-1-开发板
[CV-Learning] Linear Classifier (SVM Basics)
(Navigation page) OpenStack-M version - manual construction of two nodes - with video from station B
MNIST handwritten digit recognition - based on Mindspore to quickly build a perceptron to achieve ten categories
腾讯、网易纷纷出手,火到出圈的元宇宙到底是个啥?
SFTP的用法
The usefulness of bind() system call
LeetCode_Nov_2nd_Week
FAREWARE ADDRESS
MFC读取点云,只能正常显示第一个,显示后面时报错
MNIST手写数字识别 —— 图像分析法实现二分类
A code example of the PCL method in the domain of DG (Domain Generalization)
target has libraries with conflicting names: libcrypto.a and libssl.a.
LeetCode_22_Apr_2nd_Week
Introduction to Convolutional Neural Networks
Code to celebrate the Dragon Boat Festival - Zongzi, your heart
[开发杂项][VS Code]remote-ssd retry failed