久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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. 站長資訊網
      最全最豐富的資訊網站

      centos如何發(fā)布靜態(tài)網站

      centos如何發(fā)布靜態(tài)網站

      centos如何發(fā)布靜態(tài)網站?

      1、安裝Apache服務

      # yum  install  -y  httpd #systemctl  start  httpd.service /etc/httpd/conf:該目錄存放Apache服務器的配置文件 /var/www/html:該目錄是Apache服務器的默認站點根目錄 /etc/httpd/logs:Apache服務器的日志文件目錄

      2、測試Apache是否安裝成功

      在瀏覽器的地址欄輸入:localhost進行測試

      3、將網站代碼exam復制到/var/www/html/目錄下,并修改配置文件:

      Vim/etc/httpd/conf/httpd.conf

      修改:DocumentRoot "/var/www/html/"為DocumentRoot "/var/www/html/exam"

      【修改完配置文件后必須要重啟服務:systemctl restart httpd

      輸入地址就可以直接訪問了

      相關參考:centOS教程


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