新近装了win2000ser+apache2.0.55+php4.3.11+zend2.6,安装了apache和php4按照网上的配置都是正常,一般的php页面也都能够打开,但是因为下载的论坛需要按装zend 加速,因此安装了zend2.6,可是安装上去以需要用zend进行编译的页面就打不开了,但是打开phpinfo的页面显示zend 安装也是好的,都加载上去了,但是就是找不到原因,后来仔细找了下apache的log,发现在error。log里面每次只要打开上述页面,都会有如下的log:
'uptime' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
[Wed Dec 28 16:24:57 2005] [notice] Parent: child process exited with status 3221225725 -- Restarting.
[Wed Dec 28 16:24:57 2005] [notice] Apache/2.0.55 (Win32) PHP/4.3.11 configured -- resuming normal operations
[Wed Dec 28 16:24:57 2005] [notice] Server built: Oct 9 2005 19:16:56
[Wed Dec 28 16:24:57 2005] [notice] Parent: Created child process 3776
[Wed Dec 28 16:24:57 2005] [notice] Child 3776: Child process is running
[Wed Dec 28 16:24:57 2005] [notice] Child 3776: Acquired the start mutex.
[Wed Dec 28 16:24:57 2005] [notice] Child 3776: Starting 250 worker threads.
看起来好像是将apache关闭然后又重新装载了,不知道有没有人遇到这样的问题,麻烦给小弟解答一下!~~~~
请高手帮帮忙看看我的php装了zend optimizar的问题