48)Address already in use: AH00072: make_sock: could not bind to address [::]:80

后端 未结 5 1314
时光取名叫无心
时光取名叫无心 2021-02-04 06:43

I get a apache error when I try access to anything folder or file, it returns Http Not found or Forbidden I am trying restart and start apache

5条回答
  •  失恋的感觉
    2021-02-04 07:31

    This one helped me:

    Please edit httpd.conf file.

    /usr/local/etc/httpd/httpd.conf
    

    And replace

    Listen 80
    

    with

    Listen 127.0.0.1:80
    

    Restart apache

    sudo apachectl -k restart
    

提交回复
热议问题