up---------------------------------------------------------------------------------------------
腰缠70元到月入近10万
http://www.hunbei.com.cn/Article/ArticleShow.asp?ArticleID=453IT工程师 毕业4年我年薪涨到30万 
http://www.hunbei.com.cn/Article/ArticleShow.asp?ArticleID=51126岁青年坐拥千万域名资产 从小玩家变成CEO 
http://www.hunbei.com.cn/Article/ArticleShow.asp?ArticleID=515程序员的酸甜苦辣:告别Coding 
http://www.hunbei.com.cn/Article/ArticleShow.asp?ArticleID=341从月薪3500到700万(一)
http://www.hunbei.com.cn/Article/ArticleShow.asp?ArticleID=170网络草根月赚3000的十种方法
http://www.hunbei.com.cn/Article/ArticleShow.asp?ArticleID=517如果我是女的 我肯定不会嫁给做网站的
http://www.hunbei.com.cn/Article/ArticleShow.asp?ArticleID=512

解决方案 »

  1.   

    先restart一下apache呢,看下日志
      

  2.   

    重新启动windows提示了很多apache错误,提示php5ts.dll导致的,我怀疑是php5和apache2版本兼容不稳定,但是不管是php还是apache都换了好几个版本了,还是有这个问题
      

  3.   

    出现错误时候的日志
    [Mon Aug 28 23:28:48 2006] [notice] Parent: child process exited with status 3221225477 -- Restarting.
    [Mon Aug 28 23:28:49 2006] [notice] Apache/2.0.59 (Win32) PHP/5.1.2 configured -- resuming normal operations
    [Mon Aug 28 23:28:49 2006] [notice] Server built: Jul 27 2006 15:55:03
    [Mon Aug 28 23:28:49 2006] [notice] Parent: Created child process 3940
    [Mon Aug 28 23:28:49 2006] [notice] Child 3940: Child process is running
    [Mon Aug 28 23:28:49 2006] [notice] Child 3940: Acquired the start mutex.
    [Mon Aug 28 23:28:49 2006] [notice] Child 3940: Starting 250 worker threads.
      

  4.   

    试试将php5ts.dll拷贝到win32文件夹下
      

  5.   

    我的程序消耗资源比较大
    memery_limit 里原来设置为8M,现在取消限制了,可是还是会发生这用情况
    在google搜索 status 3221225477  好像说是php 的bug 
    不知道该怎么解决