博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
apache-virtual host
阅读量:5361 次
发布时间:2019-06-15

本文共 1498 字,大约阅读时间需要 4 分钟。

NameVirtualHost xxx.xxx.xxx.xxx:80

<VirtualHost xxx.xxx.xxx.xxx:80>
        ServerName xxx.xxx.xxx.xxx
        DocumentRoot D:/WWW
</VirtualHost>
<VirtualHost xxx.xxx.xxx.xxx:80>
        ServerName baidu.com
        DocumentRoot D:/wwwroot/baidu.com
        <Directory "/apple">
                Options Indexes FollowSymLinks
                AllowOverride None
                Order allow,deny
                Allow from all
        </Directory>
</VirtualHost>
<VirtualHost xxx.xxx.xxx.xxx:80>
        ServerName www.baidu.com
        DocumentRoot D:/wwwroot/baidu.com
        <Directory "/apple">
                Options Indexes FollowSymLinks
                AllowOverride None
                Order allow,deny
                Allow from all
        </Directory>
</VirtualHost>
<VirtualHost xxx.xxx.xxx.xxx:80>
        ServerName google.com
        DocumentRoot D:/wwwroot/google.com
        <Directory "/site">
                Options Indexes FollowSymLinks
                AllowOverride None
                Order allow,deny
                Allow from all
        </Directory>
</VirtualHost>
<VirtualHost xxx.xxx.xxx.xxx:80>
        ServerName www.google.com
        DocumentRoot D:/wwwroot/google.com
        <Directory "/site">
                Options Indexes FollowSymLinks
                AllowOverride None
                Order allow,deny
                Allow from all
        </Directory>
</VirtualHost>
<VirtualHost xxx.xxx.xxx.xxx:80>
        ServerName qq.com
        DocumentRoot D:/wwwroot/qq.com
        <Directory "/weixin">
                Options Indexes FollowSymLinks
                AllowOverride None
                Order allow,deny
                Allow from all
        </Directory>
</VirtualHost>
<VirtualHost xxx.xxx.xxx.xxx:80>
        ServerName www.qq.com
        DocumentRoot D:/wwwroot/qq.com
        <Directory "/furuite">
                Options Indexes FollowSymLinks
                AllowOverride None
                Order allow,deny
                Allow from all
        </Directory>
</VirtualHost>

转载于:https://www.cnblogs.com/magics/p/4642081.html

你可能感兴趣的文章
查看数据库各表的信息
查看>>
第一阶段测试题
查看>>
第二轮冲刺第五天
查看>>
图片压缩
查看>>
Hadoop-2.6.5安装
查看>>
教你如何一步步将项目部署到Github
查看>>
关于Android圆形图片的一种优化方案(可以显示网络图片)
查看>>
Windows路由表详解
查看>>
.NET性能优化方面的总结
查看>>
Windows下文件夹扩展名
查看>>
今天早上6:00起来,每天晚上回来6点多已经天黑
查看>>
debian开启cgroup memory子系统
查看>>
信息收集
查看>>
SQL Server 中使用Convert来取得datetime数据类型样式(全)
查看>>
Python中list的拷贝问题
查看>>
Java学习第二周学习笔记
查看>>
SQL基本语句
查看>>
linux-Centos7安装python3并与python2共存
查看>>
redis 安装 yum install gcc tcl
查看>>
序时薄二次开发(新增按钮)
查看>>