1.Window

1.1 启动、重启、停止——方式一(httpd)

httpd.exe [-D name] [-d directory] [-f file]
[-C "directive"] [-c "directive"]
[-w] [-k start|restart|stop|shutdown] [-n service_name]
[-k install|config|uninstall] [-n service_name]
[-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S] [-X]
Options:
-D name : define a name for use in <IfDefine name> directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C "directive" : process directive before reading config files
-c "directive" : process directive after reading config files
-n name : set service name and use its ServerConfigFile and ServerRoot
-k start : tell Apache to start
-k restart : tell running Apache to do a graceful restart
-k stop|shutdown : tell running Apache to shutdown
-k install : install an Apache service
-k config : change startup Options of an Apache service
-k uninstall : uninstall an Apache service
-w : hold open the console window on error
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed vhost settings
-t -D DUMP_RUN_CFG : show parsed run settings
-S : a synonym for -t -D DUMP_VHOSTS -D DUMP_RUN_CFG
-t -D DUMP_MODULES : show all loaded modules
-M : a synonym for -t -D DUMP_MODULES
-t : run syntax check for config files
-T : start without DocumentRoot(s) check
-X : debug mode (only one worker, do not detach)

2.Linux

2.1 启动、重启、停止——方式一(httpd)

./httpd [-D name] [-d directory] [-f file]
[-C "directive"] [-c "directive"]
[-k start|restart|graceful|graceful-stop|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S]
Options:
-D name : define a name for use in <IfDefine name> directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C "directive" : process directive before reading config files
-c "directive" : process directive after reading config files
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)
-S : a synonym for -t -D DUMP_VHOSTS
-t -D DUMP_MODULES : show all loaded modules
-M : a synonym for -t -D DUMP_MODULES
-t : run syntax check for config files
-T : start without DocumentRoot(s) check

2.2 启动、重启、停止——方式二(apachectl)

apahce启动命令
./apachectl start
apache停止命令:
./apachectl stop
apache重新启动命令:
./apachectl restart
要在重启 Apache 服务器时不中断当前的连接,则应运行:
./apachectl graceful

最新文章

  1. mysql远程连接命令(转)
  2. 安装SQL Server2008,要重启机器,解决办法
  3. 在Tomcat里使用配置连接池连接数据库
  4. C# 设计基础(一)
  5. SPRING IN ACTION 第4版笔记-第三章ADVANCING WIRING-007-给BEAN运行时注入值placeholder、@Value
  6. 原来你是个这样的JVM
  7. OpenGL网络资源
  8. RecyclerView嵌套RecyclerView
  9. 补习系列(7)-springboot 实现拦截的五种姿势
  10. anaconda安装tensorflow报错 No module named &#39;tensorflow&#39;解决方法(windows)
  11. phpmyadmin#1045 无法登录 MySQL 服务器
  12. CSS实现左侧多级菜单栏
  13. 大数据实践:ODI 和 Twitter (二)
  14. SQL Server 2008 R2下载地址
  15. Win10系列:VC++ Direct3D模板介绍1
  16. js-ES6学习笔记-Proxy(2)
  17. MiniDump产生工具
  18. 70. Climbing Stairs (Array; DP)
  19. summernote 文本编辑器使用时,选择上传图片、链接、录像时,弹出的对话框被遮挡住
  20. linux如何连接移动硬盘

热门文章

  1. JavaScript去除空格trim()的原生实现
  2. 让IE6也支持position:fixed
  3. Codeforces Round #331 (Div. 2) B. Wilbur and Array
  4. 【链表】在O(1)的时间删除链表的节点
  5. dubbo介绍以及创建
  6. JN5169 --------- zigbee代码
  7. uva10766生成树计数(矩阵树定理)
  8. bzoj 1776: [Usaco2010 Hol]cowpol 奶牛政坛——树的直径
  9. 崩坏3mmd中的渲染技术研究
  10. Eureka服务续约(Renew)源码分析