When I try to start httpd after starting tuleap service, there are httpd process that prevent httpd to start
To reproduce:
- On CentOS 7
- systemctl stop httpd
- systemctl stop tuleap
- systemctl start tuleap
- systemctl start httpd
You should have the following state:
- httpd process trying to stop
- Unable to restart httpd as previous process are blocking
Stopping tuleap and starting httpd before solve the problem.