This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb_14154
/
Learn
mirror of
https://github.com/Black-Gold/Learn
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79fe7808bb
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '79fe7808bb'
${ noResults }
Learn
/
LearnShell
/
LinuxCommands
/
apachectl.md
733 B
Raw
Blame
History
Unescape
Escape
apachectl
Apache服务器前端控制工具
补充说明
apachectl命令
是Apache的Web服务器前端控制工具
,
用以启动、关闭和重新启动Web服务器进程。
语法
apachectl(参数)
参数
configtest
:
检查设置文件中的语法是否正确
;
fullstatus
:
显示服务器完整的状态信息
;
graceful
:
重新启动Apache服务器
,
但不会中断原有的连接
;
help
:
显示帮助信息
;
restart
:
重新启动Apache服务器
;
start
:
启动Apache服务器
;
status
:
显示服务器摘要的状态信息
;
stop
:
停止Apache服务器。