Apache restart on Centos, mysql restart, nginx restart method

  

Apache restart on Centos, mysql restart, nginx restart method

1. Restart apache

service httpd restrat

/etc/init.d/httpd stop

/etc/init.d/httpd start

2. Restart mysql

service mysql restart

/etc/init.d/mysqld stop

/etc/init.d/mysqld start

3. Restart Nginx

service nginx restart

/Etc/init.d/nginx stop

/etc/init.d/nginx start

Copyright © Windows knowledge All Rights Reserved