博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
安装apache
阅读量:4588 次
发布时间:2019-06-09

本文共 551 字,大约阅读时间需要 1 分钟。

1.http://httpd.apache.org/下载apache  步骤参考:http://jingyan.baidu.com/article/29697b912f6539ab20de3cf8.html

2.解压缩后把里面的Apache文件夹拿到想要的位置

3.之后切入到/bin目录以管理员权限运行cmd。window8下如何以管理员权限运行cmd?到桌面左下角--右键单击  当出现fail to open WinNT service manager ,perhaps you forget to log in as Adminstrator? 时就是没有以管理员权限运行

4.在命令行中 httpd.exe -k install   然后 httpd.exe -k start httpd.exe -k stop  用httpd.exe -t检查错误

5.中途可能出现计算机中丢失msvcr110.dll 解决方案:http://jingyan.baidu.com/album/4f7d57129fa86e1a201927de.html?picindex=2

6.之后就安装成功了

转载于:https://www.cnblogs.com/dobestself-994395/p/4605393.html

你可能感兴趣的文章
c# 静态变量
查看>>
c# 值传递
查看>>
c# 输出参数-out
查看>>
c# 静态构造函数
查看>>
c# 属性说明
查看>>
c# 方法成员
查看>>
c# 定义和调用索引器
查看>>
c# 引用参数-ref
查看>>
c# 多态
查看>>
c# 参数数组
查看>>
c# 虚属性
查看>>
c# 子类的声明
查看>>
c# 类嵌套
查看>>
c# 方法的隐藏
查看>>
c# 接口实现
查看>>
c# 密封类
查看>>
c# is运算符
查看>>
c# 抽象类与接口
查看>>
c# 委托
查看>>
c# 接口使用
查看>>