Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache Status (WHM-server-status) do cPanel webhost Manager Vracia Prázdne stránky
When webmaster uses WebHost Manager (WHM) to manage a cPanel-based web hosting package, he or she may encounters the problem that the Apache Status under the section of Server Status returns black page or blank screen with just the default cPanel WHM control center header. Pri použití webmaster webhost Manager (WHM) spravovať cPanel-založené web hosting balík, môže narazí na problém, že Apache Status rámci sekcie Server Status vracia čierne stránky alebo jednoducho prázdna obrazovka s predvolené cPanel WHM Control Center záhlavie . In Apache error log (error_log file normally located in /etc/httpd/logs or /usr/local/apache/logs directory), the “[error] [client 127.0.0.1] File does not exist: /usr/local/apache/htdocs/whm-server-status” error message will be found. V Apache error (error_log súboru zvyčajne nachádza v / etc / httpd / protokoly alebo / usr / local / apache / adresára logs), v "[chyba] [klienta 127.0.0.1] Súbor neexistuje: / usr / local / apache / htdocs / WHM-server-status "sa zobrazí chybové hlásenie bude nájdený. The reason and cause of this error is due to misconfiguration of Apache HTTPD web server configuration file. Dôvodom a príčinou tejto chyby je dôsledkom zle z webového servera Apache httpd konfiguračný súbor.
On a new cPanel web host, the Apache configuration file (httpd.conf) will be configured to set location of /whm-server-status to be handled by server-status feature of Apache. Na nových webových cPanel hosť, Apache konfiguračnom súbore (httpd.conf) bude nakonfigurovaná nastavenia umiestnenie / WHM-server-status, aby boli spracované server-status črtou Apache. If this few lines of code is removed, Apache no longer know what to do when WHM trying to access /whm-server-status, just like when you remove or delete an alias or virtual host configuration, the alias or vhost no longer be accessible. Ak tento pár riadkov kódu je odstránená, Apache už vedia, čo majú robiť, keď sa pokúšate o prístup WHM / WHM-server-status, rovnako ako pri odbere alebo odstrániť alias alebo virtuálne hosť konfiguráciu, alias alebo vhost už byť prístupné .
To solve the error, simply add the following lines to httpd.conf file, normally located in /etc/httpd/conf or /usr/local/apache/logs. Ak chcete vyriešiť chybu, stačí pridať nasledujúce riadky do súboru httpd.conf, zvyčajne nachádza v / etc / httpd / conf alebo / usr / local / apache / logs. These lines are by default added before the virtual hosts declaration. Tieto riadky sú štandardne pridané do virtuálnych hostiteľov vyhlásenie.
<Location /whm-server-status> <Location /whm-server-status>
SetHandler server-status SetHandler server-status
Order deny,allow Objednávka poprieť, umožňujú
Deny from all Deny zo všetkých
Allow from 127.0.0.1 Povoliť od 127.0.0.1
</Location> </ Location>
ExtendedStatus On Na ExtendedStatus
The last line, ExtendedStatus On tells Apache tol generate “full” status information instead of just basic information when the “server-status” handler is called. Posledný riadok, ExtendedStatus On hovorí Apache tol generovať "plná" informácie o stave miesto len základné informácie, ak je "server-status" sa nazýva handler.
IMPORTANT : The page is machine translated and provided "as is" without warranty. Upozornenie: Stránka je stroje preložené a poskytované "tak ako sú" bez záruky. Machine translation may be difficult to understand. Strojový preklad môže byť ťažké pochopiť. Please refer to Obráťte sa prosím na original English article Anglický originál článku whenever possible. kedykoľvek je to možné.
Related Articles Súvisiace články
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM Zlyhalo Dostávať Status Informácie z Apache Chyba
- Request URL /server-status or 404 Page Not Found Apache Error Žiadosť URL / server-status alebo 404 Strana Nenájdené Apache Chyba
- How to Add IP Addresses to Server with cPanel WebHost Manager (WHM) Ako sa k Pridať IP adresy na server s cPanel webhost Manager (WHM)
- Fix Internal Server Error When Accessing Easy Apache in cPanel WebHosting Manager Fix Interná chyba servera pri prístupe Easy Apache v cPanel Webhosting Manager
- Running apachectl status Returns lynx: not found Error Spustenie apachectl postavenie Vracia lynx: nenalezena Chyba
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files Spustenie Apache httpd Nepodarilo Kvôli nedá otvoriť ani žiadne takéto mod_bwlimited, mod_log_bytes alebo mod_bandwidth Súbory
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 Inštalácia webového servera na FreeBSD 6.0 s Apache 2.2, MySQL 5.0 a PHP 5 - Časť 5
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Inštalácia webového servera na FreeBSD 6.0 s Apache 2.2, MySQL 5.0 a PHP 5 - Časť 4
- Improve Apache Web Server Security: Use ServerTokens and ServerSignature to Disable Header Zlepšiť Apache Web Server Bezpečnosť: Používajte ServerTokens a ServerSignature Vyhostiť Header
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 Inštalácia webového servera na FreeBSD 6.0 s Apache 2.2, MySQL 5.0 a PHP 5 - Časť 3










































June 22nd, 2008 00:39 22. júna 2008 00:39
site busy no look canada ibm busy mail apple deliver cube look university black obsadené žiadne stránky vyzerať canada IBM obsadené mail jablko dodať kocky vyzerajú univerzitnú čierna
September 17th, 2007 22:48 17. septembra 2007 22:48
[...] The error message only appears on cPanel 11, whereas in earlier version of cPanel, a blank page is returned. [...] Toto chybové hlásenie sa objaví len na cPanel 11, zatiaľ čo v predchádzajúcej verzii cPanel, prázdne stránky sa vracia. [...] [...]