cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM non hanno ricevuto informazioni sullo stato della Apache errore
cPanel web hosting control panel provides easy access shortcut in WHM (WebHost Manager) to check server status. cPanel web hosting pannello di controllo fornisce un accesso facile collegamento in WHM (Web Manager) per controllare lo stato del server. 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: Uno dei componenti di stato del server Apache è stato che chiede apachestatus script per visualizzare importanti informazioni sul httpd Apache web server, come ad esempio la versione del server, costruiti, uptime, riavviare il tempo totale di accesso, l'utilizzo della CPU, l'ammontare delle richieste e delle ecc, tuttavia, si possono incontrare il seguente messaggio di errore quando fai clic su "Apache Stato" link:
Failed to receive status information from Apache. Omesso di ricevere informazioni di stato da 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. Gli amministratori possono inoltre ottenere la seguente linea di errore in Apache registro errori: [error] [client 127.0.0.1] File inesistente: / usr / local / apache / htdocs / WHM-server-status.
The error message only appears on cPanel 11, whereas in earlier version of cPanel, Il messaggio di errore appare solo su cPanel 11, mentre in versione precedente di cPanel, a blank page is returned una pagina vuota viene restituito .
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. La causa di questo errore è dovuto alla posizione mancanti dichiarazione in file di configurazione per / WHM-server-status che è richiesta da apachestatus script per recuperare le informazioni di stato e di Apache web server. whm-server-status location defines how should Apache handles the access request to the path. WHM-server-status posizione definisce come dovrebbe Apache gestisce la richiesta di accesso al percorso. 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. Le linee possono ottenere eliminati o rimossi se c'è un errore durante il processo di compilazione di Apache, specialmente quando si usano Apache Software Update sotto in 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. Per risolvere il problema, è sufficiente aggiungere indietro la posizione dichiarazione linee di WHM-server-status per il file httpd.conf, di solito situati in / etc / httpd / conf / o / 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. Queste linee possono essere aggiunti in qualsiasi punto del file di configurazione (ma non all'interno di VirtualHosts dichiarazione. Idealmente, dovrebbe essere posto prima che la dichiarazione host virtuali sezione.
<Location /whm-server-status> <location /whm-server-status>
SetHandler server-status SetHandler server-status
Order deny,allow Per negare, consentono
Deny from all Nega di tutti i
Allow from 127.0.0.1 Consentire da 127.0.0.1
</Location> </ Location>
ExtendedStatus On ExtendedStatus On
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”. L'ultima riga, "ExtendedStatus On" racconta Apache tol generare pieno dettagliate informazioni di stato invece di informazioni di base quando il "server-status" gestore è chiamato "WHM-server-status".
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .
Related Articles Articoli correlati
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache Stato (WHM-server-status) in cPanel webhost Manager Restituisce Bianche Page
- How to Change Hostname in cPanel Web Host Come cambiare host in cPanel Web Host
- cPanel Unable or Cannot Start or Restart POP3 Mail Service Impossibile cPanel o non può avviare o riavviare POP3 Mail Service
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files A partire Apache HTTPD non riuscita a causa di Impossibile aprire o nessuna di tali mod_bwlimited, mod_log_bytes file o mod_bandwidth
- cPanel Invalid License File After Changing Hostname Error cPanel file di licenza non validi dopo aver cambiato nome host errore
- Email Bounces Back with “unrouteable mail domain” Error Rimbalzi Torna email con "unrouteable mail dominio" Errore
- Running apachectl status Returns lynx: not found Error Esecuzione apachectl status Restituisce lince: Errore non trovato
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions PHP 5 Impossibile aprire Richiesta HTTP Stream con fopen o fsockopen Funzioni
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start Apache Avvisa NameVirtualHost *: 80 non ha alcun errore quando VirtualHosts Inizio
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx non di errore in Apache Accedi
































