Error con Apache en centos 7

Forums: 

Saludos estimados colegas de ecualug

le comento mi caso, tengo instalado CENTOS 7 y se configuro el servicio de httpd para apache funcionaba de lo normal y desde hoy comenzo a dar problemas.

cuando intento restablecer el servicio :  service httpd restart

Job for httpd.service failed because a fatal signal was delivered to the control process. See "systemctl status httpd.service" and "journalctl -xe" for details


Redirecting to /bin/systemctl status  httpd.service
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
   Active: failed (Result: signal) since mar 2017-01-10 12:14:11 ECT; 10min ago
     Docs: man:httpd(8)
           man:apachectl(8)
  Process: 25880 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  Process: 29884 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=killed, signal=KILL)
 Main PID: 29884 (code=killed, signal=KILL)
   CGroup: /system.slice/httpd.service

ene 10 12:11:11 linux systemd[1]: Starting The Apache HTTP Server...
ene 10 12:12:41 linux systemd[1]: httpd.service start operation timed out. Terminating.
ene 10 12:14:11 linux systemd[1]: httpd.service stop-final-sigterm timed out. Killing.
ene 10 12:14:11 linux systemd[1]: httpd.service: main process exited, code=killed, status=9/KILL
ene 10 12:14:11 linux systemd[1]: Failed to start The Apache HTTP Server.
ene 10 12:14:11 linux systemd[1]: Unit httpd.service entered failed state.
ene 10 12:14:11 linux systemd[1]: httpd.service failed.

cual seria el problema que ocasion este mensaje. agradezco sus comentarios

Creo que te esta pasando algo

Imagen de fdvalero
Creo que te esta pasando algo que he visto con anterioridad.
La salida de systemctl no dice mucho, pero podrias checar si el directorio /var/run/httpd existe. Si no lo tienes, pues procede a crearlo y luego chown :apache /var/run/httpd y reinicias apache.

Espero que esto te ayuda

Saludos
 

Usando GNU es el unico modo de ser libre...
Linux User 433411

Haz cambiado

Imagen de iknaxio
Haz cambiado la configuración del servicio? de pronto la configuración tiene un error, prueba ejecutando:
apachectl configtest
Puedes también revisar la salida de los archivos /var/log/httpd/error.log y access.log

"Transporta un puñado de tierra todos los días y construirás una montaña" - Confucio
floss.iknaxio.net

hola amigos tengo este problema en centos7

Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
 por favor si alguien sabe de alguna ayuda ya que he intentado esto:
#service https start
#service httpd restart
#httpd -t        y siempre me sale el error de arriba

Revisa los logs de apache en

Imagen de deathUser
Revisa los logs de apache en /var/log/httpd/* o lee el mensaje de error que posteaste y prueba con los comandos que te dice para más detalles (httpd.service systemctl status o journalctl -xe) pero mejor los logs propios de apache, ahí seguro y te dice el por qué no sube ...


bye
}:-)