Question
I am very new in using Linux. I am using Centos 7 of vmware. I wanted to start the httpd but i am facing some problems. Please help.
[root@tbcl conf]# systemctl status -l httpd
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2017-03-27 21:28:14 BDT; 1min 3s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 5590 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 5589 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 5589 (code=exited, status=1/FAILURE)
Mar 27 21:28:14 tbcl httpd[5589]: AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using 192.168.176.129. Set the ‘ServerName’ directive globally to suppress this message
Mar 27 21:28:14 tbcl httpd[5589]: (98)Address already in use: AH00072: make_sock: could not bind to address 192.168.176.129:80
Mar 27 21:28:14 tbcl httpd[5589]: no listening sockets available, shutting down
Mar 27 21:28:14 tbcl httpd[5589]: AH00015: Unable to open logs
Mar 27 21:28:14 tbcl systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Mar 27 21:28:14 tbcl kill[5590]: kill: cannot find process “”
Mar 27 21:28:14 tbcl systemd[1]: httpd.service: control process exited, code=exited status=1
Mar 27 21:28:14 tbcl systemd[1]: Failed to start The Apache HTTP Server.
Mar 27 21:28:14 tbcl systemd[1]: Unit httpd.service entered failed state.
Mar 27 21:28:14 tbcl systemd[1]: httpd.service failed.
[root@tbcl conf]# systemctl start httpd
Job for httpd.service failed because the control process exited with error code. See “systemctl status httpd.service” and “journalctl -xe” for details.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×