Xampp port 80 already use

前端 未结 3 588
别跟我提以往
别跟我提以往 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:32

    I had same problem.

    1. You change your port 80 to 8080.
    2. Therefore to log localhost, you have to use http://localhost:8080/xampp/ and not http://localhost/xampp/

    Then when you use xampp control panel, sometime you have to face same problem as I was.

    1. Can't go to admin page using admin button in mysql. To get rid of this problem you can do following changes.

    Go to xampp control panel. Using config button open configuration of control pannel. Then click service and port setting and under appache setting you can change your main port 80 to 8080.

提交回复
热议问题