Apache、Nginx的使用
2019-12-06 本文已影响0人
ljwheyxy
Apache HTTPD
// start the service
service httpd start
//stop the service
service httpd stop
Nginx
// start
nginx
//stop
nginx -s stop
// start the service
service httpd start
//stop the service
service httpd stop
// start
nginx
//stop
nginx -s stop