- 论坛徽章:
- 0
|
操作步骤:
1.下载安装 Apache Server 5.0.29,服务启动正常
2.下载php-5.2.1-Win32.zip,解压后,
2.1. 把php.ini-dist改名为php.ini放到c:/windows下
2.2. 把php5ts.dll放到c:/windows/system下
2.3. 把php5apache2.dll放到c:/php下
3.修改apache目录下的httpd.conf,
增加
LoadMoudle php5_moudle "C:/php/php5apache2.dll"
和
AddType application/x-httpd-php .php .phtml .html
AddType application/x-httpd-php-source .phps
问题:在服务监视器中apache无法启动,弹出窗口:
The requested operation has failed!
以下是apache中logs/error.log
[Sun Mar 18 10:09:23 2007] [notice] Apache/2.0.59 (Win32) configured -- resuming normal operations
[Sun Mar 18 10:09:23 2007] [notice] Server built: Jul 27 2006 15:55:03
[Sun Mar 18 10:09:23 2007] [notice] Parent: Created child process 3688
[Sun Mar 18 10:09:23 2007] [notice] Child 3688: Child process is running
[Sun Mar 18 10:09:23 2007] [notice] Child 3688: Acquired the start mutex.
[Sun Mar 18 10:09:23 2007] [notice] Child 3688: Starting 250 worker threads.
[Sun Mar 18 10:14:35 2007] [error] [client 192.168.1.100] File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/favicon.ico
[Sun Mar 18 10:34:17 2007] [notice] Parent: Received restart signal -- Restarting the server.
[Sun Mar 18 10:34:17 2007] [notice] Child 3688: Exit event signaled. Child process is ending.
[Sun Mar 18 10:34:18 2007] [warn] (OS 995)由于线程退出或应用程序请求,已放弃 I/O 操作。 : winnt_accept: Asynchronous AcceptEx failed.
[Sun Mar 18 10:34:18 2007] [notice] Child 3688: Released the start mutex
[Sun Mar 18 10:34:19 2007] [notice] Child 3688: Waiting for 250 worker threads to exit.
[Sun Mar 18 10:34:19 2007] [notice] Child 3688: All worker threads have exited.
[Sun Mar 18 10:34:19 2007] [notice] Child 3688: Child process is exiting
[Sun Mar 18 10:39:12 2007] [notice] Apache/2.0.59 (Win32) configured -- resuming normal operations
[Sun Mar 18 10:39:12 2007] [notice] Server built: Jul 27 2006 15:55:03
[Sun Mar 18 10:39:12 2007] [notice] Parent: Created child process 2720
[Sun Mar 18 10:39:12 2007] [notice] Child 2720: Child process is running
[Sun Mar 18 10:39:12 2007] [notice] Child 2720: Acquired the start mutex.
[Sun Mar 18 10:39:12 2007] [notice] Child 2720: Starting 250 worker threads.
[Sun Mar 18 10:57:14 2007] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Mar 18 10:57:14 2007] [notice] Child 2720: Exit event signaled. Child process is ending.
[Sun Mar 18 10:57:16 2007] [notice] Child 2720: Released the start mutex
[Sun Mar 18 10:57:17 2007] [notice] Child 2720: Waiting for 250 worker threads to exit.
[Sun Mar 18 10:57:17 2007] [notice] Child 2720: All worker threads have exited.
[Sun Mar 18 10:57:17 2007] [notice] Child 2720: Child process is exiting
[Sun Mar 18 10:57:17 2007] [notice] Parent: Child process exited successfully.
请各位高手指点,谢谢。 |
|