码迷,mamicode.com
首页 > Web开发 > 详细

Apache 服务器配置

时间:2019-06-01 14:05:32      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:tar   restart   名称   停止   管理员   httpd   bin   情况   服务   

安装 Apache 服务

# 注意:需要使用管理员身份运行命令行!!!

 

# 切换到 Apache 解压路径中的 bin 目录

$ cd <解压目录>/bin# 安装 Apache 服务,‐n 参数是指定服务名称

$ httpd.exe ‐k install ‐n "Apache"

# 如果需要卸载 Apache,可以执行以下命令

$ httpd.exe ‐k uninstall ‐n "Apach

 

$ httpd.exe ‐k start ‐n "Apache"

# 重新启动 Apache 服务

$ httpd.exe ‐k restart ‐n "Apache"

# 停止 Apache 服务

$ httpd.exe ‐k stop ‐n "Apach

 

127.0.0.1 是本地回环地址

如果设备没有连接任何网络设备的情况下,我们会有一个本地灰换地址 127.0.0.1 指向我们自己的地址

 

Apache 服务器配置

标签:tar   restart   名称   停止   管理员   httpd   bin   情况   服务   

原文地址:https://www.cnblogs.com/bydzhangxiaowei/p/10959305.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!