Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files A Apache HTTPD a échoué en raison Impossible d'ouvrir ou si aucune mod_bwlimited, mod_log_bytes ou mod_bandwidth Fichiers
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: Pour l'hébergement Web à l'aide de cPanel avec WebHost Manager (WHM) et fonctionnant sur le serveur Web Apache, les messages d'erreur suivants ou des problèmes mai encoutering être avec le serveur Apache HTTPD a été incohérent, certains bibliothèque partagée des fichiers tels que des mod_auth_passthrough.so, mod_bwlimited . mod_log_bytes.so et afin situé dans le répertoire libexec été accidentellement supprimés, la compilation du serveur Web qui a mal tourné, ou à une nouvelle configuration d'Apache http.conf ne pas correctement:
Sep 30 07:06:14 web httpd: Syntax error on line 233 of /usr/local/apache/conf/httpd.conf: Sep 30 07:06:14 Web httpd: Syntax error on line 233 of / 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 Sep 30 07:06:15 Web httpd: Impossible de charger / usr / local / apache / libexec / mod_bwlimited.so en serveur: / usr / local / apache / libexec / mod_bwlimited.so: impossible d'ouvrir le fichier objet partagé: Aucun fichier ou répertoire
Sep 30 07:06:15 web rc: Starting httpd: failed Sep 30 07:06:15 Web rc: A httpd: failedSep 30 07:47:48 web httpd: Syntax error on line 234 of /usr/local/apache/conf/httpd.conf: Sep 30 07:47:48 Web httpd: Syntax error on line 234 of / 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 Sep 30 07:47:48 Web httpd: Impossible de charger / usr / local / apache / libexec / mod_log_bytes.so en serveur: / usr / local / apache / libexec / mod_log_bytes.so: impossible d'ouvrir le fichier objet partagé: Aucun fichier ou répertoire
Sep 30 07:47:48 web rc: Starting httpd: failed Sep 30 07:47:48 Web rc: A httpd: failedInvalid command ‘BytesLog’, perhaps mis-spelled or defined by a module not included in the server configuration Invalid command "BytesLog», peut-être mal orthographiés ou définies par un module ne figure pas dans la configuration de serveur
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. Le problème avec ce type de symptôme est très probablement dû à la cause que le mod_belimited.so, mod_log_bytes.so, ou mod_bandwidth.so sont supprimés ou corrompus. These 3 files are unique to cPanel-powered web hosting service and are used to control, monitor or restrict the bandwidth usage limit. Ces 3 fichiers sont propres à cPanel-powered service d'hébergement Web et sont utilisés pour contrôler, de surveiller ou de restreindre l'utilisation de la bande passante limite.
The resolution and solution to the error is to recompile and redeploy the missing or unable to find shared library modules. La résolution et la solution à cette erreur est de recompiler et de redéployer le défaut ou l'impossibilité de trouver des modules de bibliothèque. You can easily compile these cPanel modules for Apache by using the following commands: Vous pouvez facilement compiler ces cPanel modules d'Apache en utilisant les commandes suivantes:
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. Après la compilation, l'. So automatiquement copié dans le répertoire libexec pour Apache HTTPD serveur Web.
IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. IMPORTANT: Vous êtes en train de lire une page traduite machine qui est fourni «tel quel», sans garantie. Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible. Contrairement à la traduction humaine, traduction automatique ne comprend pas la grammaire, sémantique, syntaxe, les idiomes du langage naturel, ce qui souvent inexactes et faible qualité du texte qui est trompeuse et incompréhensible. Thus, please refer to Ainsi, s’il vous plaît se référer à original English article l'article original en anglais whenever possible. chaque fois que possible.
MDL blog postings now continue at MDL messages blog maintenant continuer à Tip and Trick Astuce et Trick , and readers are welcome to join , Et les lecteurs sont invités à participer à My Digital Life Forums Ma vie numérique forums .
Related Articles Articles connexes
- Improve Apache Web Server Security: Use ServerTokens and ServerSignature to Disable Header Améliorer Apache Web Server Security: ServerTokens utilisation et de désactiver ServerSignature tête
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx pas d'erreur dans log d'Apache
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM pas réussi à recevoir des informations sur l'état de l'Apache erreur
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Situation Apache (serveur WHM-statut) dans cPanel WebHost Manager retours Blank Page
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions PHP 5 Impossible d'ouvrir HTTP Request Stream avec fopen ou fsockopen Fonctions
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 3 L'installation de Web Server sous Windows XP avec Apache2, MySQL4 et PHP5 - Partie 3
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start Apache avertir NameVirtualHost *: 80 n'a pas de serveurs virtuels erreur lorsque Commencer
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 2 L'installation de Web Server sous Windows XP avec Apache2, MySQL4 et PHP5 - Partie 2
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Installation du serveur Web dans FreeBSD 6,0 avec Apache 2,2, 5,0 MySQL et PHP 5 - Partie 4
- Auto Shutdown and Restart Apache HTTPD Service Daemon at Preset Time Auto Arrêt et redémarrer Apache HTTPD service démon à durée prédéfinie

































May 2nd, 2007 11:15 Mai 2nd, 2007 11:15
This helped me a lot, thank you. Cela m'a beaucoup aidé, je vous remercie.
June 7th, 2007 22:03 Juin 7th, 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!!! merci beaucoup pour cette! you saved me an even bigger headache than the one I was already having. vous m'a sauvé un casse-tête encore plus grand que celui que j'avais était déjà.
June 10th, 2007 14:24 Juin 10, 2007 14:24
Thanks, was having the same error with BytesLog. Merci, est d'avoir la même erreur avec BytesLog. This helped alot. Cela a beaucoup aidé.
June 13th, 2007 05:49 Juin 13, 2007 05:49
Same error here, you’re a time saver my friend, thanks. Même erreur ici, vous êtes un gain de temps mon ami, merci.
July 15th, 2007 00:03 Juillet 15e, 2007 00:03
Thanks! Merci! You were right on the money.. Vous avez eu raison sur l'argent .. fixed my problem. fixe mon problème.
October 24th, 2007 13:15 Octobre 24, 2007 13:15
[...] a Google search, I found that I needed to run: cd /usr/local/cpanel/apache /usr/local/apache/bin/apxs -iac [...] [...] Une recherche Google, j'ai trouvé que j'avais besoin d'exécuter: cd / usr / local / Cpanel / apache / usr / local / apache / bin / apxs-iac [...]