Service httpd restart isn't displaying any info

Pieter

Verified User
Joined
Mar 27, 2016
Messages
19
After updating Apache it's no longer printing info on restart:

Code:
Stopping httpd: [ OK ] 
Starting httpd: [ OK ]


When entering:

Code:
service httpd restart

It is completely silent, it probably does nothing.

When I stop apache I see the following message:

Code:
Found 1 leftover httpd processes. Killing.

I'm running Apache/2.4.34 (Unix) on CentOS 6.10. I have updated Apache using Custombuild (DirectAdmin)

Question: Is the leftover httpd process preventing Apache from printing status info? How do I fix this?
 
Back
Top