error running apache after xampp install

后端 未结 6 1906
难免孤独
难免孤独 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:18

    I got the same error when xampp was installed on windows 10.

    www.example.com:443:0 server certificate does NOT include an ID which matches the server name

    So I opened httpd-ssl.conf file in xampp folder and changed the following line

    ServerName www.example.com:443
    

    To

    ServerName localhost
    

    And the problem was fixed.

提交回复
热议问题