dousheyan0375 2015-02-06 15:39
浏览 42

在httpd.config中进行了哪些更改,以便可以从不同的网络访问PHP文件

What changes are to made in httd.config file so that the PHP files can be accessed from different networks in xampp?

  • 写回答

1条回答 默认 最新

  • dongwei3172 2015-02-07 09:23
    关注

    You should made the update like this
    listen *:80
    and restart your Apache server

    评论

报告相同问题?