---------------------------------------------------------------php
重啓php
service php-fpm restartmysql
---------------------------------------------------------------
查看apache版本號
httpd -v apachelinux
---------------------------------------------------------------nginx
重啓apache
service httpd start 啓動
service httpd restart 從新啓動
service httpd stop 中止服務sql
apache位置apache
/etc/httpd/conf 和 /etc/httpd/conf.dphp-fpm
---------------------------------------------------------------rest
查看linux版本號
cat /etc/redhat-releaseservice
---------------------------------------------------------------top
apache啓動systemctl start httpd中止systemctl stop httpd重啓systemctl restart httpdmysql啓動systemctl start mysqld中止systemctl stop mysqld重啓systemctl restart mysqldphp-fpm啓動systemctl start php-fpm中止systemctl stop php-fpm重啓systemctl restart php-fpmnginx啓動systemctl start nginx中止systemctl stop nginx重啓systemctl restart nginx