Xampp port 80 already use

前端 未结 3 589
别跟我提以往
别跟我提以往 2020-12-12 08:13

I have installed XAMPP on my pc and I change all port from \'443\' to \'4433\' and \'80\' to \'8080\' but when I start Apache it say me that port \'80\' is already use but A

3条回答
  •  臣服心动
    2020-12-12 08:35

    Please try with the port number http://localhost:8080 it seems like you have changed the port from here C:\xampp\apache\conf\httpd.conf

    Listen 12.34.56.78:80 to 8080

    Listen 80 to 8080 Alternative if want to use port 80 then If the skype is open try to change the port from the select options(80/443).Sometimes this is the problem.IIS server if running it might use the same port You can use some tools to kill the process for example, currports, TCPview etc.Hope it helps to solve your problem.

提交回复
热议问题