amanhstu I am having a serious issue. all of a sudden apache server stop working. Then need to restart whole server. Else its not working. Why is that ? Only restarting apache not working. This is really frustrating
Tasnim_Satisfyhost amanhstu Have you reviewed your server storage usage and recent changes to the vhost configuration?
aaPanel_Kern hello, You can first check whether php, mysql, etc. are running normally. If not, you can try restarting php. Then restart apache. Also check whether it is closed by the system amanhstu
amanhstu Tasnim_Satisfyhost I have almost all storage free.. Not sure what you meant by vhost configuration? is there anything changed. Also its happening in my other servers as well often. But in these server apache restart works. But why suddenly apache stop working ?
amanhstu aaPanel_Kern everything is fine. And i see apache is also running. But it doesn't work. Also its happening in my other servers as well often. But in these server apache restart works. But why suddenly apache stop working ?
aaPanel_Kern You can check whether it has been shut down by the system: dmesg|grep -iE "kill|httpd|apache|http|mysql|oom" amanhstu