cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM falhou estado a receber informações de erro Apache
cPanel web hosting control panel provides easy access shortcut in WHM (WebHost Manager) to check server status. cPanel web hosting painel de controle fornece acesso fácil atalho no WHM (WebHost Manager) para verificar servidor status. One of the server status components is Apache Status which calls apachestatus script to display important information about Apache HTTPD web server, such as server version, built, uptime, restart time, total accesses, CPU usage, amount of requests and etc. However, you may encounter the following error message when you click on “Apache Status” link: Um dos componentes estatuto do servidor Apache é o que põe Status apachestatus script para exibir informações importantes sobre o servidor web Apache HTTPD, tais como a versão servidor, construído, uptime, reinicie tempo, o total de acessos, uso CPU, quantidade de pedidos e etc No entanto, você pode encontrar a seguinte mensagem de erro quando você clicar em "Apache Status" link:
Failed to receive status information from Apache. Falha de receber informações de status Apache.
Administrators may also get the following error line in Apache error log: [error] [client 127.0.0.1] File does not exist: /usr/local/apache/htdocs/whm-server-status. Os administradores podem também obter o seguinte erro na linha Apache error log: [erro] [client 127.0.0.1] O arquivo não existe: / usr / local / apache / htdocs / whm-server-status.
The error message only appears on cPanel 11, whereas in earlier version of cPanel, A mensagem de erro só aparece em cPanel 11, enquanto que na versão anterior do cPanel, a blank page is returned uma página em branco é devolvido .
The cause of this error is due to missing location declaration in configuration file for /whm-server-status which is required by apachestatus script to retrieve status and information of Apache web server. A causa deste erro é devido à falta de declaração no local arquivo de configuração para / whm-servidor-o que é exigido pelo estatuto apachestatus script para recuperar status e as informações de servidor web Apache. whm-server-status location defines how should Apache handles the access request to the path. whm-servidor-local estatuto define como deve Apache lida com o pedido de acesso a caminho. The lines may get deleted or removed if there is a mistake during Apache compilation process, especially when using Apache Update under Software in WHM. As linhas maio obter excluído ou removido, se houver um erro durante a compilação Apache processo, especialmente quando estiver utilizando Apache Software Update ao abrigo do WHM.
To resolve the problem, simply add back the location declaration lines of whm-server-status to the httpd.conf file, normally located in /etc/httpd/conf/ or /usr/local/apache/logs. Para resolver o problema, basta adicionar a localização de volta declaração de linhas de whm-server-status para o arquivo httpd.conf, geralmente localizado em / etc / httpd / conf / ou / usr / local / apache / logs. These lines can be added anywhere in the configuration file (but not within VirtualHosts declaration. Ideally, it should be placed before the virtual hosts declaration section. Estas linhas podem ser adicionadas em qualquer parte do arquivo de configuração (mas não dentro VirtualHosts declaração. Idealmente, deve ser colocado antes da declaração secção hospedeiros virtuais.
<Location /whm-server-status> <Location /whm-server-status>
SetHandler server-status SetHandler server-status
Order deny,allow Ordem negar, permitem
Deny from all Negar a partir de todos os
Allow from 127.0.0.1 Deixar de 127.0.0.1
</Location> </ Location>
ExtendedStatus On Em ExtendedStatus
The last line, “ExtendedStatus On” tells Apache tol generate full detailed status information instead of just basic information when the “server-status” handler is called “whm-server-status”. A última linha ", ExtendedStatus On" narra Apache tol gerar pleno estatuto informações pormenorizadas em vez de apenas informações básicas quando o "server-status" handler é chamado "whm-server-status".
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Esta é uma página traduzida máquina que é fornecida "como está" sem garantia. Machine translation may be difficult to understand. A tradução automática pode ser difícil de compreender. Please refer to Por favor, consulte a original English article Inglês original article whenever possible. sempre que possível.
Share and contribute or get technical support and help at Compartilhe e contribuir ou obter suporte técnico e ajudar a My Digital Life Forums Minha vida digital Fóruns .
Related Articles Artigos relacionados
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Status Apache (whm-server-status), em cPanel WebHost Manager Retorna página em branco
- How to Change Hostname in cPanel Web Host Como alterar a Hostname em cPanel Web Host
- cPanel Unable or Cannot Start or Restart POP3 Mail Service cPanel Impossível ou não pode iniciar ou reiniciar POP3 Mail Service
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files Iniciando o Apache HTTPD falhou devido a Não consigo abrir ou no Tais mod_bwlimited, mod_log_bytes ou mod_bandwidth Files
- cPanel Invalid License File After Changing Hostname Error cPanel Licença inválida após mudar arquivo host erro
- Email Bounces Back with “unrouteable mail domain” Error Email Rejeições Volta a "unrouteable mail domain" Erro
- Running apachectl status Returns lynx: not found Error Correndo apachectl Retorna lince status: não encontrado Error
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions PHP 5 não foi possível abrir a solicitação HTTP Stream fopen ou fsockopen Funções
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start Apache avisar NameVirtualHost *: 80 não tem qualquer erro ao iniciar VirtualHosts
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx falhou Erro no Apache Log















