Hide Forgot
I'm unable to reproduce this issue using build 5.5.2.4-20160127105142_395c086 At step 3 and 4 for me the httpd service is still running, but the UI is indeed unavailable (as it should be). At step 5/6 the httpd service is indeed killed, but is started back up. The kill happens here: https://github.com/ManageIQ/manageiq/blob/master/app/models/miq_server.rb#L272 (more specifically here https://github.com/ManageIQ/manageiq/blob/master/app/models/miq_server/environment_management.rb#L92) The startup happens here: https://github.com/ManageIQ/manageiq/blob/master/app/models/mixins/miq_web_server_worker_mixin.rb#L88 (specifically here https://github.com/ManageIQ/manageiq/blob/master/app/models/mixins/miq_web_server_worker_mixin.rb#L143) Had you made any changes to the apache configuration that might prevent it from restarting? As a start can I see the output of `journalctl -u httpd` after the service has failed to start?
OK. User error. Now works for me too.