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
本文标题:Apache、Nginx的使用
本文链接:https://www.haomeiwen.com/subject/rchegctx.html
网友评论