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

The service does not support chkconfig resolution process

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

Share

Shulou(Shulou.com)05/31 Report--

Today, I would like to talk to you about the process of solving the problem that the service does not support chkconfig. Many people may not know much about it. In order to make you understand better, the editor summarized the following content for you. I hope you can get something according to this article.

When self-compilation is set as a system service with chkconfig, the httpd service does not support chkconfig.

The resolution process is as follows:

1. Edit / etc/init.d/httpd

#! / bin/bash

# chkconfig:345 61 61

# description:Apache httpd

(, there seems to be a problem with copy and paste, enter it manually)

two。 Configuration

[root@localhost] # chkconfig-- add httpd

[root@localhost ~] # chkconfig-- list | grep httpd

Httpd 0: close 1: close 2: close 3: close 4: close 5: close 6: close

[root@localhost] # chkconfig-- level 345 httpd on

[root@localhost ~] # chkconfig-- list | grep httpd

Httpd 0: off 1: close 2: close 3: enable 4: enable 5: enable 6: close

After reading the above, do you have any further understanding of the process that the service does not support chkconfig resolution? If you want to know more knowledge or related content, 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

Servers

Wechat

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

12
Report