How to change XAMPP apache server port?

前端 未结 6 1958
慢半拍i
慢半拍i 2020-11-22 06:21

This is my Apache httpd.conf settings :

Listen 8012
ServerName localhost:8012

Every time I start Apache via XAMPP I see this m

6条回答
  •  花落未央
    2020-11-22 06:46

    I had problem too. I switced Port but couldn't start on 8012.

    Skype was involved becouse it had the same port - 80. And it couldn't let apache change it's port.

    So just restart computer and Before turning on any other programs Open xampp first change port let's say from 80 to 8000 or 8012 on these lines in httpd.conf

    Listen 80
    ServerName localhost:80
    

    Restart xampp, Start apache, check localhost.

提交回复
热议问题