Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/unity3d/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache在XAMPP(Windows 7)上启动后意外关闭_Apache_Webserver_Xampp_Windows 7 X64 - Fatal编程技术网

Apache在XAMPP(Windows 7)上启动后意外关闭

Apache在XAMPP(Windows 7)上启动后意外关闭,apache,webserver,xampp,windows-7-x64,Apache,Webserver,Xampp,Windows 7 X64,请注意,我是个新手,如果这只是一个愚蠢的错误,请容忍我 我的Win7笔记本电脑上有XAMPP,没有IIS,没有额外的MySQL内容。但是,每当我为apache模块单击start时,就会出现这种情况 18:18:01 [Apache] Problem detected! 18:18:01 [Apache] Port 80 in use by "Unable to open process" with PID 4! 18:18:01 [Apache] Apache WILL NOT st

请注意,我是个新手,如果这只是一个愚蠢的错误,请容忍我

我的Win7笔记本电脑上有XAMPP,没有IIS,没有额外的MySQL内容。但是,每当我为apache模块单击start时,就会出现这种情况

18:18:01  [Apache]  Problem detected!
18:18:01  [Apache]  Port 80 in use by "Unable to open process" with PID 4!
18:18:01  [Apache]  Apache WILL NOT start without the configured ports free!
18:18:01  [Apache]  You need to uninstall/disable/reconfigure the blocking application
18:18:01  [Apache]  or reconfigure Apache and the Control Panel to listen on a different port
18:18:01  [Apache]  Attempting to start Apache app...
18:18:02  [Apache]  Status change detected: running
18:18:02  [Apache]  Status change detected: stopped
18:18:02  [Apache]  Error: Apache shutdown unexpectedly.
18:18:02  [Apache]  This may be due to a blocked port, missing dependencies, 
18:18:02  [Apache]  improper privileges, a crash, or a shutdown by another method.
18:18:02  [Apache]  Press the Logs button to view error logs and check
18:18:02  [Apache]  the Windows Event Viewer for more clues
18:18:02  [Apache]  If you need more help, copy and post this
18:18:02  [Apache]  entire log window on the forums
Skype和VMWare已断开连接,错误日志或Windows事件查看器中没有任何内容,据我所知,端口80是免费的

任何建议都是非常受欢迎的

非常感谢


编辑:谢谢你的回答。事实证明,微软WebMatrix发布的Web部署服务是罪魁祸首。非常感谢

从错误日志中可以明显看出端口80已打开

Open a CMD prompt and type in command: net stop was /y

Run Dialog Box (press keys Win+R) .. then type: services.msc
然后我向下滚动到:World Wide Web Publishing Service双击它并单击STOP(如果此服务状态为Started)

链接参考:

Start Apache again with XAMPP :)