cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM v štychu až k Dostať Stavové informácie od Apache Error
cPanel web hosting control panel provides easy access shortcut in WHM (WebHost Manager) to check server status. cPanel web hosting ovládací panel umožňuje ľahký prístup zástupca v WHM (webhost Manager) skontrolovať stav servera. 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: Jedna zo súčastí servera Apache stav je stav, ktorý volá apachestatus skript pre zobrazenie dôležitých informácií o webovom serveri Apache HTTPD, ako je napríklad server verzia, postavená, uptime, reštartujte čas, celkový prístup, využitie procesora, množstvo žiadostí a atď Avšak môžete sa môžu stretnúť s nasledujúcu chybovú správu, keď kliknete na "Apache Status" link:
Failed to receive status information from Apache. Nepodarilo sa získať informácie o stave z 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. Správcovia môžu tiež dostať nasledujúce chybové riadok v protokole chýb Apache: [error] [client 127.0.0.1] Súbor neexistuje: / usr / local / apache / htdocs / WHM-server-štatútu.
The error message only appears on cPanel 11, whereas in earlier version of cPanel, Chybové hlásenie sa objaví len na cPanel 11, zatiaľ čo v predchádzajúcej verzii cPanel, a blank page is returned prázdnu stránku sa vracia . .
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. Príčinou tejto chyby je kvôli chýbajúce miesto vyhlásenie, v konfiguračnom súbore / WHM-server-stav, ktorá si vyžaduje apachestatus skript pre načítanie informácií o stave a webového servera Apache. whm-server-status location defines how should Apache handles the access request to the path. WHM-server-status umiestnenie určuje, akým spôsobom by Apache spracúva žiadosť o prístup k ceste. 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. Linky sa môže dostať zrušený alebo zrušiť, ak je chyba v priebehu procesu kompilácie Apache, najmä pri použití v rámci Apache Software Update v 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. Ak chcete vyriešiť problém, stačí pridať späť riadky umiestnenie vyhlásenie WHM-server-statusu súboru httpd.conf, zvyčajne sa nachádza v / etc / httpd / conf / alebo / 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. Tieto riadky môžu byť pridané kdekoľvek v konfiguračnom súbore (ale nie v rámci vyhlásenia VirtualHosts. Ideálnym prípade by malo byť umiestnené pred virtuálnych hostiteľov vyhlásenia časti.
<Location /whm-server-status> <Location /whm-server-status>
SetHandler server-status SetHandler server-status
Order deny,allow Order deny, allow
Deny from all Deny from all
Allow from 127.0.0.1 Allow from 127.0.0.1
</Location> </ Location>
ExtendedStatus On Na 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”. Posledný riadok, "ExtendedStatus On" hovorí Apache tol generovať podrobné informácie o stave nie len základné informácie, keď je "server-status" ovládač s názvom "WHM-server-status".
IMPORTANT : The page is machine translated and provided "as is" without warranty. Upozornenie: stránka je stroje preložené a za predpokladu, "ako je" bez záruky. Machine translation may be difficult to understand. Strojový preklad môže byť ťažké pochopiť. Please refer to Nájdete na original English article originál Anglicky artikl whenever possible. ak je to možné.
Related Articles Súvisiace články
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache Status (WHM-server-status) do cPanel webhost Vracia Manager prázdna strana
- Request URL /server-status or 404 Page Not Found Apache Error URL požiadavky / server-status alebo 404 Page Not Found Rýchlo Dlh
- Fix Internal Server Error When Accessing Easy Apache in cPanel WebHosting Manager Fix Internal Server Error pri prístupe Jednoduché Apache do cPanel WebHosting Manager
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx zlyhalo Chyba v Apache Log
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files Spustenie Apache HTTPD v štychu Vďaka Delostrelectvo Nechránený alebo Nie Takýto mod_bwlimited, mod_log_bytes alebo mod_bandwidth Archív
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start Rýchlo Varovať NameVirtualHost *: 80 Už žiadne VirtualHosts Dlh Kedy Štart
- cPanel Invalid License File After Changing Hostname Error cPanel Činiť neschopným Bezuzdnost Archív po výmene Hostname Dlh
- Running apachectl status Returns lynx: not found Error Beh apachectl lynx Vracia status: not found Error
- cPanel Perl Module PNGgraph Could Not Be Installed Error cPanel Perl Module PNGgraph nemohli byť inštalované Error
- FreeBSD Apache HTTP Accept Filter Error Volňásek Rýchlo HTTP Prijať filtrom Dlh









































