Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1798118
  • 博文数量: 438
  • 博客积分: 9799
  • 博客等级: 中将
  • 技术积分: 6092
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-25 17:25
文章分类

全部博文(438)

文章存档

2019年(1)

2013年(8)

2012年(429)

分类: 系统运维

2012-06-08 21:21:12

基于名称


    # This first-listed virtual host is also the default for *:80
    ServerName
    ServerAlias example.com
    DocumentRoot /www/domain



    ServerName other.example.com
    DocumentRoot /www/otherdomain


基于IP


    ServerAdmin webmaster@www1.example.com
    DocumentRoot /www/vhosts/www1
    ServerName www1.example.com
    ErrorLog /www/logs/www1/error_log
    CustomLog /www/logs/www1/access_log combined



    ServerAdmin webmaster@www2.example.org
    DocumentRoot /www/vhosts/www2
    ServerName www2.example.org
    ErrorLog /www/logs/www2/error_log
    CustomLog /www/logs/www2/access_log combined
阅读(959) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~