chkconfig 不能加入httpd呢, 請指教

发布于 2022-10-03 20:12:55 字数 377 浏览 15 评论 0

各位, 我使用centos, 安裝時不安裝預設的httpd, 再重新編譯一個httpd, 現在已編譯完成及可使用, 但當使用chkconfig 加入httpd時就出現以下錯誤:

  1. [root@localhost local]# chkconfig --add httpd
  2. service httpd does not support chkconfig
  3. [root@localhost local]#

复制代码

它說service httpd不支持使用chkconfig, 請問怎樣才可以加進chkconfg呢.
謝謝.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

烟燃烟灭 2022-10-10 20:12:55

比较一下,没有的补上:

#!/bin/sh
#
# Startup script for the Apache Web Server
# chkconfig: - 85 15
# description: Apache is a World Wide Web server.
#
# processname: httpd
# pidfile: /usr/local/apache/log/httpd.pid
# config: /etc/httpd/httpd.conf

凉宸 2022-10-10 20:12:55

原帖由 "llzqq" 发表:
比较一下,没有的补上:

#!/bin/sh
#
# Startup script for the Apache Web Server
# chkconfig: - 85 15
# description: Apache is a World Wide Web server.
#
# processname: httpd
# pidfile: /usr/l..........

謝謝, 但想再請教, 比較的是那一個檔案呢, apachectl 並不相同呢. 謝謝.

給妳壹絲溫柔 2022-10-10 20:12:55

自己做一个Link就好了。没有必要一定要使用chkconfig这个命令吧

赤濁 2022-10-10 20:12:55

[quote]原帖由 "hongfengyue"]自己做一个Link就好了。没有必要一定要使用chkconfig这个命令吧[/quote 发表:

自己使用的就沒有問題, 但這系統是給別人用的. 那只好跟回redhat的結構, 別人跟進也易些上手. 謝謝.

花想c 2022-10-10 20:12:55

比较/etc/init.d/下的apache的那个启动脚本。
如果要使用chkconfig添加启动里面的话,是需要这些关键字的

彡翼 2022-10-10 20:12:55

謝謝各位, 同各位分享一下...
原來在每一個init.d內的檔案都有二句註解

  1. # chkconfig: 2345 10 90
  2. # description: Activates/Deactivates Apache Web Server

复制代码
而chkconfig就會找這二個註解來加進chkconfig管理內的呢.

以我這個case, 在apachectl 加入了這二句, 就可以使用chkconfig --add httpd 加入到chkconfig 管理了...
但2,3,4,5 就是init 登入層號, 但 10 和 90 就不知道lu...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文