apache
啓動
systemctl start httpd
中止
systemctl stop httpd
重啓
systemctl restart httpd
mysql
啓動
systemctl start mysqld
中止
systemctl stop mysqld
重啓
systemctl restart mysqld
php-fpm
啓動
systemctl start php-fpm
中止
systemctl stop php-fpm
重啓
systemctl restart php-fpm
nginx
啓動
systemctl start nginx
中止
systemctl stop nginx
重啓
systemctl restart nginxphp