O recarregamento do Apache 2.4 falha

2

Meu Apache não é recarregado depois de fazer algumas alterações, neste caso depois de adicionar um novo VHOST via Webmin. Não é a primeira vez que isso acontece, da última vez que resolvi reinstalar o Apache, na verdade não é uma maneira satisfatória de resolver o problema.

No Webmin, recebo este erro

Failed to start apache :
 :
Starting apache2 (via systemctl): apache2.service.

Então eu tento recarregar o Apache manualmente vis ssh

Isso é o que acontece

root@myvps:/# /etc/init.d/apache2 reload
Reloading apache2 configuration (via systemctl): apache2.serviceJob for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details. failed!

Portanto, esta é a resposta journalctl -xn

Jan 04 08:55:51 myvps systemd[1]: Reload failed for LSB: Apache2 web server.
-- Subject: Unit apache2.service has finished reloading its configuration
-- Defined-By: systemd
-- Support: lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit apache2.service has finished reloading its configuration
--
-- The result is failed.
Jan 04 08:56:01 myvps CRON[3403]: pam_unix(cron:session): session opened for user root by (uid=0)
Jan 04 08:56:01 myvps CRON[3404]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Jan 04 08:56:01 myvps CRON[3403]: pam_unix(cron:session): session closed for user root
Jan 04 08:56:02 myvps systemd[1]: Reloading LSB: Apache2 web server.
-- Subject: Unit apache2.service has begun with reloading its configuration
-- Defined-By: systemd
-- Support: freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit apache2.service has begun with reloading its configuration
Jan 04 08:56:02 myvps systemd[1]: Failed to reset devices.list on /system.slice/apache2.service: No such file or directory
Jan 04 08:56:03 myvps apache2[3420]: Reloading web server: apache2 failed!
Jan 04 08:56:03 myvps apache2[3420]: Apache2 is not running ... (warning).
Jan 04 08:56:03 myvps systemd[1]: apache2.service: control process exited, code=exited status=1
Jan 04 08:56:03 myvps systemd[1]: Reload failed for LSB: Apache2 web server.
-- Subject: Unit apache2.service has finished reloading its configuration
-- Defined-By: systemd
--
-- Unit apache2.service has finished reloading its configuration
--
-- The result is failed.

e este é o systemctl status apache2.service um

Jan 04 09:23:43 myvps apache2[3819]: Action 'start' failed.
Jan 04 09:23:43 myvps apache2[3819]: The Apache error log may have more information.
Jan 04 09:23:43 myvps apache2[3819]: .
Jan 04 09:23:43 myvps systemd[1]: Started LSB: Apache2 web server.
-- Subject: Unit apache2.service has finished start-up
-- Defined-By: systemd
-- Support: lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit apache2.service has finished starting up.
--
-- The start-up result is done.
Jan 04 09:24:03 myvps systemd[1]: Reloading LSB: Apache2 web server.
-- Subject: Unit apache2.service has begun with reloading its configuration
-- Defined-By: systemd
--
-- Unit apache2.service has begun with reloading its configuration
Jan 04 09:24:03 myvps systemd[1]: Failed to reset devices.list on /system.slice/apache2.service: No such file or directory
Jan 04 09:24:03 myvps apache2[3868]: Reloading web server: apache2 failed!
Jan 04 09:24:03 myvps apache2[3868]: Apache2 is not running ... (warning).
Jan 04 09:24:03 myvps systemd[1]: apache2.service: control process exited, code=exited status=1
Jan 04 09:24:03 myvps systemd[1]: Reload failed for LSB: Apache2 web server.
-- Subject: Unit apache2.service has finished reloading its configuration
-- Defined-By: systemd
--
-- Unit apache2.service has finished reloading its configuration
--
-- The result is failed.

Estas são as características do VPS

  • Debian Linux 8
  • Apache 2.4.10
  • Webmin 1.780
  • Kernel e CPU Linux 2.6.32-042stab108.8 em x86_64
  • BIND 9.9.5

alguns outros detalhes do log de erros do Apache:

[Mon Jan 04 05:16:05.615503 2016] [mpm_event:notice] [pid 367:tid 140186227066752] AH00489: Apache/2.4.10 (Debian) OpenSSL/1.0.1k configured -- resuming normal operations
[Mon Jan 04 05:16:05.615527 2016] [core:notice] [pid 367:tid 140186227066752] AH00094: Command line: '/usr/sbin/apache2'
[Mon Jan 04 06:22:05.208150 2016] [core:error] [pid 428:tid 140185949918976] [client clientIP:clientPort] AH00135: Invalid method in request quit
[Mon Jan 04 08:34:33.316012 2016] [mpm_event:notice] [pid 367:tid 140186227066752] AH00493: SIGUSR1 received.  Doing graceful restart
(98)Address already in use: AH00072: make_sock: could not bind to address vhostIp:vhostPort
[Mon Jan 04 08:34:33.343511 2016] [mpm_event:alert] [pid 367:tid 140186227066752] no listening sockets available, shutting down
[Mon Jan 04 08:34:33.343518 2016] [:emerg] [pid 367:tid 140186227066752] AH00019: Unable to open logs, exiting

meu apache2.conf link

meus arquivos de configurações do VirtualHost 000-default.conf link

webmin.conf pastebin.com/wFAe1uyS

Alguém poderia ajudar?

Obrigado.

    
por ant0nio 04.01.2016 / 15:40

2 respostas

3

Parece que, a partir do log de erros, você configurou incorretamente seu virtualhost ou duplicou Listen 80 entradas em seus arquivos de configuração do apache.

(98)Address already in use: AH00072: make_sock: could not bind to address vhostIp:vhostPort

Em seu arquivo de configuração virtualhost padrão, tente alterar <VirtualHost *> para <VirtualHost *:80> e reinicie o apache. Para um host virtual baseado em nome, você não precisa especificar o endereço IP.

Verifique também o seu arquivo /etc/apache2/ports.conf para possível entrada duplicada para a declaração de porta.

Atualização do OP: O problema foi resolvido com a exclusão de uma linha no ports.conf <IfModule ssl_module> Listen 443 Listen vpsIp:5673 (linha adicionada pelo Webmin durante a criação do vhost com falha)

    
por 04.01.2016 / 16:56
0

O Webmin tende a gerar configurações incorretas do Apache vHost da minha experiência. O arquivo de configuração mostraria algo como

VirtualHost 127.0.0.1:80

ou seja qual for o seu endereço IP. No entanto, você quer

VirtualHost *:80

com um asterisco em vez de um IP.

Esse problema está no Webmin há algum tempo e não sei por que eles não o corrigiram. É melhor escrever as configurações manualmente ou usar um WebCP alternativo, como o Ajenti.

    
por 04.01.2016 / 17:10