- // Apache
- //Task: Start Apache 2 Server /启动apache服务
- # /etc/init.d/apache2 start
- //or
- $ sudo /etc/init.d/apache2 start
- //Task: Restart Apache 2 Server /重启apache服务
- # /etc/init.d/apache2 restart
- //or
- $ sudo /etc/init.d/apache2 restart
- //Task: Stop Apache 2 Server /停止apache服务
- # /etc/init.d/apache2 stop
- //or
- $ sudo /etc/init.d/apache2 stop
- // Mysql
- /etc/init.d/mysql start
- /etc/init.d/mysql stop
- /etc/init.d/mysql restart
相关文章
- 01-09命令行界面下用户和组管理之groupadd的使用
- 01-09WINDOWS环境下RABBITMQ的启动和停止命令
- 01-09命令行界面下用户和组管理之groupmod和groupdel的使用
- 01-09Apache和Nginx下的Rewrite规则
- 01-09Linux下Apache服务的查看和启动
- 01-09Windows下的Brew---Chocolatey||liunx命令行工具和os上安装brew命令行工具 及简单使用
- 01-09ubuntu下apache配置的几个问题
- 01-09Ubuntu下VIM的安装和基本用法
- 01-09Windows下Subversion和Apache的安装及配置(一)
- 01-09在ubuntu(linux)下安装vim,以及vim的常用命令