Hai saya punya aplikasi java yang memulai / berhenti / restart Apache dan juga harus memeriksa statusnya, jadi saya telah melihat bagaimana memeriksa status apache dan tampaknya Anda harus memeriksa keadaan layanan, masalahnya adalah bahwa ketika saya menggunakan
apachectl start
layanan httpd masih belum dimulai, apakah itu normal?
saya memeriksa status layanan dengan melakukan
service httpd status
.
[root@lxrdcpsm ~]# service httpd status
httpd is stopped
[root@lxrdcpsm ~]# /apps/apache/2.4.4/bin/apachectl start
httpd (pid 20502) already running
[root@lxrdcpsm ~]# service httpd status
httpd is stopped
[root@lxrdcpsm ~]# /apps/apache/2.4.4/bin/apachectl stop
[root@lxrdcpsm ~]# service httpd status
httpd is stopped
[root@lxrdcpsm ~]# /apps/apache/2.4.4/bin/apachectl start
[root@lxrdcpsm ~]# service httpd status
httpd is stopped
[root@lxrdcpsm ~]#