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

      Apache服務(wù)器之基于IP的虛擬主機(jī)

      1 安裝

      yum install -y httpd

      2 配置網(wǎng)卡

      ifconfig ens33 192.168.43.182

      ifconfig ens33:2 192.168.43.192

      ifconfig ens33:3 192.168.43.202

       

      網(wǎng)絡(luò)設(shè)置

      3 配置網(wǎng)頁(yè)

      mkdir -p /home/www

      cd /home/www

      mkdir html{1,2,3}

      echo "192.168.43.182" >html1/index.html

      echo "192.168.43.192" >html2/index.html

      echo "192.168.43.202" >html3/index.html

      網(wǎng)頁(yè)配置

      4 主配置文件

      vim /etc/httpd/conf/httpd.conf

      vim /etc/httpd/conf/httpd.conf

      5 啟動(dòng)與測(cè)試

      systemctl start httpd

      測(cè)試1

      192.168.43.182

      測(cè)試2

      192.168.43.192

      測(cè)試3

      192.168.43.202

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