エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
CentOS7で apachectl -k graceful するには at softelメモ
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
CentOS7で apachectl -k graceful するには at softelメモ
問題 CentOS7では、Apacheのgracefulができないですか? # apachectl -k graceful Passing arguments to... 問題 CentOS7では、Apacheのgracefulができないですか? # apachectl -k graceful Passing arguments to httpd using apachectl is no longer supported. You can only start/stop/restart httpd using this script. If you want to pass extra arguments to httpd, edit the /etc/sysconfig/httpd config file. 答え Systemdでサービス管理がされていると apachectl でrestartなどさせてくれないですね。 以下もハズレです。 systemctl graceful httpd.service reload を使うとよいです。 systemct