Falha ao iniciar/reiniciar o Apache

1. Falha ao iniciar/reiniciar o Apache

Alcenir Nascimento de Alcantara
alceniralcantara

(usa Debian)

Enviado em 12/06/2017 - 12:16h

Bom dia galera. Blz?
Poderiam me ajudar a resolver um problema?
Uso o Debian Jessie com apache2. Estava tentando instalar um plugin do OCSNG e acho que cagou meu apache.
Agora não to conseguindo mais startar o apache.

Segue algumas informações detalhadas:

# systemctl start apache2
Job for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details.

# systemctl status apache2.service
● apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Drop-In: /lib/systemd/system/apache2.service.d
└─forking.conf
Active: failed (Result: exit-code) since Seg 2017-06-12 11:57:43 -03; 31s ago
Process: 30597 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS)
Process: 30553 ExecReload=/etc/init.d/apache2 reload (code=exited, status=1/FAILURE)
Process: 31820 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)

Jun 12 11:57:43 helpdesk apache2[31820]: Starting web server: apache2 failed!
Jun 12 11:57:43 helpdesk apache2[31820]: The apache2 configtest failed. ... (warning).
Jun 12 11:57:43 helpdesk apache2[31820]: Output of config test was:
Jun 12 11:57:43 helpdesk apache2[31820]: AH00526: Syntax error on line 30 of /etc/apache2/conf-enabled/z-o...conf:
Jun 12 11:57:43 helpdesk apache2[31820]: PerlSetVar takes two arguments, PerlSetVar
Jun 12 11:57:43 helpdesk apache2[31820]: Action 'configtest' failed.
Jun 12 11:57:43 helpdesk apache2[31820]: The Apache error log may have more information.
Jun 12 11:57:43 helpdesk systemd[1]: apache2.service: control process exited, code=exited status=1
Jun 12 11:57:43 helpdesk systemd[1]: Failed to start LSB: Apache2 web server.
Jun 12 11:57:43 helpdesk systemd[1]: Unit apache2.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.


# journalctl -xn
-- Logs begin at Dom 2017-06-11 14:24:47 -03, end at Seg 2017-06-12 11:58:51 -03. --
Jun 12 11:58:26 helpdesk sshd[31850]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rho
Jun 12 11:58:36 helpdesk sshd[31855]: Connection closed by 116.31.116.21 [preauth]
Jun 12 11:58:39 helpdesk sshd[31859]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh r
Jun 12 11:58:42 helpdesk sshd[31859]: Failed password for root from 58.218.198.156 port 32451 ssh2
Jun 12 11:58:46 helpdesk sshd[31859]: Failed password for root from 58.218.198.156 port 32451 ssh2
Jun 12 11:58:49 helpdesk sshd[31862]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh r
Jun 12 11:58:49 helpdesk sshd[31859]: Failed password for root from 58.218.198.156 port 32451 ssh2
Jun 12 11:58:50 helpdesk sshd[31859]: Received disconnect from 58.218.198.156: 11: [preauth]
Jun 12 11:58:50 helpdesk sshd[31859]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rho
Jun 12 11:58:51 helpdesk sshd[31862]: Failed password for root from 58.218.198.160 port 37638 ssh2




# vim /etc/apache2/apache2.conf

<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>

#<Directory /srv/>
# Options Indexes FollowSymLinks
# AllowOverride None
# Require all granted
#</Directory>




# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives. See also the AllowOverride
# directive.
#
AccessFileName .htaccess

#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<FilesMatch "^\.ht">
Require all denied
</FilesMatch>


#
# The following directives define some format nicknames for use with
# a CustomLog directive.
#
# These deviate from the Common Log Format definitions in that they use %O
# (the actual bytes sent including headers) instead of %b (the size of the
# requested file), because the latter makes it impossible to detect partial
# requests.
#
# Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
# Use mod_remoteip instead.
#
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

# Include of directories ignores editors' and dpkg's backup files,
# see README.Debian for details.

# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf

# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet




Podem me dar um help?
Muito obrigado.


  


2. Re: Falha ao iniciar/reiniciar o Apache

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 12/06/2017 - 13:47h

alceniralcantara escreveu:

Bom dia galera. Blz?
Poderiam me ajudar a resolver um problema?
Uso o Debian Jessie com apache2. Estava tentando instalar um plugin do OCSNG e acho que cagou meu apache.
Agora não to conseguindo mais startar o apache.

Muito obrigado.


Nunca mexi com esse plugin não ... mais da uma olhada nesse tutorial e v se vc por acaso não pulou alguma coisa !!
http://www.miloszengel.com/ocs-ng-2-2-server-complete-install-guide-on-debian-jessie-8-4/

_______________________________________________________________
" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"


3. Re: Falha ao iniciar/reiniciar o Apache

Alcenir Nascimento de Alcantara
alceniralcantara

(usa Debian)

Enviado em 12/06/2017 - 15:39h

Mauriciodez escreveu:

alceniralcantara escreveu:

Bom dia galera. Blz?
Poderiam me ajudar a resolver um problema?
Uso o Debian Jessie com apache2. Estava tentando instalar um plugin do OCSNG e acho que cagou meu apache.
Agora não to conseguindo mais startar o apache.

Muito obrigado.


Nunca mexi com esse plugin não ... mais da uma olhada nesse tutorial e v se vc por acaso não pulou alguma coisa !!
http://www.miloszengel.com/ocs-ng-2-2-server-complete-install-guide-on-debian-jessie-8-4/

_______________________________________________________________
" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"



Opa Mauriciodez, tudo bem?
Primeiramente, agradeço pela força.
Então, não pulei nenhuma etapa, aliás, segui o mesmo passo-a-passo que me enviou (de outro autor).
Tenho GLPI (como ferramenta de chamado e helpdesk) e estou tentando instalar e integrar o OCS Inventory, para realizar o inventário do parque de TI.
Já fiz isso outras vezes e sempre foi sem nenhuma novidade. Agora, que não sei por qual motivo estou apanhando.
O ponto crítico da coisa foi que num dos procedimentos, a instalação do OCSNG fez modificação do arquivo de configuração do apache (/etc/apache2/apache2.conf) e agora não inicia o apache nem na paulada. Para completar, o GLPI (obviamente) não está mais no ar.



4. Re: Falha ao iniciar/reiniciar o Apache

Fabiano
fpires

(usa Debian)

Enviado em 13/06/2017 - 09:35h

A linha destacada fala de um erro na linha 30 de um arquivo no diretório /etc/apache2/conf-enabled/
O nome do arquivo é z-o(alguma-coisa).conf.
Comece por lá.

alceniralcantara escreveu:

Bom dia galera. Blz?
Poderiam me ajudar a resolver um problema?
Uso o Debian Jessie com apache2. Estava tentando instalar um plugin do OCSNG e acho que cagou meu apache.
Agora não to conseguindo mais startar o apache.

Segue algumas informações detalhadas:

# systemctl start apache2
Job for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details.

# systemctl status apache2.service
&#9679; apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Drop-In: /lib/systemd/system/apache2.service.d
&#9492;&#9472;forking.conf
Active: failed (Result: exit-code) since Seg 2017-06-12 11:57:43 -03; 31s ago
Process: 30597 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS)
Process: 30553 ExecReload=/etc/init.d/apache2 reload (code=exited, status=1/FAILURE)
Process: 31820 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)

Jun 12 11:57:43 helpdesk apache2[31820]: Starting web server: apache2 failed!
Jun 12 11:57:43 helpdesk apache2[31820]: The apache2 configtest failed. ... (warning).
Jun 12 11:57:43 helpdesk apache2[31820]: Output of config test was:
Jun 12 11:57:43 helpdesk apache2[31820]: AH00526: Syntax error on line 30 of /etc/apache2/conf-enabled/z-o...conf:
Jun 12 11:57:43 helpdesk apache2[31820]: PerlSetVar takes two arguments, PerlSetVar
Jun 12 11:57:43 helpdesk apache2[31820]: Action 'configtest' failed.
Jun 12 11:57:43 helpdesk apache2[31820]: The Apache error log may have more information.
Jun 12 11:57:43 helpdesk systemd[1]: apache2.service: control process exited, code=exited status=1
Jun 12 11:57:43 helpdesk systemd[1]: Failed to start LSB: Apache2 web server.
Jun 12 11:57:43 helpdesk systemd[1]: Unit apache2.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.


...

Podem me dar um help?
Muito obrigado.









Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts