国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > Linux > 正文

Ubuntu下Apache2多站點配置實例講解

2024-08-28 00:22:14
字體:
供稿:網(wǎng)友

安裝完畢apache后,不需要修改任何配置文件,包括 httpd.conf 、 httpd.conf 和 apache2.conf 配置文件。  

more /etc/apache2/sites-available/site1.xxxx.com
代碼:
<VirtualHost *>
         ServerAdmin webmaster@localhost
         ServerName site1.xxxx.com
         CustomLog   /var/log/apache2/site1.xxxx.com-access.log combined
         DocumentRoot /var/www/site1/
         <Directory /var/www/site1/>
                 Options Indexes FollowSymLinks MultiViews
                 AllowOverride all
                 Order allow,deny
                 allow from all
         </Directory>
</VirtualHost>


more /etc/apache2/sites-available/site2.xxxx.com
代碼:
<VirtualHost *>
         ServerAdmin webmaster@localhost
         ServerName site2.xxxx.com
         ServerAlias site2.yyyy.com
         CustomLog   /var/log/apache2/site2.xxxx.com-access.log combined
         DocumentRoot /web/site2
         <Directory /web/site2>
                 Options Indexes
                 AllowOverride None
                 Order allow,deny
                 allow from all
         </Directory>
</VirtualHost>


創(chuàng)建完畢后,直接
sudo ln -s /etc/apache2/sites-available/site1.xxxx.com /etc/apache2/sites-enabled/site1.xxxx.com
sudo ln -s /etc/apache2/sites-available/site2.xxxx.com /etc/apache2/sites-enabled/site2.xxxx.com

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 五指山市| 桃园县| 岳阳县| 嵊州市| 大厂| 武陟县| 金坛市| 松潘县| 克山县| 东至县| 定兴县| 汉阴县| 岚皋县| 永春县| 蓝山县| 察隅县| 霍城县| 巴林左旗| 宁乡县| 吉隆县| 茶陵县| 新竹县| 寿光市| 东莞市| 巫山县| 陕西省| 新建县| 额济纳旗| 嘉祥县| 兴隆县| 绍兴县| 丹巴县| 阳西县| 苏尼特右旗| 滦平县| 临猗县| 富民县| 上高县| 马龙县| 米林县| 长子县|