当前位置:网站首页>安装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
边栏推荐
- 如何用Pygame制作简单的贪吃蛇游戏
- 【论文阅读】Further Non-local and Channel Attention Networks for Vehicle Re-identification
- 腾讯、网易纷纷出手,火到出圈的元宇宙到底是个啥?
- 【深度学习日记】第一天:Hello world,Hello CNN MNIST
- MFC 打开与保存点云PCD文件
- MNIST手写数字识别 —— 基于Mindspore快速构建感知机实现十分类
- 第三章 标准单元库(上)
- 代码庆端午--粽你心意
- CAS无锁队列的实现
- No matching function for call to ‘RCTBridgeModuleNameForClass‘
猜你喜欢
MNIST handwritten digit recognition, sorted by from two to ten
arm-3-中断体系结构
LeetCode_Dec_2nd_Week
MNIST手写数字识别 —— 从二分类到十分类
"A minute" Copy siege lion log 】 【 run MindSpore LeNet model
CSDN大礼包--高校圆桌派大礼包
Tencent and NetEase have taken action one after another. What is the metaverse that is so popular that it is out of the circle?
Amazon Cloud Technology Build On 2022 - AIot Season 2 IoT Special Experiment Experience
剪映专业版字幕导出随笔
管道重定向
随机推荐
arm learning-1-development board
(Navigation page) OpenStack-M version - manual construction of two nodes - with video from station B
Pytest common plug-in
A code example of the PCL method in the domain of DG (Domain Generalization)
关于DG(域泛化)领域的PCL方法的代码实例
CSDN spree -- college round table spree
Amazon Cloud Technology Build On-Amazon Neptune's Knowledge Graph-Based Recommendation Model Building Experience
No matching function for call to ‘RCTBridgeModuleNameForClass‘
MVC自定义配置
Cut the hit pro subtitles export of essays
[English learning][sentence] good sentence
MNIST handwritten digit recognition - based on Mindspore to quickly build a perceptron to achieve ten categories
Postgresql snapshot
基于asp.net的法律援助平台的设计与实现(附项目链接)
度量学习(Metric learning、损失函数、triplet、三元组损失、fastreid)
Copy攻城狮5分钟在线体验 MindIR 格式模型生成
【Copy攻城狮日志】飞浆学院强化学习7日打卡营-学习笔记
fuser 使用—— YOLOV5内存溢出——kill nvidai-smi 无pid 的 GPU 进程
数据库的简述与常用操作指南
MNIST手写数字识别 —— 从二分类到十分类