当前位置:网站首页>安装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
边栏推荐
- 多层LSTM
- Amazon Cloud Technology Build On-Amazon Neptune's Knowledge Graph-Based Recommendation Model Building Experience
- 【论文阅读】Further Non-local and Channel Attention Networks for Vehicle Re-identification
- YOLOV4流程图(方便理解)
- Thunderbolt turns off automatic updates
- tensorRT教程——tensor RT OP理解(实现自定义层,搭建网络)
- ConnectionRefusedError: [Errno 111] Connection refused问题解决
- 度量学习(Metric learning、损失函数、triplet、三元组损失、fastreid)
- Unity ML-agents 参数设置解明
- How to get started with MOOSE platform - an example of how to run the official tutorial
猜你喜欢
第三章 标准单元库(下)
Copy Siege Lions "sticky" to AI couplets
MNIST手写数字识别 —— 图像分析法实现二分类
深度学习理论 —— 初始化、参数调节
基于BiGRU和GAN的数据生成方法
MNIST Handwritten Digit Recognition - Lenet-5's First Commercial Grade Convolutional Neural Network
MOOSE平台使用入门攻略——如何运行官方教程的例子
Deep Learning Theory - Overfitting, Underfitting, Regularization, Optimizers
数据库的简述与常用操作指南
MNIST handwritten digit recognition, sorted by from two to ten
随机推荐
Deep Learning Theory - Initialization, Parameter Adjustment
Golang environment variable settings (2)--GOMODULE & GOPROXY
YOLOV4流程图(方便理解)
投稿相关
tmux concept and usage
[CV-Learning] Linear Classifier (SVM Basics)
详解近端策略优化
理想的生活
MOOSE平台使用入门攻略——如何运行官方教程的例子
ConnectionRefusedError: [Errno 111] Connection refused问题解决
Amazon Cloud Technology Build On-Amazon Neptune's Knowledge Graph-Based Recommendation Model Building Experience
【Copy攻城狮日志】“一分钟”跑通MindSpore的LeNet模型
[日常办公][shell]常用代码段
makefile基础学习
MFC读取点云,只能正常显示第一个,显示后面时报错
LeetCode_Dec_2nd_Week
FAREWARE ADDRESS
MNIST手写数字识别 —— 从感知机到卷积神经网络
MNIST手写数字识别 —— Lenet-5首个商用级别卷积神经网络
强化学习中,Q-Learning与Sarsa的差别有多大?