首页 新闻 赞助 找找看

安装教程安装的apache,为什麽在Windows下添加了下面的内容,apache服务启动不起来

0
悬赏园豆:20 [已解决问题] 解决于 2014-04-29 19:22

在apache的httpd.conf文件的最后加上,apache服务就启动不起来了,不加的话反而可以启动起来,怎麽让apache支持php?为什麽会启动不起来

我都是按照这篇教程做的

http://jingyan.baidu.com/article/9faa723152c5d6473d28cb47.html

 

# php5 support
LoadModulephp5_module D:/PHP5/php5apache2_4.dll
AddTypeapplication/x-httpd-php .php .html .htm
# configure thepath to php.ini
PHPIniDir "D:/PHP5"
桦仔的主页 桦仔 | 初学一级 | 园豆:62
提问于:2014-03-27 23:14
< >
分享
最佳答案
0

是不是版本的问题?可以到事件查看器里面看一看,是什么原因apache没有启动

收获园豆:20
最长的路漫漫 | 菜鸟二级 |园豆:252 | 2014-03-28 09:06

不是没有启动,是因为加了这段代码启动不了,我要让apache运行php

# php5 support LoadModulephp5_module D:/PHP5/php5apache2_4.dll AddTypeapplication/x-httpd-php .php .html .htm # configure thepath to php.ini PHPIniDir "D:/PHP5"

桦仔 | 园豆:62 (初学一级) | 2014-03-28 22:46

@桦仔: LoadModulephp5_module 中间要空一格 LoadModule php5_module

最长的路漫漫 | 园豆:252 (菜鸟二级) | 2014-03-30 19:43

@桦仔: 

LoadModule php5_module D:/PHP5/php5apache2_4.dll

AddType application/x-httpd-php .php .html .htm

这两句都要有空格

最长的路漫漫 | 园豆:252 (菜鸟二级) | 2014-03-30 19:45

@程序狗: 空了,还是不行

桦仔 | 园豆:62 (初学一级) | 2014-03-30 21:43

@桦仔: 事件查看器里有没有说明是什么原因启动不了呢?你再针对它提示的找找错

最长的路漫漫 | 园豆:252 (菜鸟二级) | 2014-03-31 09:00

@程序狗: Apache24 服务因 函数不正确。 服务特定错误而停止。

日志名称:          System
来源:            Service Control Manager
日期:            2014/3/28 23:15:54
事件 ID:         7024
任务类别:          无
级别:            错误
关键字:           经典
用户:            暂缺
计算机:           HBSW02
描述:
Apache24 服务因 函数不正确。 服务特定错误而停止。

桦仔 | 园豆:62 (初学一级) | 2014-03-31 09:41

@桦仔: 有没有端口冲突?或者软件冲突的?

最长的路漫漫 | 园豆:252 (菜鸟二级) | 2014-03-31 10:20

@程序狗: 没有

桦仔 | 园豆:62 (初学一级) | 2014-03-31 10:27

@桦仔:这我也不知道该怎么办了, 这是我的php和httpd的配置,我的能够正常运行,给你参考一下吧!

链接: http://pan.baidu.com/s/16Fq4Q 密码: 6muf

最长的路漫漫 | 园豆:252 (菜鸟二级) | 2014-03-31 20:21

@程序狗: 按照你的配置还是不行

桦仔 | 园豆:62 (初学一级) | 2014-03-31 22:27

@桦仔: 那我也是无能为了了,我也是菜鸟一个啊,怎么没有大神来解答一下

最长的路漫漫 | 园豆:252 (菜鸟二级) | 2014-04-01 09:58

@程序狗: 注释掉LoadModulephp5_module D:/PHP5/php5apache2_4.dll就可以启动

桦仔 | 园豆:62 (初学一级) | 2014-04-01 10:02

@桦仔: LoadModule#php5_module#D:/PHP5/php5apache2_4.dll 有#的地方你有空格吗?是不是这个php5apache2_4.dll有问题啊?

最长的路漫漫 | 园豆:252 (菜鸟二级) | 2014-04-01 10:08

@程序狗: 有,在官网下载的,而且换用你的php5apache2_2.dll也不行 

桦仔 | 园豆:62 (初学一级) | 2014-04-01 10:44

@桦仔: 这个问题还真是一个问题啊,唉

最长的路漫漫 | 园豆:252 (菜鸟二级) | 2014-04-01 16:30

@程序狗: 是啊,能不能远程帮我弄一下

桦仔 | 园豆:62 (初学一级) | 2014-04-01 16:35

@桦仔: 你在事件查看器里,找到apache报错,看看下面红框的位置是什么信息

最长的路漫漫 | 园豆:252 (菜鸟二级) | 2014-04-01 16:43

@程序狗: 

 Apache24 服务因 函数不正确。 服务特定错误而停止。

日志名称:          System
来源:            Service Control Manager
日期:            2014/3/28 23:15:54
事件 ID:         7024
任务类别:          无
级别:            错误
关键字:           经典
用户:            暂缺
计算机:           HBSW02

桦仔 | 园豆:62 (初学一级) | 2014-04-01 16:45

@桦仔: 你看看这个文件Apache Software Foundation\Apache2.2\logs\error.log,看看能不能找到解决办法

最长的路漫漫 | 园豆:252 (菜鸟二级) | 2014-04-01 17:06

@程序狗: 今晚我把里面的内容贴出来

桦仔 | 园豆:62 (初学一级) | 2014-04-01 17:40

@程序狗: 

[Sun Mar 23 20:27:17.132085 2014] [mpm_winnt:notice] [pid 2656:tid 160] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sun Mar 23 20:27:17.134085 2014] [mpm_winnt:notice] [pid 2656:tid 160] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sun Mar 23 20:27:17.134085 2014] [core:notice] [pid 2656:tid 160] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sun Mar 23 20:27:17.198089 2014] [mpm_winnt:notice] [pid 2656:tid 160] AH00418: Parent: Created child process 3992
Apache server shutdown initiated...
pm_winnt:notice] [pid 3992:tid 180] AH00354: Child: Starting 64 worker threads.
[Sun Mar 23 20:41:10.420746 2014] [mpm_winnt:notice] [pid 2656:tid 160] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sun Mar 23 20:41:12.420861 2014] [mpm_winnt:notice] [pid 3992:tid 180] AH00364: Child: All worker threads have exited.
[Sun Mar 23 20:41:12.435862 2014] [mpm_winnt:notice] [pid 2656:tid 160] AH00430: Parent: Child process 3992 exited successfully.
[Sun Mar 23 20:52:16.491843 2014] [mpm_winnt:notice] [pid 1228:tid 292] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sun Mar 23 20:52:16.492844 2014] [mpm_winnt:notice] [pid 1228:tid 292] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sun Mar 23 20:52:16.492844 2014] [core:notice] [pid 1228:tid 292] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sun Mar 23 20:52:16.496844 2014] [mpm_winnt:notice] [pid 1228:tid 292] AH00418: Parent: Created child process 2496
[Sun Mar 23 20:52:16.950870 2014] [mpm_winnt:notice] [pid 2496:tid 180] AH00354: Child: Starting 64 worker threads.
[Sun Mar 23 22:02:45.427725 2014] [mpm_winnt:notice] [pid 1228:tid 292] AH00424: Parent: Received restart signal -- Restarting the server.
AH00526: Syntax error on line 531 of D:/Apache24/conf/httpd.conf:
Invalid command 'php5_module', perhaps misspelled or defined by a module not included in the server configuration
[Sun Mar 23 22:02:47.434840 2014] [mpm_winnt:notice] [pid 2496:tid 180] AH00364: Child: All worker threads have exited.
[Sun Mar 23 22:08:12.729445 2014] [core:warn] [pid 3424:tid 268] AH00098: pid file D:/Apache24/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Mar 23 22:08:12.736446 2014] [mpm_winnt:notice] [pid 3424:tid 268] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sun Mar 23 22:08:12.736446 2014] [mpm_winnt:notice] [pid 3424:tid 268] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sun Mar 23 22:08:12.736446 2014] [core:notice] [pid 3424:tid 268] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sun Mar 23 22:08:12.739446 2014] [mpm_winnt:notice] [pid 3424:tid 268] AH00418: Parent: Created child process 2096
[Sun Mar 23 22:08:13.161470 2014] [mpm_winnt:notice] [pid 2096:tid 168] AH00354: Child: Starting 64 worker threads.
[Sun Mar 23 22:17:19.281706 2014] [mpm_winnt:notice] [pid 3424:tid 268] AH00424: Parent: Received restart signal -- Restarting the server.
AH00526: Syntax error on line 530 of D:/Apache24/conf/httpd.conf:
Invalid command 'php5', perhaps misspelled or defined by a module not included in the server configuration
[Sun Mar 23 22:17:21.286821 2014] [mpm_winnt:notice] [pid 2096:tid 168] AH00364: Child: All worker threads have exited.
[Sun Mar 23 22:19:55.760656 2014] [core:warn] [pid 3432:tid 272] AH00098: pid file D:/Apache24/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Mar 23 22:19:55.764657 2014] [mpm_winnt:notice] [pid 3432:tid 272] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sun Mar 23 22:19:55.764657 2014] [mpm_winnt:notice] [pid 3432:tid 272] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sun Mar 23 22:19:55.764657 2014] [core:notice] [pid 3432:tid 272] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sun Mar 23 22:19:55.774657 2014] [mpm_winnt:notice] [pid 3432:tid 272] AH00418: Parent: Created child process 2464
[Sun Mar 23 22:19:56.217683 2014] [mpm_winnt:notice] [pid 2464:tid 168] AH00354: Child: Starting 64 worker threads.
[Sun Mar 23 22:26:57.692790 2014] [mpm_winnt:notice] [pid 3432:tid 272] AH00424: Parent: Received restart signal -- Restarting the server.
[Sun Mar 23 22:26:57.785795 2014] [mpm_winnt:notice] [pid 3432:tid 272] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sun Mar 23 22:26:57.786795 2014] [mpm_winnt:notice] [pid 3432:tid 272] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sun Mar 23 22:26:57.786795 2014] [core:notice] [pid 3432:tid 272] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sun Mar 23 22:26:57.796796 2014] [mpm_winnt:notice] [pid 3432:tid 272] AH00418: Parent: Created child process 3256
[Sun Mar 23 22:26:58.694847 2014] [mpm_winnt:notice] [pid 3256:tid 180] AH00354: Child: Starting 64 worker threads.
[Sun Mar 23 22:26:59.699904 2014] [mpm_winnt:notice] [pid 2464:tid 168] AH00364: Child: All worker threads have exited.
[Sun Mar 23 22:27:25.802397 2014] [mpm_winnt:notice] [pid 3432:tid 272] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sun Mar 23 22:27:27.802512 2014] [mpm_winnt:notice] [pid 3256:tid 180] AH00364: Child: All worker threads have exited.
[Sun Mar 23 22:27:27.814512 2014] [mpm_winnt:notice] [pid 3432:tid 272] AH00430: Parent: Child process 3256 exited successfully.
[Sun Mar 23 22:27:31.895746 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sun Mar 23 22:27:31.895746 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sun Mar 23 22:27:31.895746 2014] [core:notice] [pid 3972:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sun Mar 23 22:27:31.900746 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00418: Parent: Created child process 3728
[Sun Mar 23 22:27:32.375773 2014] [mpm_winnt:notice] [pid 3728:tid 180] AH00354: Child: Starting 64 worker threads.
[Sun Mar 23 22:28:45.700967 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00424: Parent: Received restart signal -- Restarting the server.
[Sun Mar 23 22:28:45.829975 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sun Mar 23 22:28:45.829975 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sun Mar 23 22:28:45.829975 2014] [core:notice] [pid 3972:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sun Mar 23 22:28:45.829975 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00418: Parent: Created child process 2268
[Sun Mar 23 22:28:46.703025 2014] [mpm_winnt:notice] [pid 2268:tid 180] AH00354: Child: Starting 64 worker threads.
[Sun Mar 23 22:28:47.703082 2014] [mpm_winnt:notice] [pid 3728:tid 180] AH00364: Child: All worker threads have exited.
[Sun Mar 23 22:29:16.609735 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00424: Parent: Received restart signal -- Restarting the server.
[Sun Mar 23 22:29:16.684739 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sun Mar 23 22:29:16.684739 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sun Mar 23 22:29:16.684739 2014] [core:notice] [pid 3972:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sun Mar 23 22:29:16.685740 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00418: Parent: Created child process 3116
[Sun Mar 23 22:29:17.610792 2014] [mpm_winnt:notice] [pid 3116:tid 180] AH00354: Child: Starting 64 worker threads.
[Sun Mar 23 22:29:18.615850 2014] [mpm_winnt:notice] [pid 2268:tid 180] AH00364: Child: All worker threads have exited.
[Sun Mar 23 22:32:35.522112 2014] [mpm_winnt:notice] [pid 3972:tid 284] AH00424: Parent: Received restart signal -- Restarting the server.
AH00526: Syntax error on line 532 of D:/Apache24/conf/httpd.conf:
Invalid command 'php5_module', perhaps misspelled or defined by a module not included in the server configuration
[Sun Mar 23 22:32:37.525227 2014] [mpm_winnt:notice] [pid 3116:tid 180] AH00364: Child: All worker threads have exited.
[Sun Mar 23 22:33:56.135723 2014] [core:warn] [pid 3172:tid 268] AH00098: pid file D:/Apache24/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Mar 23 22:33:56.141723 2014] [mpm_winnt:notice] [pid 3172:tid 268] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sun Mar 23 22:33:56.141723 2014] [mpm_winnt:notice] [pid 3172:tid 268] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sun Mar 23 22:33:56.141723 2014] [core:notice] [pid 3172:tid 268] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sun Mar 23 22:33:56.143724 2014] [mpm_winnt:notice] [pid 3172:tid 268] AH00418: Parent: Created child process 2100
[Sun Mar 23 22:33:56.589749 2014] [mpm_winnt:notice] [pid 2100:tid 180] AH00354: Child: Starting 64 worker threads.
[Sun Mar 23 22:45:14.351515 2014] [mpm_winnt:notice] [pid 3172:tid 268] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sun Mar 23 22:45:16.352629 2014] [mpm_winnt:notice] [pid 2100:tid 180] AH00364: Child: All worker threads have exited.
[Sun Mar 23 22:45:16.365630 2014] [mpm_winnt:notice] [pid 3172:tid 268] AH00430: Parent: Child process 2100 exited successfully.
[Thu Mar 27 22:18:39.970951 2014] [mpm_winnt:notice] [pid 2384:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Thu Mar 27 22:18:40.087958 2014] [mpm_winnt:notice] [pid 2384:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Thu Mar 27 22:18:40.087958 2014] [core:notice] [pid 2384:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Thu Mar 27 22:18:40.102959 2014] [mpm_winnt:notice] [pid 2384:tid 284] AH00418: Parent: Created child process 2832
[Thu Mar 27 22:18:41.009010 2014] [mpm_winnt:notice] [pid 2832:tid 168] AH00354: Child: Starting 64 worker threads.
[Thu Mar 27 22:34:19.615696 2014] [mpm_winnt:notice] [pid 2384:tid 284] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Thu Mar 27 22:34:21.615810 2014] [mpm_winnt:notice] [pid 2832:tid 168] AH00364: Child: All worker threads have exited.
[Thu Mar 27 22:34:21.628811 2014] [mpm_winnt:notice] [pid 2384:tid 284] AH00430: Parent: Child process 2832 exited successfully.
[Thu Mar 27 22:34:22.617867 2014] [mpm_winnt:notice] [pid 3368:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Thu Mar 27 22:34:22.618867 2014] [mpm_winnt:notice] [pid 3368:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Thu Mar 27 22:34:22.619867 2014] [core:notice] [pid 3368:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Thu Mar 27 22:34:22.660870 2014] [mpm_winnt:notice] [pid 3368:tid 284] AH00418: Parent: Created child process 344
[Thu Mar 27 22:34:23.531920 2014] [mpm_winnt:notice] [pid 344:tid 168] AH00354: Child: Starting 64 worker threads.
[Thu Mar 27 22:44:13.188646 2014] [mpm_winnt:notice] [pid 3368:tid 284] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Thu Mar 27 22:44:15.188760 2014] [mpm_winnt:notice] [pid 344:tid 168] AH00364: Child: All worker threads have exited.
[Thu Mar 27 22:44:15.204761 2014] [mpm_winnt:notice] [pid 3368:tid 284] AH00430: Parent: Child process 344 exited successfully.
[Thu Mar 27 23:09:48.370453 2014] [mpm_winnt:notice] [pid 3776:tid 288] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Thu Mar 27 23:09:48.379454 2014] [mpm_winnt:notice] [pid 3776:tid 288] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Thu Mar 27 23:09:48.379454 2014] [core:notice] [pid 3776:tid 288] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Thu Mar 27 23:09:48.414456 2014] [mpm_winnt:notice] [pid 3776:tid 288] AH00418: Parent: Created child process 2208
[Thu Mar 27 23:09:49.284506 2014] [mpm_winnt:notice] [pid 2208:tid 168] AH00354: Child: Starting 64 worker threads.
[Thu Mar 27 23:11:32.059384 2014] [mpm_winnt:notice] [pid 3776:tid 288] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Thu Mar 27 23:11:34.062499 2014] [mpm_winnt:notice] [pid 2208:tid 168] AH00364: Child: All worker threads have exited.
[Thu Mar 27 23:11:34.077500 2014] [mpm_winnt:notice] [pid 3776:tid 288] AH00430: Parent: Child process 2208 exited successfully.
[Sat Mar 29 10:45:16.973598 2014] [mpm_winnt:notice] [pid 2348:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sat Mar 29 10:45:16.974598 2014] [mpm_winnt:notice] [pid 2348:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sat Mar 29 10:45:16.974598 2014] [core:notice] [pid 2348:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sat Mar 29 10:45:16.985599 2014] [mpm_winnt:notice] [pid 2348:tid 284] AH00418: Parent: Created child process 2804
[Sat Mar 29 10:45:17.443625 2014] [mpm_winnt:notice] [pid 2804:tid 168] AH00354: Child: Starting 64 worker threads.
[Sat Mar 29 10:45:28.683268 2014] [mpm_winnt:notice] [pid 2348:tid 284] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Mar 29 10:45:30.684383 2014] [mpm_winnt:notice] [pid 2804:tid 168] AH00364: Child: All worker threads have exited.
[Sat Mar 29 10:45:30.697383 2014] [mpm_winnt:notice] [pid 2348:tid 284] AH00430: Parent: Child process 2804 exited successfully.
[Sat Mar 29 10:45:42.062033 2014] [mpm_winnt:notice] [pid 1764:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sat Mar 29 10:45:42.063033 2014] [mpm_winnt:notice] [pid 1764:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sat Mar 29 10:45:42.063033 2014] [core:notice] [pid 1764:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sat Mar 29 10:45:42.069034 2014] [mpm_winnt:notice] [pid 1764:tid 284] AH00418: Parent: Created child process 2176
[Sat Mar 29 10:45:42.509059 2014] [mpm_winnt:notice] [pid 2176:tid 168] AH00354: Child: Starting 64 worker threads.
[Sat Mar 29 11:05:53.262106 2014] [core:warn] [pid 1060:tid 268] AH00098: pid file D:/Apache24/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Mar 29 11:05:53.277706 2014] [mpm_winnt:notice] [pid 1060:tid 268] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sat Mar 29 11:05:53.277706 2014] [mpm_winnt:notice] [pid 1060:tid 268] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sat Mar 29 11:05:53.277706 2014] [core:notice] [pid 1060:tid 268] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sat Mar 29 11:05:53.324506 2014] [mpm_winnt:notice] [pid 1060:tid 268] AH00418: Parent: Created child process 1232
[Sat Mar 29 11:05:53.948507 2014] [mpm_winnt:notice] [pid 1232:tid 168] AH00354: Child: Starting 64 worker threads.
[Sat Mar 29 12:01:55.729669 2014] [mpm_winnt:notice] [pid 1060:tid 268] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Mar 29 12:01:57.730783 2014] [mpm_winnt:notice] [pid 1232:tid 168] AH00364: Child: All worker threads have exited.
[Sat Mar 29 12:01:57.743784 2014] [mpm_winnt:notice] [pid 1060:tid 268] AH00430: Parent: Child process 1232 exited successfully.
[Sat Mar 29 13:07:09.729653 2014] [mpm_winnt:notice] [pid 2996:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sat Mar 29 13:07:09.731653 2014] [mpm_winnt:notice] [pid 2996:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sat Mar 29 13:07:09.731653 2014] [core:notice] [pid 2996:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sat Mar 29 13:07:09.742654 2014] [mpm_winnt:notice] [pid 2996:tid 284] AH00418: Parent: Created child process 2220
[Sat Mar 29 13:07:10.184679 2014] [mpm_winnt:notice] [pid 2220:tid 168] AH00354: Child: Starting 64 worker threads.
[Sat Mar 29 14:51:06.972403 2014] [mpm_winnt:notice] [pid 2996:tid 284] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Mar 29 14:51:08.972517 2014] [mpm_winnt:notice] [pid 2220:tid 168] AH00364: Child: All worker threads have exited.
[Sat Mar 29 14:51:08.985518 2014] [mpm_winnt:notice] [pid 2996:tid 284] AH00430: Parent: Child process 2220 exited successfully.
[Sat Mar 29 14:51:09.884569 2014] [mpm_winnt:notice] [pid 3256:tid 288] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sat Mar 29 14:51:09.884569 2014] [mpm_winnt:notice] [pid 3256:tid 288] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sat Mar 29 14:51:09.884569 2014] [core:notice] [pid 3256:tid 288] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sat Mar 29 14:51:09.954573 2014] [mpm_winnt:notice] [pid 3256:tid 288] AH00418: Parent: Created child process 2852
[Sat Mar 29 14:51:11.808679 2014] [mpm_winnt:notice] [pid 2852:tid 168] AH00354: Child: Starting 64 worker threads.
[Sat Mar 29 14:52:19.889573 2014] [mpm_winnt:notice] [pid 3256:tid 288] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Mar 29 14:52:21.889688 2014] [mpm_winnt:notice] [pid 2852:tid 168] AH00364: Child: All worker threads have exited.
[Sat Mar 29 14:52:21.906689 2014] [mpm_winnt:notice] [pid 3256:tid 288] AH00430: Parent: Child process 2852 exited successfully.
[Sat Mar 29 14:52:34.417404 2014] [mpm_winnt:notice] [pid 2708:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sat Mar 29 14:52:34.428405 2014] [mpm_winnt:notice] [pid 2708:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sat Mar 29 14:52:34.428405 2014] [core:notice] [pid 2708:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sat Mar 29 14:52:34.455406 2014] [mpm_winnt:notice] [pid 2708:tid 284] AH00418: Parent: Created child process 3684
[Sat Mar 29 14:52:35.450463 2014] [mpm_winnt:notice] [pid 3684:tid 168] AH00354: Child: Starting 64 worker threads.
[Sat Mar 29 17:00:56.327928 2014] [mpm_winnt:notice] [pid 2708:tid 284] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Mar 29 17:00:58.329043 2014] [mpm_winnt:notice] [pid 3684:tid 168] AH00364: Child: All worker threads have exited.
[Sat Mar 29 17:00:58.346044 2014] [mpm_winnt:notice] [pid 2708:tid 284] AH00430: Parent: Child process 3684 exited successfully.
[Sat Mar 29 17:00:59.625117 2014] [mpm_winnt:notice] [pid 2028:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sat Mar 29 17:00:59.626117 2014] [mpm_winnt:notice] [pid 2028:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sat Mar 29 17:00:59.627117 2014] [core:notice] [pid 2028:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sat Mar 29 17:00:59.708122 2014] [mpm_winnt:notice] [pid 2028:tid 284] AH00418: Parent: Created child process 2804
[Sat Mar 29 17:01:00.746181 2014] [mpm_winnt:notice] [pid 2804:tid 168] AH00354: Child: Starting 64 worker threads.
[Sat Mar 29 17:01:08.494624 2014] [mpm_winnt:notice] [pid 2028:tid 284] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Mar 29 17:01:10.495739 2014] [mpm_winnt:notice] [pid 2804:tid 168] AH00364: Child: All worker threads have exited.
[Sat Mar 29 17:01:10.508739 2014] [mpm_winnt:notice] [pid 2028:tid 284] AH00430: Parent: Child process 2804 exited successfully.
[Sat Mar 29 17:02:43.369051 2014] [mpm_winnt:notice] [pid 3984:tid 288] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sat Mar 29 17:02:43.370051 2014] [mpm_winnt:notice] [pid 3984:tid 288] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sat Mar 29 17:02:43.370051 2014] [core:notice] [pid 3984:tid 288] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sat Mar 29 17:02:43.423054 2014] [mpm_winnt:notice] [pid 3984:tid 288] AH00418: Parent: Created child process 3440
[Sat Mar 29 17:02:44.363108 2014] [mpm_winnt:notice] [pid 3440:tid 168] AH00354: Child: Starting 64 worker threads.
[Sat Mar 29 17:05:07.156275 2014] [mpm_winnt:notice] [pid 3984:tid 288] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Mar 29 17:05:09.159389 2014] [mpm_winnt:notice] [pid 3440:tid 168] AH00364: Child: All worker threads have exited.
[Sat Mar 29 17:05:09.174390 2014] [mpm_winnt:notice] [pid 3984:tid 288] AH00430: Parent: Child process 3440 exited successfully.
[Sat Mar 29 17:08:05.307465 2014] [mpm_winnt:notice] [pid 3592:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sat Mar 29 17:08:05.308465 2014] [mpm_winnt:notice] [pid 3592:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sat Mar 29 17:08:05.308465 2014] [core:notice] [pid 3592:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sat Mar 29 17:08:05.363468 2014] [mpm_winnt:notice] [pid 3592:tid 284] AH00418: Parent: Created child process 1440
[Sat Mar 29 17:08:06.282520 2014] [mpm_winnt:notice] [pid 1440:tid 168] AH00354: Child: Starting 64 worker threads.
[Sat Mar 29 17:11:25.066890 2014] [mpm_winnt:notice] [pid 3592:tid 284] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Mar 29 17:11:27.093006 2014] [mpm_winnt:notice] [pid 1440:tid 168] AH00364: Child: All worker threads have exited.
[Sat Mar 29 17:11:27.106007 2014] [mpm_winnt:notice] [pid 3592:tid 284] AH00430: Parent: Child process 1440 exited successfully.
[Sat Mar 29 17:11:28.089063 2014] [mpm_winnt:notice] [pid 3504:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Sat Mar 29 17:11:28.090063 2014] [mpm_winnt:notice] [pid 3504:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sat Mar 29 17:11:28.090063 2014] [core:notice] [pid 3504:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Sat Mar 29 17:11:28.102064 2014] [mpm_winnt:notice] [pid 3504:tid 284] AH00418: Parent: Created child process 3992
[Sat Mar 29 17:11:28.919111 2014] [mpm_winnt:notice] [pid 3992:tid 168] AH00354: Child: Starting 64 worker threads.
[Sat Mar 29 17:11:37.953627 2014] [mpm_winnt:notice] [pid 3504:tid 284] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Mar 29 17:11:39.956742 2014] [mpm_winnt:notice] [pid 3992:tid 168] AH00364: Child: All worker threads have exited.
[Sat Mar 29 17:11:39.968743 2014] [mpm_winnt:notice] [pid 3504:tid 284] AH00430: Parent: Child process 3992 exited successfully.
[Mon Mar 31 22:27:58.662836 2014] [mpm_winnt:notice] [pid 3548:tid 284] AH00455: Apache/2.4.9 (Win64) configured -- resuming normal operations
[Mon Mar 31 22:27:58.673837 2014] [mpm_winnt:notice] [pid 3548:tid 284] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Mon Mar 31 22:27:58.673837 2014] [core:notice] [pid 3548:tid 284] AH00094: Command line: 'D:\\Apache24\\bin\\httpd.exe -d D:/Apache24'
[Mon Mar 31 22:27:58.693838 2014] [mpm_winnt:notice] [pid 3548:tid 284] AH00418: Parent: Created child process 3396
[Mon Mar 31 22:27:59.116862 2014] [mpm_winnt:notice] [pid 3396:tid 168] AH00354: Child: Starting 64 worker threads.
桦仔 | 园豆:62 (初学一级) | 2014-04-02 01:38

@桦仔: 我觉得这个里头好像很正常啊,我也看不出来到底什么地方有毛病

最长的路漫漫 | 园豆:252 (菜鸟二级) | 2014-04-02 09:25

@程序狗: 就是啊,不然我也不会这么惆怅了

桦仔 | 园豆:62 (初学一级) | 2014-04-02 09:57
其他回答(3)
0

系统的问题

小熊QQ糖 | 园豆:152 (初学一级) | 2014-03-28 08:00

报这个错误

Apache24 服务因 函数不正确。 服务特定错误而停止。

日志名称:          System
来源:            Service Control Manager
日期:            2014/3/28 23:15:54
事件 ID:         7024
任务类别:          无
级别:            错误
关键字:           经典
用户:            暂缺
计算机:           HBSW02
描述:
Apache24 服务因 函数不正确。 服务特定错误而停止。

支持(0) 反对(0) 桦仔 | 园豆:62 (初学一级) | 2014-03-28 23:20
0

没那么复杂 

# php5 support
LoadModule php5_module “D:/PHP5/php5apache2_4.dll”
AddType application/x-httpd-php .php .html .htm
# configure thepath to php.ini
PHPIniDir "D:/PHP5"

dlajf | 园豆:202 (菜鸟二级) | 2014-08-10 02:41
1

不知你解决没有呀,就是php版本的问题。。。我的似乎是Apache版本过高,然后PHP版本又太低,,

czhang | 园豆:202 (菜鸟二级) | 2015-02-04 17:26
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册