简体   繁体   English

使用xampp时无法打开Apache服务器

[英]Cant Opening Apache Server while using xampp

While opening Apache server ON XAMPP problem is coming that it was not properly shut down 打开Apache服务器ON XAMPP问题即将到来,它没有正确关闭

I am hereby attaching the error 我特此附上错误

Problem detected!
3:47:51 PM  [Apache]    Port 8080 in use by "Unable to get info" with PID 6572!
3:47:51 PM  [Apache]    Apache WILL NOT start without the configured ports free!
3:47:51 PM  [Apache]    You need to uninstall/disable/reconfigure the blocking application
3:47:51 PM  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port
3:47:51 PM  [Apache]    Problem detected!
3:47:51 PM  [Apache]    Port 443 in use by ""C:\Program Files (x86)\VMware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 2808!
3:47:51 PM  [Apache]    Apache WILL NOT start without the configured ports free!
3:47:51 PM  [Apache]    You need to uninstall/disable/reconfigure the blocking application
3:47:51 PM  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port
3:47:51 PM  [Apache]    Attempting to start Apache app...
3:47:51 PM  [Apache]    Status change detected: running
3:47:52 PM  [Apache]    Status change detected: stopped
3:47:52 PM  [Apache]    Error: Apache shutdown unexpectedly.
3:47:52 PM  [Apache]    This may be due to a blocked port, missing dependencies, 
3:47:52 PM  [Apache]    improper privileges, a crash, or a shutdown by another method.
3:47:52 PM  [Apache]    Press the Logs button to view error logs and check
3:47:52 PM  [Apache]    the Windows Event Viewer for more clues
3:47:52 PM  [Apache]    If you need more help, copy and post this
3:47:52 PM  [Apache]    entire log window on the forums

Please Help!!! 请帮忙!!!

You have 2 applications that are blocking your ports, 443 and 8080. 443 is occupied by vmware which you can probalby change to something else. 你有两个阻止你的端口的应用程序,443和8080. 443被vmware占用,你可以通过改变其他东西来实现。 8080 is used by unknown application. 8080由未知应用程序使用。 You can change both ports on xampp configuration if you don't want to hunt which process used which port. 如果您不想查找哪个进程使用哪个端口,则可以在xampp配置上更改这两个端口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM