Já vi muitos tópicos sobre esse problema, mas o problema não foi resolvido.
Estou tentando começar httpd.service
com este comando:
$ sudo systemctl start httpd.service
Erro:
Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.
PS:
$ journalctl -xn
A saída do comando acima é:
-- 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.
Responder1
Com base na saída dos apachectl configtest
arquivos do meu servidor Arch Linux e pesquisando um pouco no Google, parece quehá um problemaquando vocêatualizar o Apache de 2.2 para 2.4. Lembro-me vagamente de ter tido esse problema no ano passado. Vou aconselhar salvar httpd.conf
em algum lugar, fazer pacman -R apache
e depois pacman -S apache
. Use alguma ferramenta diferente para comparar o Apache 2.4 /etc/httpd/conf/httpd.conf
com aquele que você salvou e faça as alterações necessárias no novo arquivo httpd.conf
. Provavelmente haverá apenas algumas mudanças necessárias. Pessoalmente, me livrei de alguns servidores virtuais nomeados que não precisava.