博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
apache 下vhost.conf文件
阅读量:4957 次
发布时间:2019-06-12

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

#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
#
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.
#
# Use name-based virtual hosting.
#
NameVirtualHost *:80
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any block.
#
    ServerAdmin webmaster@dummy-host.localhsot
    DocumentRoot "D:/server/apeche/docs/dummy-host.localhsot"
    ServerName dummy-host.localhsot
    ServerAlias www.dummy-host.localhsot
    ErrorLog "logs/dummy-host.localhsot-error.log"
    CustomLog "logs/dummy-host.localhsot-access.log" common
#   Options None
    ServerAdmin 462166282@qq.com
    DocumentRoot d:\server\web\phpmyadmin
    ServerName phpmyadmin.com
    ErrorLog logs/phpmyadmin.com-error_log
    CustomLog logs/phpmyadmin.com-access_log common
    php_admin_value open_basedir "d:\server\web;c:\windows\temp"
   
#   Options None
    ServerAdmin 462166282@qq.com
    DocumentRoot d:\server\web\zhang
    ServerName zhang.com
    ErrorLog logs/zhang.com-error_log
    CustomLog logs/zhang.com-access_log common
    php_admin_value open_basedir "d:\server\web;c:\windows\temp"
   
     AddType application/x-httpd-php .htm .html
 
    ServerAdmin 462166282@qq.com
    DocumentRoot d:\server\web\yan
    ServerName yan.com
    ErrorLog logs/yan.com-error_log
    CustomLog logs/yan.com-access_log common
    php_admin_value open_basedir "d:\server\web;c:\windows\temp"
   
#   Options None
    ServerAdmin 462166282@qq.com
    DocumentRoot d:\server\web\chong
    Options Indexes FollowSymLinks Includes
    ServerName chong.com
    ErrorLog logs/chong.com-error_log
    CustomLog logs/chong.com-access_log common
    php_admin_value open_basedir "d:\server\web;c:\windows\temp"
   
#   Options None
    ServerAdmin 462166282@qq.com
    DocumentRoot d:\server\web\gongsi
    ServerName gongsi.com
    ErrorLog logs/gongsi.com-error_log
    CustomLog logs/gongsi.com-access_log common
    php_admin_value open_basedir "d:\server\web;c:\windows\temp"
   
#   Options None
    ServerAdmin 462166282@qq.com
    DocumentRoot d:\server\web\feelphp
    ServerName feelphp.com
    ErrorLog logs/feelphp.com-error_log
    CustomLog logs/feelphp.com-access_log common
    php_admin_value open_basedir "d:\server\web;c:\windows\temp"
   
#   Options None
    ServerAdmin 462166282@qq.com
    DocumentRoot d:\server\web\shangchuan
    ServerName shangchuan.com
    ErrorLog logs/shangchuan.com-error_log
    CustomLog logs/shangchuan.com-access_log common
    php_admin_value open_basedir "d:\server\web;c:\windows\temp"
   
#   Options None
    ServerAdmin 462166282@qq.com
    DocumentRoot d:\server\web\db
    ServerName db.com
    ErrorLog logs/db.com-error_log
    CustomLog logs/db.com-access_log common
    php_admin_value open_basedir "d:\server\web;c:\windows\temp"
   
#   Options None
    ServerAdmin 462166282@qq.com
    DocumentRoot d:\server\web\daliandb
    ServerName daliandb.com
    ErrorLog logs/daliandb.com-error_log
    CustomLog logs/daliandb.com-access_log common
    php_admin_value open_basedir "d:\server\web;c:\windows\temp"
   
#   Options None
    ServerAdmin 462166282@qq.com
    DocumentRoot d:\server\web\renhe
    ServerName renhe.com
    ErrorLog logs/renhe.com-error_log
  

转载于:https://www.cnblogs.com/zhangyanchong/p/5134037.html

你可能感兴趣的文章
mariadb BINLOG_FORMAT = STATEMENT 异常
查看>>
C3P0 WARN: Establishing SSL connection without server's identity verification is not recommended
查看>>
iPhone在日本最牛,在中国输得最慘
查看>>
动态方法决议 和 消息转发
查看>>
WPF自定义搜索框代码分享
查看>>
js 基础拓展
查看>>
C#生成随机数
查看>>
iOS CoreData介绍和使用(以及一些注意事项)
查看>>
Android应用程序与SurfaceFlinger服务的连接过程分析
查看>>
Java回顾之多线程
查看>>
sqlite
查看>>
机电行业如何进行信息化建设
查看>>
9、总线
查看>>
Git 笔记 - section 1
查看>>
HDU6409 没有兄弟的舞会
查看>>
2018 Multi-University Training Contest 10 - TeaTree
查看>>
2018 Multi-University Training Contest 10 - Count
查看>>
HDU6203 ping ping ping
查看>>
《人人都是产品经理》书籍目录
查看>>
如何在git bash中运行mysql
查看>>