当前位置:网站首页>安装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
边栏推荐
猜你喜欢

【论文阅读】Further Non-local and Channel Attention Networks for Vehicle Re-identification

Pytest common plug-in

强化学习中,Q-Learning与Sarsa的差别有多大?

【论文阅读】TransReID: Transformer-based Object Re-Identification

2020-03-27

LeetCode_Nov_3rd_Week
![[Deep Learning Diary] Day 1: Hello world, Hello CNN MNIST](/img/06/6f49260732e5832edae2ec80aafc99.png)
[Deep Learning Diary] Day 1: Hello world, Hello CNN MNIST

基于asp.net的法律援助平台的设计与实现(附项目链接)

【Copy攻城狮日志】“一分钟”跑通MindSpore的LeNet模型

No matching function for call to ‘RCTBridgeModuleNameForClass‘
随机推荐
MNIST手写数字识别 —— Lenet-5首个商用级别卷积神经网络
在AWS-EC2中安装Minikube集群
Golang environment variable settings (2)--GOMODULE & GOPROXY
题目1000:输入两个整数a和b,计算a+b的和,此题是多组测试数据
2020-10-19
[开发杂项][编辑器][代码阅读]ctags&vim
FAREWARE ADDRESS
counting cycle
tensorRT教程——tensor RT OP理解(实现自定义层,搭建网络)
语音驱动嘴型与面部动画生成的现状和趋势
[English learning][sentence] good sentence
LeetCode_Dec_3rd_Week
SFTP的用法
Introduction to Convolutional Neural Networks
MNIST手写数字识别 —— ResNet-经典卷积神经网络
打金?工作室?账号被封?游戏灰黑产离我们有多近
亚马逊云科技Build On-Amazon Neptune基于知识图谱的推荐模型构建心得
迅雷关闭自动更新
Pytest常用插件
【论文阅读】Exploring Spatial Significance via Hybrid Pyramidal Graph Network for Vehicle Re-identificatio