cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM Gagal Menerima Informasi Status Dari Apache Error
cPanel web hosting control panel provides easy access shortcut in WHM (WebHost Manager) to check server status. web hosting cPanel control panel cara pintas memberikan akses mudah di WHM (webhost Manager) untuk memeriksa status server. 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: Salah satu komponen status server Apache yang panggilan apachestatus Status skrip untuk menampilkan informasi penting mengenai Apache HTTPD server web, seperti versi server, dibangun, uptime, restart waktu, total akses, penggunaan CPU, jumlah permintaan dan sebagainya Namun, Anda mungkin menghadapi pesan kesalahan berikut ketika Anda klik pada "Apache Status" link:
Failed to receive status information from Apache. Gagal untuk menerima informasi status dari 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. Administrator mungkin juga mendapatkan error berikut baris di Apache error log: [error] [client 127.0.0.1] File tidak ada: / usr / local / apache / htdocs / WHM-server-status.
The error message only appears on cPanel 11, whereas in earlier version of cPanel, Pesan kesalahan hanya muncul di cPanel 11, sedangkan di versi sebelumnya cPanel, a blank page is returned halaman kosong dikembalikan . .
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. Penyebab kesalahan ini adalah karena lokasi hilang deklarasi di file konfigurasi / WHM-server-status yang diperlukan oleh skrip untuk mengambil apachestatus status dan informasi dari server web Apache. whm-server-status location defines how should Apache handles the access request to the path. WHM-server-status lokasi mendefinisikan bagaimana seharusnya Apache menangani permintaan akses ke jalan. 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. Garis mungkin bisa dihapus atau dihapus jika ada kesalahan selama proses kompilasi Apache, terutama ketika menggunakan Apache Software Update di bawah di 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. Untuk mengatasi masalah ini, cukup tambahkan kembali lokasi garis deklarasi WHM-server-status ke file httpd.conf, biasanya terletak di / etc / httpd / conf / atau / usr / local / apache / log. 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. Garis-garis ini dapat ditambahkan di mana saja di file konfigurasi (tapi tidak dalam deklarasi VirtualHosts. Idealnya, itu harus ditempatkan sebelum deklarasi bagian virtual host.
<Location /whm-server-status> <Location /whm-server-status>
SetHandler server-status SetHandler server-status
Order deny,allow Order deny, memungkinkan
Deny from all Deny from all
Allow from 127.0.0.1 Allow from 127.0.0.1
</Location> </ Location>
ExtendedStatus On ExtendedStatus On
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”. Baris terakhir, "ExtendedStatus On" memberitahu Apache tol menghasilkan informasi status rinci penuh, bukan hanya informasi dasar ketika "server-status" handler disebut "WHM-server-status".
IMPORTANT : The page is machine translated and provided "as is" without warranty. PENTING: Halaman ini adalah mesin diterjemahkan dan diberikan "sebagaimana adanya" tanpa jaminan. Machine translation may be difficult to understand. Terjemahan mesin mungkin sulit untuk mengerti. Please refer to Silakan merujuk ke original English article artikel asli bahasa Inggris whenever possible. bila memungkinkan.
Related Articles Artikel Terkait
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache Status (WHM-server-status) di cPanel webhost Manager Pengembalian Blank Page
- Request URL /server-status or 404 Page Not Found Apache Error Meminta URL / server-status atau 404 Halaman Tidak Ditemukan Apache Error
- Fix Internal Server Error When Accessing Easy Apache in cPanel WebHosting Manager Perbaiki Internal Server Error Ketika Mengakses Mudah Apache di cPanel WebHosting Manager
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx gagal di Apache Log Kesalahan
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files Memulai Apache HTTPD Gagal Karena Tidak dapat Buka atau Tidak seperti mod_bwlimited, mod_log_bytes atau mod_bandwidth File
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start Apache Peringatkan NameVirtualHost *: 80 Apakah Tidak VirtualHosts Kesalahan Ketika Mulai
- cPanel Invalid License File After Changing Hostname Error Lisensi cPanel File tidak valid Mengubah Hostname Setelah Kesalahan
- Running apachectl status Returns lynx: not found Error Menjalankan lynx Pengembalian apachectl status: tidak ditemukan Error
- cPanel Perl Module PNGgraph Could Not Be Installed Error Modul Perl cPanel PNGgraph Bisakah Tidak Akan Dipasang Kesalahan
- FreeBSD Apache HTTP Accept Filter Error FreeBSD Apache HTTP Accept Filter Error









































