久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      php怎么修改80端口

      php修改80端口的方法:首先找到apache安裝目錄;然后打開httpd.conf文件;最后將Listen 80后面的80改為需要的端口即可。

      php怎么修改80端口

      本文操作環(huán)境:windows7系統(tǒng)、PHP7.1版,DELL G3電腦

      php怎么修改80端口?

      找到apache 安裝目錄

      apacheconfhttpd.conf   //httpd.conf 是個文件,不是文件夾

      可以用記事本打開,或者用editplus 等編輯器打開

      在文件中搜索,Listen // 注意,是前面沒用 "#" 號的那個,有#號的為注釋代碼

      # Change this to Listen on specific IP addresses as shown below to  # prevent Apache from glomming onto all bound IP addresses. # #Listen 12.34.56.78:80 Listen 80

      可以將 Listen 80 后面的 80 改為你需要的端口即可。

      然后訪問的時候在瀏覽器中輸入 http:/localhost:端口號

      推薦學習:《PHP視頻教程》

      贊(0)
      分享到: 更多 (0)
      ?
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號