Apache 虚拟主机配置案例

简介:
NameVirtualHost *:80
<VirtualHost *:80>
     ServerAdmin admin@ free .com
     DocumentRoot  "/usr/local/apache/htdocs"
     ServerName www. free .com
     ErrorLog  "logs/www.free.com.error.log"
     CustomLog  "logs/www.free.com.access.log"  combined
     <Directory  "/usr/local/apache/docs" >
         Options Indexes FollowSymLinks
         DirectoryIndex index.html index.php index.htm
         AllowOverride None
         Order allow,deny
         Allow from all
     < /Directory >
< /VirtualHost >
<VirtualHost *:80>
     ServerAdmin admin@ free .com
     DocumentRoot  "/data/html/wordpress"
     ServerName blog. free .com
#ServerAlias blog1.free.com
     ErrorLog  "logs/blog.free.com.error.log"
     CustomLog  "logs/blog.free.com.access.log"  combined
     <Directory  "/data/html/wordpress" >
         Options Indexes FollowSymLinks
         DirectoryIndex index.html index.php index.htm
         AllowOverride None
         Order allow,deny
         Allow from all
     < /Directory >
< /VirtualHost >


本文转自 dengaosky 51CTO博客,原文链接:http://blog.51cto.com/dengaosky/1855311,如需转载请自行联系原作者
相关文章
|
1月前
|
Linux 网络安全 Apache
CentOS 7.2配置Apache服务httpd(上)
CentOS 7.2配置Apache服务httpd(上)
189 1
|
5天前
|
监控 Cloud Native BI
8+ 典型分析场景,25+ 标杆案例,Apache Doris 和 SelectDB 精选案例集(2024版)电子版上线
飞轮科技正式推出 Apache Doris 和 SelectDB 精选案例集 ——《走向现代化的数据仓库(2024 版)》,汇聚了来自各行各业的成功案例与实践经验。该书以行业为划分标准,辅以使用场景标签,旨在为读者提供一个高度整合、全面涵盖、分类清晰且易于查阅的学习资源库。
|
28天前
|
SQL 分布式计算 NoSQL
大数据-164 Apache Kylin Cube优化 案例1 定义衍生维度与对比 超详细
大数据-164 Apache Kylin Cube优化 案例1 定义衍生维度与对比 超详细
22 1
大数据-164 Apache Kylin Cube优化 案例1 定义衍生维度与对比 超详细
|
29天前
|
存储 分布式计算 druid
大数据-152 Apache Druid 集群模式 配置启动【下篇】 超详细!(一)
大数据-152 Apache Druid 集群模式 配置启动【下篇】 超详细!(一)
37 1
大数据-152 Apache Druid 集群模式 配置启动【下篇】 超详细!(一)
|
26天前
|
缓存 前端开发 应用服务中间件
CORS跨域+Nginx配置、Apache配置
CORS跨域+Nginx配置、Apache配置
104 7
|
29天前
|
消息中间件 存储 druid
大数据-156 Apache Druid 案例实战 Scala Kafka 订单统计
大数据-156 Apache Druid 案例实战 Scala Kafka 订单统计
36 3
|
28天前
|
存储 大数据 分布式数据库
大数据-165 Apache Kylin Cube优化 案例 2 定义衍生维度及对比 & 聚合组 & RowKeys
大数据-165 Apache Kylin Cube优化 案例 2 定义衍生维度及对比 & 聚合组 & RowKeys
30 1
|
29天前
|
消息中间件 druid 大数据
大数据-153 Apache Druid 案例 从 Kafka 中加载数据并分析(二)
大数据-153 Apache Druid 案例 从 Kafka 中加载数据并分析(二)
29 2
|
29天前
|
消息中间件 分布式计算 druid
大数据-152 Apache Druid 集群模式 配置启动【下篇】 超详细!(二)
大数据-152 Apache Druid 集群模式 配置启动【下篇】 超详细!(二)
39 2
|
29天前
|
消息中间件 分布式计算 druid
大数据-153 Apache Druid 案例 从 Kafka 中加载数据并分析(一)
大数据-153 Apache Druid 案例 从 Kafka 中加载数据并分析(一)
49 1

推荐镜像

更多