error running apache after xampp install

后端 未结 6 1884
难免孤独
难免孤独 2020-12-05 23:50

I installed xampp on win7 and get this error when starting apache. I unchecked skype and nothing changes. How do I find what is using port 80? How do I fix this please. I do

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-06 00:09

    I had the same problem, I solved changing the ports.

    -> Clicked button Config front of Apache.
    1) Select Apache (httpd.conf)
    2) searched for this line: Listen 80
    3) changed for this: Listen 8081
    4) saved file
    -> Click Config button front of Apache.
    1) Select Apache (httpd-ssl.conf)
    2) searched for this line: Listen 443
    3) changed for this: Listen 444
    4) saved file
    I can run xammp from port 8081
    http://localhost:8081/
    You have to give port number you gave to enter the localhost
    Hope this helps you to understand what is happening.

提交回复
热议问题