2012-10-28 132 views
0

最近我卸載IIS並切換到Easy PHP(基於WAMP)。安裝後,當我嘗試打開管理得到這個屏幕。奇怪的網絡服務器問題

enter image description here

我使用的卡巴斯基互聯網安全套裝,所以我想,也許它會阻止某些端口或文件活動。我加了整個的EasyPHP文件夾,Apache的,易於執行的PHP文件到受信任的應用程序列表

enter image description here enter image description here

沒有成功!同樣的屏幕再次出現。

然後我試圖關閉卡巴斯基。下面是結果:

enter image description here

的EasyPHP沒有表現出任何的問題;它表示一切順利

enter image description here

下面是Apache日誌:如果有應用程序,監聽端口8080 netstat -a命令

[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. 

還檢查。沒有應用程序監聽端口8080.

我錯過了什麼?

回答

0

至於我看到的問題的故障排除會包括幾個共同步驟:

  • 你只有127.0.0.1:8080到目前爲止已經試過。你有沒有試過localhost:8080?這是值得嘗試,因爲它可能工作,這種行爲將表明一個網絡設置問題。

  • 除了您提到的事件之外,您是否記錄過任何事件?如果沒有記錄訪問/操作或錯誤事件,這可能表明請求甚至沒有到達服務器,並且應該再次檢查網絡配置。