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

Linux basic command-apachectl

2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

Apachectl

The apachectl instruction is the front-end control program of the apache http server, which can help control the daemon httpd of the apache service.

The scope of this command: RedHat, RHEL, Ubuntu, CentOS, SUSE, openSUSE, Fedora.

1. Grammar

Apachectl cmd

2. Parameter list

Option

Description

Start

Start the apache httpd daemon

Restart

Restart the apache httpd daemon

Stop

Stop the apache httpd daemon

Status

Displays brief information about the apache service

Graceful

Elegant restart of the apache service, which, unlike restart, does not interrupt the currently open http connection and does not immediately close the log

Graceful-stop

Gracefully stop the apache service, which, unlike stop, does not interrupt the currently open http connection and does not immediately close the log

Configtest

Run apache configuration Syntax Detection

3. Examples

1) run the apache profile test

[root@localhost ~] # apachectl configtest / / profile detection, no error

Httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName

Syntax OK

2) restart the service

[root@localhost ~] # apachectl restart / / restart

A Linux learning platform has been made, and a prototype has come out at present, which you can refer to and use.

Link: https://pan.baidu.com/s/1GOLVU2CbpBNGtunztVpaCQ password: n7bk

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

Servers

Wechat

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

12
Report