cPanel WHM Failed to Receive Status Information From Apache Error Cpanel WHM Nepavyko gauti informaciją apie iš Apache Klaida
cPanel web hosting control panel provides easy access shortcut in WHM (WebHost Manager) to check server status. Cpanel web hosting valdymo skydelis suteikia lengvą prieigą nuorodą į WHM (Webhost vadybininkas) patikrinti serverio būklę. 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: Vienas iš serverio statuso komponentų Apache Statusas kurioje raginama apachestatus scenarijų rodyti svarbią informaciją apie Apache HTTPD interneto serverių, tokių kaip serverio versija, pastatytos, veiksnumo, paleiskite laiko, bendras įėjimai, procesoriaus naudojimas, suma prašymai ir tt Tačiau, jūs gali susidurti šį klaidos pranešimą, kai paspausite "Apache būsena" nuoroda:
Failed to receive status information from Apache. Nepavyko gauti informaciją iš 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. Administratoriai taip pat gali gauti tokį klaidos linija Apache klaidos prisijungti: [error] [client 127.0.0.1] File does not exist: / usr / local / apache / htdocs / whm serverio statuso.
The error message only appears on cPanel 11, whereas in earlier version of cPanel, Šis klaidos pranešimas bus rodomas tik Cpanel 11, kadangi ankstesnė versija Cpanel, a blank page is returned tuščią puslapį grąžinamas . .
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. Priežastis šios klaidos, nes nėra vietos deklaraciją konfigūracijos failą / whm serverio statusą, kuriuos reikia pateikti pagal apachestatus scenarijus gauti statusą ir informacija apie Apache web serverį. whm-server-status location defines how should Apache handles the access request to the path. whm serverio statuso vietą apibrėžia, kaip turėtų Apache rankenos prieigos prašymo keliu. 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. Linijos gali gauti pašalintas arba pašalinti, jei yra klaida per Apache rengimo procesą, ypač naudojant Apache atnaujinimas pagal Software 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. Norėdami išspręsti šią problemą, tiesiog įtraukite atgal vieta deklaracijos eilutes whm-serverio statusą httpd.conf failą, paprastai esančių / etc / httpd / conf / arba / 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. Šios eilutės gali būti įtraukta bet kurios konfigūracijos failo (bet ne per VirtualHosts deklaracija. Idealu, turėtų būti pateikti iki virtualusis serveris deklaracija skyriuje.
<Location /whm-server-status> <Location /whm-server-status>
SetHandler server-status SetHandler serverio statusas
Order deny,allow Užsakyti neleisti, kad
Deny from all Uždrausti iš visų
Allow from 127.0.0.1 Leisti iš 127.0.0.1
</Location> </ Location>
ExtendedStatus On ExtendedStatus Apie
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”. Paskutinėje eilutėje "ExtendedStatus On" pasakoja Apache Groda generuoti visą išsamią informaciją, o ne tik pagrindinę informaciją, kai "serverio statuso" prižiūrėtojas yra vadinamas "whm-serverio statuso".
IMPORTANT : The page is machine translated and provided "as is" without warranty. DĖMESIO: Šis puslapis yra mašina išvertė ir pateikiama "kaip yra" be garantijų. Machine translation may be difficult to understand. Mašininio vertimo, gali būti sunku suprasti. Please refer to Remkitės original English article originalas anglų straipsnis whenever possible. jei įmanoma.
Related Articles Susiję straipsniai
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache statusas (whm serverio statuso) į cPanel Webhost Vadybininkas grąžinimai Blank Page
- Request URL /server-status or 404 Page Not Found Apache Error Prašymas adresą / serverio statuso arba 404 Puslapis nerastas Apache Klaida
- Fix Internal Server Error When Accessing Easy Apache in cPanel WebHosting Manager Fix Internal Server Error Kai prieiga prie Lengva Apache į cPanel Webhosting vadybininkas
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: asinchroninius AcceptEx nepavyko Klaida Apache Log
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files Starting Apache HTTPD Nepavyko Dėl Nepavyko atidaryti arba Ne Toks mod_bwlimited, mod_log_bytes arba mod_bandwidth Failai
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start Apache Perspėti NameVirtualHost *: 80 Nr VirtualHosts Klaida Pradžia
- cPanel Invalid License File After Changing Hostname Error Cpanel Neteisingas License Failo Po keitimas Hostname Klaida
- Running apachectl status Returns lynx: not found Error Veikia apachectl statusas grąžinimai lynx: nerasta Klaida
- cPanel Perl Module PNGgraph Could Not Be Installed Error Cpanel Perl module PNGgraph negalėjo būti įdiegta Klaida
- Exim Sender Verify Callout or Callback Could Not Complete or Verification Failed Error Exim Siuntėjas Patikrinkite Callout arba skambutis negalėjo baigti arba tikrinimas nepavyko Klaida









































