One of our 10.4.4 servers has recently begun not immediately applying changes that would have required an apache restart, specifically SSL certificate replacement. I noticed the following process gets spawned once such a change is made:
/usr/local/psa/admin/bin/apache_control_adapter --restart --restart-interval 999999 --http-port 80 --https-port 443 --graceful
I'm hoping the 999999 doesn't mean it intends to wait more than ten days (if it's seconds) to restart apache. We've left it for up to an hour with no restart before doing it ourselves to get the new cert in place. Any ideas?
/usr/local/psa/admin/bin/apache_control_adapter --restart --restart-interval 999999 --http-port 80 --https-port 443 --graceful
I'm hoping the 999999 doesn't mean it intends to wait more than ten days (if it's seconds) to restart apache. We've left it for up to an hour with no restart before doing it ourselves to get the new cert in place. Any ideas?