随笔-295  评论-26  文章-1  trackbacks-0

#
# 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
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# 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.
#
#
# 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 <VirtualHost> block.
#
NameVirtualHost 211.152.56.216:80
<VirtualHost bbs.justong.cn:80>
  #  ServerAdmin webmaster@dummy-host2.bbs.justong.cn
    DocumentRoot "D:/Apache2.2/htdocs"
    ServerName bbs.xx.cn
     ServerAlias bbs.xxx.cn
    ErrorLog "logs/error.log"
 #   CustomLog "logs/dummy-host2.bbs.justong.cn-access.log" common
</VirtualHost>
<Directory "E:/217_bakcup_0303/apache-tomcat-5.5.20/webapps/phpcms">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Order allow,deny
    Allow from all

</Directory>
<Directory "E:/217_bakcup_0303/apache-tomcat-5.5.20/webapps/bbb">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Order allow,deny
    Allow from all

</Directory>

<VirtualHost www.2dgame.cn:80>
  #  ServerAdmin webmaster@dummy-host2.bbs.justong.cn
    DocumentRoot "E:/217_bakcup_0303/apache-tomcat-5.5.20/webapps/phpcms"
    ServerName www.ddddd.cn
     ServerAlias 2dgame.cn
    ErrorLog "E:/217_bakcup_0303/apache-tomcat-5.5.20/webapps/error.log"
 #   CustomLog "logs/dummy-host2.bbs.justong.cn-access.log" common
</VirtualHost>
<VirtualHost www.yqxiaoshuo.cn:80
    DocumentRoot "E:/217_bakcup_0303/apache-tomcat-5.5.20/webapps/bbb"
    ServerName www.yqxiaoshuo.cn
     ServerAlias yqxiaoshuo.cn
    ErrorLog "E:/217_bakcup_0303/apache-tomcat-5.5.20/webapps/error.log"

</VirtualHost>



大盘预测 国富论
posted on 2008-09-16 17:16 华梦行 阅读(482) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: