Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache Estat (WHM-servidor-estat) amb cPanel Webhost Manager Devolucions pàgina en blanc
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. Quan el webmaster utilitza Webhost Gerent (WHM) per gestionar un cPanel web hosting basades en paquet, ell o ella pot troba el problema de que l'Estat d'Apache a la secció d'Estat del Servidor torna negre pàgina o pantalla en blanc amb només el valor per defecte cPanel WHM centre de control de capçalera . 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. En el registre d'errors d'Apache (normalment error_log arxiu situat a / etc / httpd / registres o / usr / local / apache / registres de directori), la "[error] [client 127.0.0.1] El fitxer no existeix: / usr / local / apache / htdocs / WHM-servidor-estat "missatge d'error es troba. The reason and cause of this error is due to misconfiguration of Apache HTTPD web server configuration file. La raó i la causa d'aquest error és degut a la mala configuració del servidor web Apache httpd fitxer de configuració.
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. En un nou host web cPanel, l'arxiu de configuració d'Apache (httpd.conf) es prepararà per establir la ubicació d'/ WHM-servidor-estat, per ser manipulats per l'estat de funció de servidor d'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. Si això poques línies de codi s'elimina, Apache ja no saben què fer quan s'intenta accedir a WHM / WHM-servidor-estat, igual que al treure o eliminar un àlies o host virtual de configuració, l'àlies o vhost ja no ser accessibles .
To solve the error, simply add the following lines to httpd.conf file, normally located in /etc/httpd/conf or /usr/local/apache/logs. Per solucionar l'error, només cal afegir les següents línies al fitxer httpd.conf, normalment situat a / etc / httpd / conf o / usr / local / apache / logs. These lines are by default added before the virtual hosts declaration. Aquestes línies s'afegeixen per defecte abans de la declaració dels hosts virtuals.
<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 El 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. L'última línia, li diu a Apache ExtendedStatus En tol generar "completa" informació sobre la situació en lloc de només informació bàsica, quan el "server-status" s'anomena controlador.
IMPORTANT : The page is machine translated and provided "as is" without warranty. IMPORTANT: La pàgina està traduïda màquina i proporciona "tal qual" sense garantia. Machine translation may be difficult to understand. La traducció automàtica pot resultar difícil d'entendre. Please refer to Si us plau, consulteu original English article article original anglès whenever possible. sempre que sigui possible.
Related Articles Articles relacionats
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM No s'ha pogut Rebre la informació d'estat d'error d'Apache
- Request URL /server-status or 404 Page Not Found Apache Error Sol licitud URL / server-status ó 404 No es troba la pàgina d'error d'Apache
- How to Add IP Addresses to Server with cPanel WebHost Manager (WHM) Com afegir adreces IP al servidor amb cPanel Webhost Manager (WHM)
- Fix Internal Server Error When Accessing Easy Apache in cPanel WebHosting Manager Fixar "Internal Server Error en Fàcil Accés a Apache a cPanel webhosting Manager
- Running apachectl status Returns lynx: not found Error Atletisme apachectl estat linx Devolucions: No s'ha trobat un error,
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files Començant Apache httpd Degut a Error No es pot obrir o No Tal mod_bwlimited, mod_log_bytes o mod_bandwidth Arxius
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 Instal lació de servidor web en FreeBSD 6.0 amb Apache 2.2, MySQL 5.0 i PHP 5 - Part 5
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Instal lació de servidor web en FreeBSD 6.0 amb Apache 2.2, MySQL 5.0 i PHP 5 - Part 4
- Improve Apache Web Server Security: Use ServerTokens and ServerSignature to Disable Header Millorar la seguretat del servidor web Apache: Ús ServerTokens i ServerSignature inhabilitar la capçalera
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 Instal lació de servidor web en FreeBSD 6.0 amb Apache 2.2, MySQL 5.0 i PHP 5 - Part 3










































June 22nd, 2008 00:39 22 de juny de 2008 00:39
site busy no look canada ibm busy mail apple deliver cube look university black lloc ocupat no mirar Canadà ibm ocupat mail poma lliurar cub negre mirar universitat
September 17th, 2007 22:48 17 de setembre de 2007 22:48
[...] The error message only appears on cPanel 11, whereas in earlier version of cPanel, a blank page is returned. [...] El missatge d'error només apareix en cPanel 11, mentre que en la versió anterior de cPanel, una pàgina en blanc es torna. [...] [...]