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
For web hosting account using cPanel with WebHost Manager (WHM) and running on Apache web server, the following error messages or problems may be encoutering with the Apache HTTPD server has been messed up with, some shared library files such as mod_auth_passthrough.so, mod_bwlimited.so and mod_log_bytes.so located in libexec directory accidentally been deleted, the compilation of web server gone bad, or re-configuration of Apache http.conf not properly does: Untuk web hosting account menggunakan cPanel dengan webhost Manager (WHM) dan dijalankan pada server web Apache, pesan kesalahan berikut atau masalah dapat encoutering dengan HTTPD Apache server telah kacau dengan, beberapa shared library file seperti mod_auth_passthrough.so, mod_bwlimited . jadi dan mod_log_bytes.so terletak di direktori sbin sengaja telah dihapus, penyusunan server web pergi buruk, atau re-konfigurasi Apache tidak benar tidak http.conf:
Sep 30 07:06:14 web httpd: Syntax error on line 233 of /usr/local/apache/conf/httpd.conf: Web September 30 07:06:14 httpd: Syntax error on line 233 dari / usr / local / apache / conf / httpd.conf:
Sep 30 07:06:15 web httpd: Cannot load /usr/local/apache/libexec/mod_bwlimited.so into server: /usr/local/apache/libexec/mod_bwlimited.so: cannot open shared object file: No such file or directory Web September 30 07:06:15 httpd: Cannot load / usr / local / apache / sbin / mod_bwlimited.so ke server: / usr / local / apache / sbin / mod_bwlimited.so: cannot open shared object file: Tidak ada file atau direktori
Sep 30 07:06:15 web rc: Starting httpd: failed September 30 07:06:15 web rc: Starting httpd: gagalSep 30 07:47:48 web httpd: Syntax error on line 234 of /usr/local/apache/conf/httpd.conf: Web September 30 07:47:48 httpd: Syntax error on line 234 dari / usr / local / apache / conf / httpd.conf:
Sep 30 07:47:48 web httpd: Cannot load /usr/local/apache/libexec/mod_log_bytes.so into server: /usr/local/apache/libexec/mod_log_bytes.so: cannot open shared object file: No such file or directory Web September 30 07:47:48 httpd: Cannot load / usr / local / apache / sbin / mod_log_bytes.so ke server: / usr / local / apache / sbin / mod_log_bytes.so: cannot open shared object file: Tidak ada file atau direktori
Sep 30 07:47:48 web rc: Starting httpd: failed September 30 07:47:48 web rc: Starting httpd: gagalInvalid command 'BytesLog', perhaps mis-spelled or defined by a module not included in the server configuration Valid perintah 'BytesLog', mungkin salah dieja atau didefinisikan oleh modul tidak termasuk dalam konfigurasi server
The problem with this kind of symptom is most likely due to the cause that the mod_belimited.so, mod_log_bytes.so, or mod_bandwidth.so are deleted or corrupted. Masalah dengan gejala semacam ini kemungkinan besar karena penyebab bahwa mod_belimited.so, mod_log_bytes.so, atau mod_bandwidth.so akan dihapus atau rusak. These 3 files are unique to cPanel-powered web hosting service and are used to control, monitor or restrict the bandwidth usage limit. Ini 3 file yang unik untuk cPanel-powered jasa web hosting dan digunakan untuk mengontrol, memonitor atau membatasi penggunaan bandwidth batas.
The resolution and solution to the error is to recompile and redeploy the missing or unable to find shared library modules. Resolusi dan solusi untuk error tersebut adalah dengan mengkompilasi ulang dan redeploy yang hilang atau tidak dapat menemukan modul shared library. You can easily compile these cPanel modules for Apache by using the following commands: Anda dapat dengan mudah mengkompilasi cPanel ini modul untuk Apache dengan menggunakan perintah berikut:
cd /usr/local/cpanel/apache cd / usr / local / cpanel / apache
/usr/local/apache/bin/apxs -iac mod_log_bytes.c / usr / local / apache / bin / apxs-IAC mod_log_bytes.c
/usr/local/apache/bin/apxs -iac mod_bwlimited.c / usr / local / apache / bin / apxs-IAC mod_bwlimited.c
/usr/local/apache/bin/apxs -iac mod_bandwidth.c / usr / local / apache / bin / apxs-IAC mod_bandwidth.c
After compilation, the .so files will automatically copied to libexec directory for Apache HTTPD web server. Setelah kompilasi, yang. Jadi file akan secara otomatis disalin ke direktori sbin server web Apache HTTPD.
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
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM Gagal Menerima Informasi Status Dari Apache Error
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx gagal di Apache Log Kesalahan
- Auto Shutdown and Restart Apache HTTPD Service Daemon at Preset Time Auto Shutdown dan Restart Apache HTTPD Service Daemon di Preset Sisa
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache Status (WHM-server-status) di cPanel webhost Manager Pengembalian Blank Page
- Improve Apache Web Server Security: Use ServerTokens and ServerSignature to Disable Header Meningkatkan Apache Web Server Security: Gunakan ServerTokens dan ServerSignature untuk Nonaktifkan Header
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 4 Instalasi Web Server di FreeBSD 6.0 dengan Apache 2.2, MySQL 5.0 dan PHP 5 - Bagian 4
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start Apache Peringatkan NameVirtualHost *: 80 Apakah Tidak VirtualHosts Kesalahan Ketika Mulai
- Fix Internal Server Error When Accessing Easy Apache in cPanel WebHosting Manager Perbaiki Internal Server Error Ketika Mengakses Mudah Apache di cPanel WebHosting Manager
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 5 Instalasi Web Server di FreeBSD 6.0 dengan Apache 2.2, MySQL 5.0 dan PHP 5 - Bagian 5
- Request URL /server-status or 404 Page Not Found Apache Error Meminta URL / server-status atau 404 Halaman Tidak Ditemukan Apache Error










































October 24th, 2007 13:15 24 Oktober 2007 13:15
[...] a Google search, I found that I needed to run: cd /usr/local/cpanel/apache /usr/local/apache/bin/apxs -iac [...] [...] Pencarian Google, saya menemukan bahwa saya perlu menjalankan: cd / usr / local / cpanel / apache / usr / local / apache / bin / apxs-IAC [...]
July 15th, 2007 00:03 15 Juli 2007 00:03
Thanks! Terima kasih! You were right on the money.. Anda benar pada uang .. fixed my problem. tetap masalah saya.
June 13th, 2007 05:49 13 Juni 2007 05:49
Same error here, you're a time saver my friend, thanks. Kesalahan yang sama di sini, kau waktu penghemat teman saya, terima kasih.
June 10th, 2007 14:24 10 Juni 2007 14:24
Thanks, was having the same error with BytesLog. Thanks, mengalami kesalahan yang sama dengan BytesLog. This helped alot. Hal ini membantu banyak.
June 7th, 2007 22:03 7 Juni 2007 22:03
/usr/local/apache/bin/apxs -iac mod_log_bytes.c / usr / local / apache / bin / apxs-IAC mod_log_bytes.c
thankyou so much for this!!! thankyou so much untuk ini! you saved me an even bigger headache than the one I was already having. Anda menyelamatkan saya sakit kepala yang lebih besar daripada yang saya sudah punya.
May 2nd, 2007 11:15 2 Mei 2007 11:15
This helped me a lot, thank you. Ini banyak membantu saya, terima kasih.