linux 如何重启apache

linux 如何重启apache,第1张

假设当前Linux用户的apahce安装目录为/usr/local/apache2,那么在命令行终端中使用以下命令启动停止和重启apache。\x0d\x0a1. 启动apahce的命令:\x0d\x0a/usr/local/apache2/bin/apachectl start apache\x0d\x0a2. 停止apache的命令:\x0d\x0a/usr/local/apache2/bin/apachectl stop \x0d\x0a3. 重启apache的命令:\x0d\x0a/usr/local/apache2/bin/apachectl restart \x0d\x0a要在重启 Apache 服务器时不中断当前的连接,则应运行:\x0d\x0a/usr/local/sbin/apachectl graceful\x0d\x0a\x0d\x0a如果当前用户的apache已经安装为linux的服务的话,可以使用以下命令进行以上 *** 作。\x0d\x0a1. 启动apache\x0d\x0aservice httpd start \x0d\x0a2. 停止服务apache\x0d\x0aservice httpd stop \x0d\x0a3. 重新启动apache\x0d\x0aservice httpd restart

基本的 *** 作方法:

本文假设你的apahce安装目录为/usr/local/apache2,这些方法适合任何情况

apahce启动命令:

推荐/usr/local/apache2/bin/apachectl start

apaceh启动

apache停止命令

/usr/local/apache2/bin/apachectl stop 停止

apache重新启动命令:

/usr/local/apache2/bin/apachectl restart 重启

要在重启 Apache 服务器时不中断当前的连接,则应运行:

/usr/local/sbin/apachectl graceful

如果apache安装成为linux的服务的话,可以用以下命令 *** 作:

service httpd start 启动

service httpd restart 重新启动

service httpd stop 停止服务

Linux系统为Ubuntu

一、Start Apache 2 Server /启动apache服务

# /etc/init.d/apache2 start

or

$ sudo /etc/init.d/apache2 start

二、 Restart Apache 2 Server

/重启apache服务

# /etc/init.d/apache2 restart

or

$ sudo /etc/init.d/apache2 restart

三、Stop Apache 2 Server /停止apache服务

# /etc/init.d/apache2 stop

or

$ sudo /etc/init.d/apache2 stop

基本的 *** 作方法: 本文假设你的apahce安装目录为/usr/local/apache2,这些方法适合任何情况 apahce启动命令: 推荐/usr/local/apache2/bin/apachectl start apaceh启动 apache停止命令 /usr/local/apache2/bin/apachectl stop 停止 apache重新启...


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8503603.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-17
下一篇 2023-04-17

发表评论

登录后才能评论

评论列表(0条)

保存