cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM Fehler beim Empfangen von Statusinformationen Apache Fehler
cPanel web hosting control panel provides easy access shortcut in WHM (WebHost Manager) to check server status. cPanel Web Hosting Control Panel bietet einfachen Zugang Verknüpfung im WHM (Webhost-Manager) zur Überprüfung von Server-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: Einer der Server-Status-Komponenten Apache ist der Zustand fordert apachestatus Skript zur Anzeige wichtiger Informationen über Apache HTTPD Webserver, wie zum Beispiel Server-Version, herzustellen, uptime, starten Sie Zeit, insgesamt Zugriffe, die CPU-Auslastung, die Höhe der Anträge und usw. Sie jedoch Mai stoßen die folgende Fehlermeldung angezeigt, wenn Sie auf "Apache" den Link:
Failed to receive status information from Apache. Konnte nicht empfangen Status Informationen von 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. Administratoren können auch die folgende Fehlermeldung Zeile in Apache Fehlerprotokoll: [error] [client 127.0.0.1] Datei existiert nicht: / usr / local / apache / htdocs / WHM-Server-Status.
The error message only appears on cPanel 11, whereas in earlier version of cPanel, Die Fehlermeldung erscheint nur auf cPanel 11, während in früheren Version von CPanel, a blank page is returned eine leere Seite zurückgegeben . Werden.
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. Die Ursache für diesen Fehler ist wegen fehlender Erklärung Standort in der Konfigurationsdatei für / WHM-Server-Status, für das apachestatus Skript zum Abrufen von Status und die Informationen von Apache Web-Server. whm-server-status location defines how should Apache handles the access request to the path. WHM-Server-Status Standort definiert, wie sollte Apache verarbeitet die Anfrage Zugang zu den Pfad. 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. Die Linien kann es gelöscht oder entfernt werden, wenn es einen Fehler bei der Zusammenstellung der Apache-Prozess, vor allem bei der Verwendung von Apache-Update unter Software 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. Um das Problem zu beheben, fügen Sie einfach den Ort zurück Erklärung Zeilen WHM-Server-Status an der httpd.conf Datei, die normalerweise in / etc / httpd / conf / oder / 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. Diese Zeilen hinzugefügt werden können überall in der Konfigurationsdatei (aber nicht in VirtualHosts Erklärung an. Im Idealfall sollte es vor der virtuellen Hosts Erklärung.
<Location /whm-server-status> <Location /whm-server-status>
SetHandler server-status SetHandler server-status
Order deny,allow Order Deny, erlauben
Deny from all Verweigern von allen
Allow from 127.0.0.1 Lassen Sie aus 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”. Die letzte Zeile, "ExtendedStatus On" erzählt Apache tol Erstelle eine komplette detaillierte Statusinformationen statt nur grundlegende Informationen, wenn der "Server-Status"-Handler heißt "WHM-Server-Status".
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Es handelt sich um eine Maschine der Seite übersetzt wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung ist vielleicht schwierig zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.
Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe an My Digital Life Forums Meine digitalen Lebens Foren . Werden.
Related Articles Verwandte Artikel
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache-Status (WHM-Server-Status) in cPanel Webhost-Manager und Versandkosten Blank Page
- How to Change Hostname in cPanel Web Host So ändern Hostname in cPanel Web Host
- cPanel Unable or Cannot Start or Restart POP3 Mail Service cPanel Kann nicht in der Lage oder nicht starten oder neu starten POP3-Mail-Dienst
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files Starting Apache HTTPD scheiterte an kann nicht geöffnet werden "oder" Nein Solche mod_bwlimited, mod_log_bytes oder mod_bandwidth Dateien
- cPanel Invalid License File After Changing Hostname Error cPanel Ungültige Lizenz-Datei nach dem Ändern hostname Fehler
- Email Bounces Back with “unrouteable mail domain” Error E-Mail wieder mit "unrouteable Mail-Domäne" Fehler
- Running apachectl status Returns lynx: not found Error Running apachectl Status Gibt Luchs: nicht gefunden Fehler
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions PHP 5 Unable to open HTTP-Request-Stream mit fopen oder fsockopen Funktionen
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start Apache warnen NameVirtualHost *: 80 hat keine Fehler, wenn VirtualHosts Start
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx failed Fehler in Apache-Log









