Error when restarting zabbix (starting httpd service):
systemctl restart zabbix-server zabbix-agent httpd

Follow the prompts to execute:
systemctl status httpd.service

Check that the processes occupying the port are killed:
lsof -i:80

Every startup will be occupied, so the default port of gitlab is modified, https://blog.csdn.net/q_Catherine/article/details/90741613
Project scene: Learn Linux's HTTPD module error: Problem Description: After modifying the main configuration file of the HTTPD service, restart the HTTPD service reported the following error: Cause An...
Use Docker in Liunx, Note: Liunx uses the centOS7 version under the virtual machine. There was no error when I first started installing Docker, but in the follow-upDuring the docker startup process, t...
The error message is as follows Obviously this means that port 80 has been occupied, indicating that there is a corresponding process running, just find the process and close it! In the above picture,...
Docker startup failed Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. vim ...
After installing and deploying jenkins, the problem of startup failure Error code: Jenkins prompts to run systemctl status jenkins.service to view the location of the jenkins error systemctl status je...
Docker launched a failing job for docker.service failed Because The Control Process EXITED WITROR CODE. See "Systemctl Status docker.service" and "journalctl-xi" for details. Cento...
My environment: Ali cloud centos7.2 set up ftp Vsftpd service to start, error: Job for vsftpd.service failed because the control process exited with error code See "systemctl status vsftpd.servic...
Use Docker in Liunx Error: This problem was reported when starting the systemctl start docker command. I found some experience on Baidu, and the solution is as follows Solution: Uninstall the previous...
After installing docker, start error Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe&rdquo...
Restart nginx and report an error: Job for nginx.service… Written in the front: Restart nginx after configuring nginx and report the error as above. I searched for other people in the csdn. The...