Рубрики
Uncategorized

Centos 7 перезапускает команды Apache, nginx, mysql, PHP FPM

Автор оригинала: David Wong.

Примечание: Это перепечатка

apache
start-up
systemctl start httpd
Stop it
systemctl stop httpd
restart
systemctl restart httpd


mysql
start-up
systemctl start mysqld
Stop it
systemctl stop mysqld
restart
systemctl restart mysqld


php-fpm
start-up
systemctl start php-fpm
Stop it
systemctl stop php-fpm
restart
systemctl restart php-fpm


nginx
start-up
systemctl start nginx
Stop it
systemctl stop nginx
restart
systemctl restart nginx

Исходный адрес: centos 7 перезапуск команд Apache, nginx, mysql, PHP FPM

Оригинал: “https://developpaper.com/centos7-restart-apache-nginx-mysql-php-fpm-commands/”