開始亞帕基印第安人HTTPD出故障的由於不能開始或這樣沒有mod_bwlimited, mod_log_bytes或mod_bandwidth文件
為網絡主持帳戶使用cPanel與WebHost經理(WHM)和跑在Apache Web Server,以下錯誤信息或問題也許encoutering與亞帕基印第安人服務器弄糟了與的HTTPD,某一共享程序庫歸檔例如mod_auth_passthrough.so, mod_bwlimited.so,并且位於libexec目錄的mod_log_bytes.so被刪除,網絡服務器的亞帕基印第安人http.conf的編輯偶然地變質或者重組不適當地做:
9月30日07:06 :14網httpd : 句法錯誤在線/usr/local/apache/conf/httpd.conf 233 :
9月30日07:06 :15網httpd : 不能裝載/usr/local/apache/libexec/mod_bwlimited.so入服務器: /usr/local/apache/libexec/mod_bwlimited.so : 不能打開共有的目標文件: 沒有這樣文件或目錄
9月30日07:06 :15網rc : 開始httpd : 不合格9月30日07:47 :48網httpd : 句法錯誤在線/usr/local/apache/conf/httpd.conf 234 :
9月30日07:47 :48網httpd : 不能裝載/usr/local/apache/libexec/mod_log_bytes.so入服務器: /usr/local/apache/libexec/mod_log_bytes.so : 不能打開共有的目標文件: 沒有這樣文件或目錄
9月30日07:47 :48網rc : 開始httpd : 不合格無效命令`BytesLog』,或許由在服務器配置沒包括的模塊拼錯或定義
問題以這種症狀很可能歸結於mod_belimited.so、mod_log_bytes.so或者mod_bandwidth.so被刪除或腐敗的起因。 這3個文件對供給cPanel動力的網絡主持服務是獨特的和使用控制,監測或者制約帶寬用法極限。
對錯誤的決議和解答是重新編譯和調遣缺掉或無法發現共享程序庫模塊。 您能通過使用以下命令容易地編寫這些cPanel模塊為亞帕基印第安人:
CD的/usr/local/cpanel/apache
/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_bandwidth.c
在編輯以後, .so文件願自動地複製對libexec目錄為亞帕基印第安人HTTPD網絡服務器。
重要: 這是現狀提供,不用保單的機器翻譯的頁。 計算機翻譯也許是難瞭解。 參見 原始的英國文章 每當可能。
分享并且貢獻或者得到技術支持并且幫助在 我的數字式生活論壇.
相關文章
- 改進Apache Web Server安全: 使用ServerTokens和ServerSignature使倒栽跳水失去能力
- winnt_accept : 異步AcceptEx不合格的錯誤在亞帕基印第安人日誌
- cPanel WHM沒有從亞帕基印第安人錯誤獲得狀態信息
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 3
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 2
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4
- Auto Shutdown and Restart Apache HTTPD Service Daemon at Preset Time


























May 2nd, 2007 11:15
This helped me a lot, thank you.
June 7th, 2007 22:03
/usr/local/apache/bin/apxs -iac mod_log_bytes.c
thankyou so much for this!!! you saved me an even bigger headache than the one I was already having.
June 10th, 2007 14:24
Thanks, was having the same error with BytesLog. This helped alot.
June 13th, 2007 05:49
Same error here, you’re a time saver my friend, thanks.
July 15th, 2007 00:03
Thanks! You were right on the money.. fixed my problem.
October 24th, 2007 13:15
[...] a Google search, I found that I needed to run: cd /usr/local/cpanel/apache /usr/local/apache/bin/apxs -iac [...]