apache
3221112
我就是我
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Apache服务的安装与卸载
首先使用命令符cd 到apache的bin目录。1.卸载Apache服务的命令httpd -k uninstall -n apache2.4apache2.4是服务名,视实际情况而定2.安装Apache服务的命令安装时,一定要保证cmd是utf-8编码格式的。chcp 65001然后输入:httpd -k install -n apache2.2这时,apa...原创 2017-05-31 10:03:30 · 395 阅读 · 0 评论 -
Errors reported here must be corrected before the service can be started
在调用httpd.exe注册Apache的服务时或者httpd -k install,弹出这句话Errors reported here must be corrected before the service can be started,并不是error,而是提示:如果这行下边出现错误则解决错误后再启动! ...原创 2017-06-04 16:53:47 · 1765 阅读 · 0 评论 -
Installing the 'Apache2.4' service 拒绝访问:AH00369
【现象】:在win10上安装初始化httpd出错 E:\InstallTheSoftware\apache\Apache24\bin>httpd -k install Installing the 'Apache2.4' service (OS 5)拒绝访问。 : AH00369: Failed to open the Windows service manag...原创 2017-06-06 09:04:58 · 7999 阅读 · 3 评论 -
Apache报ServerRoot must be a valid directory
【现象】:D:\apache\Apache24\bin>httpd -k installInstalling the 'Apache2.4' serviceThe 'Apache2.4' service is successfully installed.Testing httpd.conf....Errors reported here must be correc...原创 2017-06-29 13:16:07 · 1511 阅读 · 0 评论
分享