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档案

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:为网络托管帐户使用的cPanel与网页主机服务经理(的WHM )上运行的Apache Web服务器,以下错误消息或问题可能encoutering与阿帕奇的httpd服务器已被搞砸,一些共享库文件,如mod_auth_passthrough.so , mod_bwlimited所以和mod_log_bytes.so设在libexec目录中意外被删除,汇编Web服务器坏了,或重新配置的Apache http.conf没有妥善是否:

Sep 30 07:06:14 web httpd: Syntax error on line 233 of /usr/local/apache/conf/httpd.conf: 9月30日7时06分14秒网站的httpd :语法错误就行233 / usr / local /下的Apache /设置/ 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 9月30日7时06分15秒网站的httpd :无法加载在/ usr / local /阿帕奇/ libexec / mod_bwlimited.so到服务器:在/ usr / local /阿帕奇/ libexec / mod_bwlimited.so :无法打开共享对象文件:没有这样的文件或目录
Sep 30 07:06:15 web rc: Starting httpd: failed 9月30日7时06分15秒的Web区域市政局:开始的httpd :失败

Sep 30 07:47:48 web httpd: Syntax error on line 234 of /usr/local/apache/conf/httpd.conf: 9月30日7时47分48秒网站的httpd :语法错误就行234 / usr / local /下的Apache /设置/ 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 9月30日7时47分48秒网站的httpd :无法加载在/ usr / local /阿帕奇/ libexec / mod_log_bytes.so到服务器:在/ usr / local /阿帕奇/ libexec / mod_log_bytes.so :无法打开共享对象文件:没有这样的文件或目录
Sep 30 07:47:48 web rc: Starting httpd: failed 9月30日7时47分48秒的Web区域市政局:开始的httpd :失败

Invalid command ‘BytesLog’, perhaps mis-spelled or defined by a module not included in the server configuration无效的命令' byteslog ' ,也许是错误的拼写或所界定的一个模块,不包括在服务器配置

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.问题与这种症状最可能是因事业,该mod_belimited.so , mod_log_bytes.so ,或mod_bandwidth.so被删除或损坏。 These 3 files are unique to cPanel-powered web hosting service and are used to control, monitor or restrict the bandwidth usage limit.这3个文件是独一无二的cPanel供电网络托管服务,并用于控制,监视或限制带宽的使用极限。

The resolution and solution to the error is to recompile and redeploy the missing or unable to find shared library modules.该决议和解决错误是重新编译和重新调配遗失或无法找到共享库模块。 You can easily compile these cPanel modules for Apache by using the following commands:您可以轻松地汇编这些模块的cPanel的Apache使用下列命令:

cd /usr/local/cpanel/apache裁谈会/ usr / local /下的cPanel /阿帕奇
/usr/local/apache/bin/apxs -iac mod_log_bytes.c在/ usr / local /阿帕奇/斌/的apxs -国际综艺合家欢mod_log_bytes.c
/usr/local/apache/bin/apxs -iac mod_bwlimited.c在/ usr / local /阿帕奇/斌/的apxs -国际综艺合家欢mod_bwlimited.c
/usr/local/apache/bin/apxs -iac mod_bandwidth.c在/ usr / local /阿帕奇/斌/的apxs -国际综艺合家欢mod_bandwidth.c

After compilation, the .so files will automatically copied to libexec directory for Apache HTTPD web server.后汇编,因此,文件将自动复制到libexec目录中的Apache的httpd网页伺服器。

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要说明 :这是一个机器翻译网页是“按原样”提供的担保。 Machine translation may be difficult to understand.机器翻译可能很难理解。 Please refer to请参阅 original English article英文原版的文章 whenever possible.只要有可能。

Share and contribute or get technical support and help at分享和贡献,或取得技术的支持和帮助,在 My Digital Life Forums 我的数字生活论坛 .



6 Responses to “Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files” 6反应“开始的Apache的httpd失败,由于无法打开,或没有这样的mod_bwlimited , mod_log_bytes或mod_bandwidth档案”

  1. Mark马克
    May 2nd, 2007 11:15 2007年5月2日11时15分
    1

    This helped me a lot, thank you.这帮助我很多,谢谢你。 : )

  2. A_HAPPY_CHAP a_happy_chap
    June 7th, 2007 22:03 2007年6月7日22时03分
    2

    /usr/local/apache/bin/apxs -iac mod_log_bytes.c在/ usr / local /阿帕奇/斌/的apxs -国际综艺合家欢mod_log_bytes.c

    thankyou so much for this!!! “感谢这么多,这! you saved me an even bigger headache than the one I was already having.你救了我一个更大的头痛,比一,我已经。

  3. Jayson杰森•
    June 10th, 2007 14:24 2007年6月10日14时24分
    3

    Thanks, was having the same error with BytesLog.谢谢您,是有相同的错误与byteslog 。 This helped alot.这帮助了很多。

  4. Zanella zanella
    June 13th, 2007 05:49 2007年6月13日5时49分
    4

    Same error here, you’re a time saver my friend, thanks.同样的错误在这里,您节省时间我的朋友,感谢。

  5. Ez的EZ
    July 15th, 2007 00:03 2007年7月15日0时03分
    5

    Thanks!谢谢! You were right on the money..您的权利,对货币.. fixed my problem.固定我的问题。

  6. EricMMartin.com » Blog Archive » Shared object error during cPanel Apache build ericmmartin.com »博客存档»共享对象时发生错误的cPanel Apache编译
    October 24th, 2007 13:15 2007年10月24日13时15分
    6

    [...] a Google search, I found that I needed to run: cd /usr/local/cpanel/apache   /usr/local/apache/bin/apxs -iac [...] [ … … ] Google搜寻,我发现我需要运行:光盘/ usr / local /下的cPanel /阿帕奇/ usr / local /下的Apache /斌/的apxs -国际综艺合家欢[ … … ]

Leave a Reply离开的答复

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 您可以使用这些标签:的<a href="" title=""> <abbr title=""> <acronym title="">的<b> <blockquote cite=""> <cite>的<code> <删除日期时间= “ ” >的<em>的<i> <q cite=""> <strike>的<strong>

Subscribe without commenting订阅无评论


Custom Search

New Articles新的条款,

Incoming Search Terms for the Article传入的搜索条件文章

apache unable to open logs 阿帕奇无法打开日志 - - mod_bwlimited mod_bwlimited - - Unable to open logs 无法打开日志 - - httpd failed 失败的httpd - - mod_log_bytes mod_log_bytes - - apache cannot open shared object file: No such file or directory 阿帕奇无法打开共享对象文件:没有这样的文件或目录 - - defined by a module not included in the server configuration 所界定的一个模块,不包括在服务器配置 - - apache2 Unable to open logs Apache2中无法打开日志 - - starting httpd failed 开始的httpd失败 - - httpd unable to open logs 的httpd无法打开日志 - - Starting httpd: [FAILED] 开始的httpd : [没有] - - Starting web server (apache2)... 从Web伺服器( Apache2中) ... failed! 失败! - - apache unable to open logs vista 阿帕奇无法开启Vista的日志 - - Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration 无效的命令'标题' ,也许拼错或所界定的一个模块,不包括在服务器配置 - - "Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration" “无效的命令'标题' ,也许拼错或所界定的一个模块,不包括在服务器配置” - - Unable to open logs apache 无法打开日志阿帕奇 - - Invalid command \'BytesLog\', perhaps mis-spelled or defined by a module not included in the server configuration 无效的命令\ ' byteslog \ ' ,也许是错误的拼写或所界定的一个模块,不包括在服务器配置 - - Unable to open logs failed! 无法打开日志失败! - - mod_bwlimited.so mod_bwlimited.so - - "Starting web server (apache2)... failed!" “从Web伺服器( Apache2中) … …失败! ” - - apache byteslog 阿帕奇byteslog - - apache error unable to open logs Apache的错误无法打开日志 - - apache "unable to open logs" 阿帕奇“无法打开日志” - - httpd failed. 的httpd失败。 The error was: Starting httpd: [FAILED] 错误是:开始的httpd : [没有] - - apache module not included in the server configuration Apache模块不包括在服务器配置 - - unable to open log apache 无法打开日志阿帕奇 - - Unable to open logs + httpd 无法打开日志+的httpd - - apache vista unable to open logs 阿帕奇Vista中无法打开日志 - - Invalid command \'BytesLog\' 无效的命令\ ' byteslog \ ' - - apache Invalid command 'Header' 阿帕奇无效的命令'标题' - - httpd failed 失败的httpd - - cannot open shared object file: No such file or directory apache 无法打开共享对象文件:没有这样的文件或目录的Apache - - Starting httpd: [FAILED] 开始的httpd : [没有] - - apache download fails file 阿帕奇下载失败档案 - - starting apache 开始的Apache - - Invalid command 'Header' apache 无效的命令'标题'阿帕奇 - - Invalid command 'Header', perhaps mis spelled or defined by a module not included in the server configuration 无效的命令'标题' ,也许MIS系统阐述或界定的一个模块,不包括在服务器配置 - - Invalid command 'Header', perhaps misspelled or defined 无效的命令'标题' ,也许拼错或界定 - - mod_bwlimited apache mod_bwlimited阿帕奇 - - mod_bwlimited.c mod_bwlimited.c - - Unable to open logs apache windows 无法打开日志的Apache的Windows - - Starting web server (apache2)... 从Web伺服器( Apache2中) ... failed! 失败! - - Unable to open logs apache 无法打开日志阿帕奇 - - apache will not start unable to open logs 阿帕奇将无法启动无法打开日志 - - apache 阿帕奇 - - conf/httpd.conf cpanel 设置/ httpd.conf中的cPanel - - apache cannot open www on computer 阿帕奇无法开启的WWW的计算机 - - apache failed to open logs 阿帕奇未能打开日志 - - apache2 'unable to open logs' Apache2中'无法打开日志 - - apache cannot open php 阿帕奇无法打开的PHP - -