Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does apache restart?

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

How to restart apache? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something.

Restart Apache under windows

● first right-click "this computer" and click "manage"

● in the computer Management program that opens, double-click Services and applications.

● in the computer Management program that opens, double-click Services.

● in the list of all services, click "apache"

● if apache is not started, "start Service" is displayed on the left. Click to start the service.

● if apache has been started, the left side shows "stop and restart the service". Click to perform the action.

Restart Apache under Linux

Assuming that the current Linux user's apahce installation directory is / usr/local/apache2, use the following command in the command line terminal to start, stop, and restart apache.

1. Command to start apahce:

/ usr/local/apache2/bin/apachectl start apache

two。 Command to stop apache:

/ usr/local/apache2/bin/apachectl stop

3. Command to restart apache:

/ usr/local/apache2/bin/apachectl restart

To restart the Apache server without interrupting the current connection, run:

/ usr/local/sbin/apachectl graceful

If the current user's apache is already installed as a linux service, you can use the following command to do the above.

1. Start apache

Service httpd start

two。 Stop serving apache

Service httpd stop

3. Restart apache

Is it helpful for service httpd restart to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report