`
Fangrn
  • 浏览: 799097 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

apache前台代理分发 weblogic集群报错:错误模块 libhttpd.dll,错误地址 0x0001c0a2 解析以及解决方案

阅读更多

2003的报错:

错误应用 程序 Apache.exe,版本 2.0.63.200,错误模块 libhttpd.dll,版本 2.0.63.200,错误地址 0x0001c0a2


apache的报错:
[Sat Mar 07 16:10:26 2009] [notice] Parent: Received restart signal -- Restarting the server.
[Sat Mar 07 16:10:26 2009] [notice] Apache/2.0.63 (Win32) configured -- resuming normal operations
[Sat Mar 07 16:10:26 2009] [notice] Server built: Jan 17 2008 22:58:29
[Sat Mar 07 16:10:26 2009] [notice] Parent: Created child process 4388
[Sat Mar 07 16:10:26 2009] [notice] Child 4388: Child process is running
[Sat Mar 07 16:10:26 2009] [notice] Child 3356: Exit event signaled. Child process is ending.
[Sat Mar 07 16:10:26 2009] [warn] (OS 10038)在一个非套接字上尝试了一个操作。  : setsockopt(SO_UPDATE_ACCEPT_CONTEXT) failed.
[Sat Mar 07 16:10:27 2009] [notice] Child 3356: Released the start mutex
[Sat Mar 07 16:10:27 2009] [notice] Child 4388: Acquired the start mutex.
[Sat Mar 07 16:10:27 2009] [notice] Child 4388: Starting 250 worker threads.
[Sat Mar 07 16:10:28 2009] [notice] Child 3356: Terminating 121 threads that failed to exit.


apache设置:


LoadModule weblogic_module modules/mod_wl_20.so
# 虚拟主机--主站
<VirtualHost *:80>
    ServerAdmin mai@AAA.com
    DirectoryIndex index.html
    DocumentRoot E:\bea\user_projects\domains\
    ServerName www.getingbin.org
    ServerAlias getingbin.org
    ErrorLog E:\log\web\apache\error_log
    CustomLog E:\log\web\apache\access_log common
   <IfModule mod_weblogic.c>
   WebLogicCluster 127.0.0.1:8081,127.0.0.1:8082
   MatchExpression *.jsp
   MatchExpression *.do
   MatchExpression *.com
   MatchExpression /J/*
   MatchExpression /j/*
   MatchExpression /C/*
   MatchExpression /c/*
   MatchExpression /pra/*
   MatchExpression /P/*
   MatchExpression /p/*
   MatchExpression /FCKeditor/*
   DynamicServerList OFF
   KeepAliveEnabled ON
   KeepAliveSecs 30
</IfModule>
</VirtualHost>




很 显然,上面的报错都是因为apache使用"LoadModule weblogic_module modules/mod_wl_20.so"模块造成的!
现在本人正在分析解决(嘿嘿)!

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics