Hello,
Most of time the deployment goes smoothly and everything starts as experted, but sometimes the apache service never manage to start. Same commands, same everything.
Any idea what the issue could be? Maybe it only takes to add timeouts at the cluster or resource level?
@thomasbbb installing the app does not make it run or automatically enabled it at runtime.
for the first time , after installing httpd, you can do "systemctl enable --now httpd "
Yes the issue could be caused by timeouts (TimeoutStartSec ) that are too aggressive for the service, race conditions with resource dependencies, port or prpcess conflicts etc.
Does httpd need to be enabled and started? Or just installed and not even running?
@Chaitanya83 - thanks for offering your help!
@thomasbbb installing the app does not make it run or automatically enabled it at runtime.
for the first time , after installing httpd, you can do "systemctl enable --now httpd "
Yes the issue could be caused by timeouts (TimeoutStartSec ) that are too aggressive for the service, race conditions with resource dependencies, port or prpcess conflicts etc.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.