no Apache running

bestit-co

New member
Joined
Jan 2, 2018
Messages
1
Hi
i can not running Apache and show this error:
Code:
/usr/bin/systemctl start httpd.service 2>&1

also when run:
Code:
systemctl -l status httpd.service

show this message:
Code:
httpd.service - The Apache HTTP Server
   Loaded: loaded (/etc/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2018-11-27 22:36:06 +0330; 35s ago
  Process: 1358822 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/F AILURE)
  Process: 1358819 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited,status=1/FAILURE)
 Main PID: 1358819 (code=exited, status=1/FAILURE)

systemd[1]: Starting The Apache HTTP Server...
systemd[1]: httpd.service: main process exited,code=exited, status=1/FAILURE
kill[1358822]: kill: cannot find process ""
systemd[1]: httpd.service: control process exited, code=exited status=1
systemd[1]: Failed to start The Apache HTTP Server.
systemd[1]: Unit httpd.service entered failed state.
systemd[1]: httpd.service failed.
 
Back
Top