国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 兰州市| 阜新市| 贵德县| 海阳市| 墨玉县| 澳门| 永兴县| 汉阴县| 定陶县| 德州市| 双城市| 崇左市| 青铜峡市| 施甸县| 建湖县| 龙江县| 竹北市| 长子县| 香河县| 彰化市| 韶山市| 崇仁县| 寿阳县| 垦利县| 巴马| 肥城市| 珲春市| 彩票| 松阳县| 乐至县| 西畴县| 敦煌市| 收藏| 峨眉山市| 城固县| 莒南县| 孝感市| 临漳县| 临颍县| 当雄县| 渝北区|