He visto muchos hilos sobre este problema pero el problema no se resuelve.
Estoy intentando comenzar httpd.service
con este comando:
$ sudo systemctl start httpd.service
Error :
Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.
PD:
$ journalctl -xn
El resultado del comando anterior es:
-- Logs begin at Sat 2014-03-29 22:42:48 IRDT, end at Sat 2014-05-10 23:58:05 IRDT. --
May 10 23:55:51 localhost systemd[1]: Unit httpd.service entered failed state.
May 10 23:55:51 localhost sudo[18583]: pam_unix(sudo:session): session closed for user root
May 10 23:58:05 localhost sudo[19575]: kamix : TTY=pts/1 ; PWD=/home/kamix ; USER=root ; COM
May 10 23:58:05 localhost sudo[19575]: pam_unix(sudo:session): session opened for user root
May 10 23:58:05 localhost systemd[1]: Starting Apache Web Server...
-- Subject: Unit httpd.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has begun starting up.
May 10 23:58:05 localhost apachectl[19578]: httpd: Syntax error on line 59 of /etc/httpd/con
May 10 23:58:05 localhost sudo[19575]: pam_unix(sudo:session): session closed for user root
May 10 23:58:05 localhost systemd[1]: httpd.service: control process exited, code=exited sta
May 10 23:58:05 localhost systemd[1]: Failed to start Apache Web Server.
-- Subject: Unit httpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has failed.
--
-- The result is failed.
Respuesta1
Según el resultado de apachectl configtest
, los archivos de mi servidor Arch Linux y un poco de búsqueda en Google, parece quehay un problemaCuando ustedactualizar Apache de 2.2 a 2.4. Recuerdo vagamente haber tenido este problema el año pasado. Voy a recomendar guardar httpd.conf
en algún lugar, hacer pacman -R apache
y luego pacman -S apache
. Utilice alguna herramienta diferente para comparar el Apache 2.4 /etc/httpd/conf/httpd.conf
con el que guardó y realice los cambios necesarios en el nuevo httpd.conf
. Probablemente sólo habrá unos pocos cambios necesarios. Personalmente me deshice de algunos servidores virtuales con nombre que no necesitaba.