Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Статус Apache (WHM-сервер-статус) в CPanel хостингу Менеджер Повертає порожню сторінку
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. Коли веб-майстер використовує хостингу Manager (WHM) для керування CPanel веб-хостингу пакета, то він чи вона стикається з проблемою, що Apache статусу згідно з розділом Server повертає статус чорно-сторінку або порожній екран з лише замовчуванням WHM CPanel центр управління заголовка . 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. У Apache лог помилок (error_log файл, як правило, розташовані в / ETC / HTTPD / журнали або / USR / місцеві / Apache / Журнали каталог), то "[Помилка] [клієнта 127.0.0.1] Файл не існує: / USR / місцеві / Apache / htdocs / WHM-сервер-статус "Повідомлення про помилку буде знайдено. The reason and cause of this error is due to misconfiguration of Apache HTTPD web server configuration file. Причина і причини цієї помилки з-за неправильної з Apache HTTPD веб-сервера файл конфігурації.
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. Про новий CPanel веб-вузол, у файл конфігурації Apache (httpd.conf) будуть налаштовані встановити місцезнаходження / WHM-сервер-статус буде оброблятися сервера статусу особливістю 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. Якщо це кілька рядків коду, видаляється, Apache не знають, що робити, коли WHM намагається отримати доступ до / WHM-сервер-статус, як і коли ви видалите або видалити псевдонім або віртуальний хост конфігурації, vhost псевдонімом чи не бути доступним .
To solve the error, simply add the following lines to httpd.conf file, normally located in /etc/httpd/conf or /usr/local/apache/logs. Щоб вирішити цю помилку, просто додайте наступні рядки в httpd.conf файлі, як правило, розташовані в / ETC / HTTPD / Conf або / USR / місцеві / Apache / журнали. These lines are by default added before the virtual hosts declaration. Ці рядки, за замовчанням буде додано до віртуальних хостів декларації.
<Location /whm-server-status> <Location /whm-server-status>
SetHandler server-status SetHandler сервер-статус
Order deny,allow Наказ заперечують, дозвольте
Deny from all Відмовляти від усіх
Allow from 127.0.0.1 Дозвольте від 127.0.0.1
</Location> </ Location>
ExtendedStatus On На 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. В останньому рядку ExtendedStatus На розповідає Apache Tol створити "повну" інформацію, а тільки основну інформацію, коли "сервер-статус" обробник називається.
IMPORTANT : The page is machine translated and provided "as is" without warranty. Увага: Ця сторінка машина переведена і надаються "як є" без гарантії. Machine translation may be difficult to understand. Машинний переклад може бути важким для розуміння. Please refer to Будь ласка, зверніться до original English article Англійська оригінальні статті whenever possible. коли це можливо.
Related Articles Статті по темі
- cPanel WHM Failed to Receive Status Information From Apache Error WHM CPanel не отримали інформації про статус Від Apache помилку
- Request URL /server-status or 404 Page Not Found Apache Error Запит URL / сервер-статус або 404 Сторінка не знайдена помилка Apache
- How to Add IP Addresses to Server with cPanel WebHost Manager (WHM) Як додати IP-адреси на сервері з CPanel хостингу Manager (WHM)
- Fix Internal Server Error When Accessing Easy Apache in cPanel WebHosting Manager Рішення Внутрішня помилка сервера при доступі до Easy Apache в CPanel веб-хостинг менеджер
- Running apachectl status Returns lynx: not found Error Запуск apachectl статус Повертає рись: не знайдена помилка
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files Запуск Apache HTTPD збій, викликаний тим, може, не відкрито чи немає такої mod_bwlimited, mod_log_bytes або mod_bandwidth Файли
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 Установка веб-сервера на FreeBSD 6.0 з Apache 2.2, MySQL 5.0 та PHP 5 - Частина 5
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Установка веб-сервера на FreeBSD 6.0 з Apache 2.2, MySQL 5.0 та PHP 5 - Частина 4
- Improve Apache Web Server Security: Use ServerTokens and ServerSignature to Disable Header Поліпшення веб-сервера Apache Безпека: Використання ServerTokens і ServerSignature Відключення Header
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 Установка веб-сервера на FreeBSD 6.0 з Apache 2.2, MySQL 5.0 та PHP 5 - Частина 3










































June 22nd, 2008 00:39 22 червня 2008 00:39
site busy no look canada ibm busy mail apple deliver cube look university black Сайт зайнятий не дивитися Канада IBM зайнятий доставити пошту яблуко кубик з нетерпінням університету чорний
September 17th, 2007 22:48 17 Вересня 2007 22:48
[...] The error message only appears on cPanel 11, whereas in earlier version of cPanel, a blank page is returned. [...] В повідомлення про помилку з'являється тільки на CPanel 11, у той час як в попередній версії CPanel, порожній сторінки повертається. [...] [...]