linux下远程重启apache的方法

打开后输入服务器用户名密码登陆。

接着输入命令:/etc/rc.d/init.d/httpd restart



LINUX下重启httpd服务,以及APACHE服务的方法



/etc/init.d/httpd restart重启
/etc/init.d/httpd start 启动
/etc/init.d/httpd stop 停止
/usr/local/apache2/bin/apachectl -k restart

你可能感兴趣的:(apache)