欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

启动关闭重启 apche

shiping1 的头像

(1)
(高桥的方法)
/etc/rc.d/init.d/httpd restart        重启apache
/etc/rc.d/init.d/httpd start          启动apache
/etc/rc.d/init.d/httpd stop           停止apache



(2)最好的启动方法 ,不会错
/usr/local/apache/bin/apachectl start      该命令用来启用apache。
/usr/local/apache/bin/apachectl stop       停止
/usr/local/apache/bin/apachectl restart    重启


(3)
  service httpd start    启动 httpd
如果是linux自己带的apache的话就使用命令
service httpd start 启动
service httpd stop 关闭
service httpd restart 重新启动  


我不知以上有什么区别,但我发觉最好用第二种

 

 

他们是fastcgi的,web服务器是nginx
中大通雷劈  12:18:49
/etc/init.d/php-fpm restart
 

普通分类: