最近我卸载了 IIS 并切换到Easy PHP(基于 WAMP)。安装后,当我尝试打开管理时出现此屏幕。
我正在使用卡巴斯基安全软件,所以我想,也许它会阻止某些端口或文件活动。我将整个 Easyphp 文件夹、Apache、Easy Php 执行文件添加到受信任的应用程序列表中
没有成功!同样的画面再次出现。
然后我试图关闭卡巴斯基。这是结果:
EasyPHP 没有显示任何问题;表示一切顺利
这是Apache日志:
[Sun Oct 28 04:05:41.216924 2012] [mpm_winnt:notice] [pid 5736:tid 596] AH00455: Apache/2.4.2 (Win32) PHP/5.4.6 configured -- resuming normal operations
[Sun Oct 28 04:05:41.217924 2012] [mpm_winnt:notice] [pid 5736:tid 596] AH00456: Server built: Apr 20 2012 19:24:55
[Sun Oct 28 04:05:41.217924 2012] [core:notice] [pid 5736:tid 596] AH00094: Command line: 'C:\\PROGRA~2\\EASYPH~1.1\\Apache\\bin\\apache.exe -d C:/Program Files (x86)/EasyPHP-12.1/apache'
[Sun Oct 28 04:05:41.308985 2012] [mpm_winnt:notice] [pid 5736:tid 596] AH00418: Parent: Created child process 9188
[Sun Oct 28 04:05:46.196728 2012] [mpm_winnt:notice] [pid 9188:tid 664] AH00354: Child: Starting 64 worker threads.
还检查是否有应用程序使用netstat -a
命令侦听端口 8080。没有应用程序监听端口 8080。
我错过了什么?