apache输入localhost无法正常显示it works 是怎么回事

日期:2010-09-10 00:02:53 人气:1

apache输入localhost无法正常显示it works 是怎么回事

因为你设置的端口不是默认的80端口,而是自定义的81端口,所以打开127.0.0.1或者localhost时,要在后面加上端口号。也就是:http://127.0.0.1:81/ 或者http://localhost:81/
    A+
热门评论