Reinicio de Apache en Centos, reinicio de mysql, método de reinicio de nginx

  

Reinicio de Apache en Centos, reinicio de mysql, método de reinicio de nginx

1. Reinicie apache

servicio httpd restrat

/etc/init.d/httpd stop

/etc/init.d/httpd start

2. Reinicie mysql

service mysql restart

/etc/init.d/mysqld stop

/etc/init.d/mysqld start

3. Reinicie Nginx

service nginx restart

/Etc /init.d /nginx stop

/etc/init.d/nginx start

Copyright © Conocimiento de Windows All Rights Reserved