LOGS如下:
[Mon Apr 05 12:13:01 2004] [notice] Child 3644: Acquired the start mutex.
[Mon Apr 05 12:13:01 2004] [notice] Child 3644: Starting 250 worker threads.
[Mon Apr 05 12:26:09 2004] [notice] Parent: Created child process 992
[Mon Apr 05 12:26:10 2004] [notice] Child 992: Child process is running
[Mon Apr 05 12:26:11 2004] [notice] Child 992: Acquired the start mutex.
[Mon Apr 05 12:26:11 2004] [notice] Child 992: Starting 250 worker threads.
[Mon Apr 05 12:45:02 2004] [notice] Parent: Created child process 964
[Mon Apr 05 12:45:03 2004] [notice] Child 964: Child process is running
[Mon Apr 05 12:45:04 2004] [notice] Child 964: Acquired the start mutex.
[Mon Apr 05 12:45:04 2004] [notice] Child 964: Starting 250 worker threads.
[Mon Apr 05 12:46:43 2004] [notice] Parent: Received restart signal -- Restarting the server.
[Mon Apr 05 12:46:43 2004] [notice] Child 964: Exit event signaled. Child process is ending.
[Mon Apr 05 12:46:43 2004] [notice] Parent: Created child process 2372
[Mon Apr 05 12:46:43 2004] [notice] Child 2372: Child process is running
[Mon Apr 05 12:46:44 2004] [notice] Child 964: Released the start mutex
[Mon Apr 05 12:46:44 2004] [notice] Child 2372: Acquired the start mutex.
[Mon Apr 05 12:46:44 2004] [notice] Child 2372: Starting 250 worker threads.
[Mon Apr 05 12:46:45 2004] [notice] Child 964: Waiting for 250 worker threads to exit.
[Mon Apr 05 12:46:45 2004] [notice] Child 964: All worker threads have exited.
[Mon Apr 05 12:46:45 2004] [notice] Child 964: Child process is exiting
[Mon Apr 05 12:47:08 2004] [error] [client 10.6.1.17] File does not exist: D:/htdocs/favicon.ico
[Mon Apr 05 12:48:12 2004] [error] [client 10.6.1.17] File does not exist: D:/htdocs/index.htm

解决方案 »

  1.   

    APACHE不能解释jsp,装个tomcat,和apache配合使用才可以!
      

  2.   

    apache只能解释html,遇到jsp时她会把jsp抛给tomcat来处理。
    所以必须装个tomcat才可以!
      

  3.   

    我的系统已经安装了APACHE 和TOMCAT,一直以来都是很正常的使用,但今天我重启了电脑后就不行了。
      

  4.   

    我运行http://localhost:80可以,但运行http://localhost:8081就不行。
      

  5.   

    我在服務中看不到有TOMCAT的服務﹐但在APACHE安裝目錄是有TOMCAT的文件夾﹐因這此都是以前別人安裝的。但程式以前都可以運行啊﹐详细的出错:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.
    --------------------------------------------------------------------------------Apache/2.0.45 (Win32) mod_jk2/2.0.2 Server at dgsms Port 80
      

  6.   

    我想我的这种情况可能就是TOMCAT没起来,但找不到启动TOMCAT的程式,不知哪位老兄有这方面的经验
      

  7.   

    在你的开始菜单里找到start tomcat或者执行TOMCAT\bin\startup.bat,
    启动后在式式http://localhost:8081
      

  8.   

    我已经处理OK了,是环境变量错了两个地方,谢谢CRICKET,现在结贴