#
# 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.
#

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 <VirtualHost> block.
#


#ID: vsclass1
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName https-founder3.ciic.china-online.com.cn
    DocumentRoot "/export/home1/none"
</VirtualHost>

#ID: xiaofang-119
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.119.cn
    ServerAlias www1.119.cn
    DocumentRoot "/export/home1/founder/firechina"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/119_access" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/119_access.%Y%m%d0000 86400" common
</VirtualHost>

#ID: docs1
<VirtualHost *:80>
#   ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.saac.gov.cn
    ServerAlias saac.gov.cn
    DocumentRoot "/export/home1/founder/saac"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_saac" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_saac.%Y%m%d0000 86400" common
</VirtualHost>

#ID: docs2
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.humanrights.gov.cn
    ServerAlias www.humanrights.com.cn www.hr-china.org
    DocumentRoot "/export/home1/founder/human"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_human" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_human.%Y%m%d0000 86400" common
</VirtualHost>

#ID: docs3
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName docs3.china-online.com.cn
    DocumentRoot "/export/home1/founder/china-online"
</VirtualHost>

#ID: docs4
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
#    ServerName www.tac-online.org.cn
#    ServerAlias tac-online.org.cn
#    DocumentRoot "/export/home1/founder/tac-online"
#    ErrorLog "/export/home0/logs/errors"
#    #CustomLog "/export/home0/logs/access_tac" common
#    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_tac.%Y%m%d0000 86400" common
#</VirtualHost>

#ID: en-tac
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName en.tac-online.org.cn
    #ServerAlias tac-online.org.cn
    DocumentRoot "/export/home1/founder/tac-online/en"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_tac_en" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_tac_en.%Y%m%d0000 86400" common
</VirtualHost>

#ID: netchina
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName net.china.cn
    ServerAlias net.china.com.cn www.net.china.cn www.net.china.com.cn
    DocumentRoot "/export/home1/founder/net_china"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_netchina" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_netchina.%Y%m%d0000 86400" common
</VirtualHost>

#ID:www.china.cn
<VirtualHost *:80>
    ServerName www.china.cn
    ServerAlias www.chinaciic.cn	
    DocumentRoot "/export/home1/founder/wwwchinacn"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinacn.%Y%m%d0000 86400" common
</VirtualHost>

#ID: wbank-cn
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.chinagateway.com.cn
    ServerAlias chinagateway.com.cn
    DocumentRoot "/export/home1/docs6"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_wbankcn" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_wbankcn.%Y%m%d0000 86400" common
</VirtualHost>

#ID: wbank-en
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.chinagateway.org.cn
    ServerAlias chinagate.com.cn www.chinagate.com.cn
    DocumentRoot "/export/home1/docs6"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_wbanken" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_wbanken.%Y%m%d0000 86400" common
</VirtualHost>

#ID: manufacturers_wbank
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName manufacturers.chinagate.com.cn
    DocumentRoot "/export/home1/docs6/english/manufacturers"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_manufacturers_wbank" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_manufacturers_wbank.%Y%m%d0000 86400" common
</VirtualHost>

#ID: shandong
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName shandong.china.cn
    DocumentRoot "/export/home1/founder/shandong"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_shandong" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_shandong.%Y%m%d0000 86400" common
</VirtualHost>

#ID: docs8
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.fit2008.org
    DocumentRoot "/export/home1/founder/fit2008"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_fit2008" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_fit2008.%Y%m%d0000 86400" common
</VirtualHost>

#ID: docs9
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName art.china.cn
    ServerAlias art1.china.cn
<IfModule mod_rewrite.c>
    RewriteEngine on 
    RewriteCond %{REQUEST_URI} ^/photography/
    RewriteRule ^/photography/.*$ http://art.china.cn [R] 
    RewriteCond %{REQUEST_URI} ^/products/
    RewriteRule ^/products/.*$ http://art.china.cn [R]
    RewriteCond %{REQUEST_URI} ^/exclusive/
    RewriteRule ^/exclusive/.*$ http://art.china.cn [R]
</IfModule>
    DocumentRoot "/export/home1/founder/art"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_art" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_art.%Y%m%d0000 86400" common
</VirtualHost>

#ID: docs10
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.icif.china.cn
    DocumentRoot "/export/home1/founder/icif"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_icif" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_icif.%Y%m%d0000 86400" common
</VirtualHost>

#ID: docs11
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName wbf.china.cn
    DocumentRoot "/export/home1/founder/BuddhistForum"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_wbf" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_wbf.%Y%m%d0000 86400" common
</VirtualHost>

#ID: founder
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName founder.china.cn
    DocumentRoot "/export/home1/founder"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_founder" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_founder.%Y%m%d0000 86400" common
</VirtualHost>

#ID: ciirc-china-cn
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName ciirc.china.cn
    DocumentRoot "/export/home1/founder/ciirc"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_ciirc" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ciirc.%Y%m%d0000 86400" common
</VirtualHost>

#ID: brandpromotion
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName brandpromotion.china.cn
    DocumentRoot "/export/home1/founder/icif/wanlixing"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_brandpromotion" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_brandpromotion.%Y%m%d0000 86400" common
</VirtualHost>

#ID: law
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName law.china.cn
    ServerAlias law.china.com.cn
    DocumentRoot "/export/home1/founder/law_china"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_law_china_cn" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_law_china_cn.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zhichang
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zhichang.china.cn
    DocumentRoot "/export/home1/founder/job_ciic"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zhichang" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zhichang.%Y%m%d0000 86400" common
</VirtualHost>

#ID: cccf
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName cccf.china.cn
    ServerAlias www.cccf.china.cn
    DocumentRoot "/export/home1/founder/cccy_china"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_cccf" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cccf.%Y%m%d0000 86400" common
</VirtualHost>

#ID: download_market
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName download_market.china.cn
    DocumentRoot "/export/home1/founder/fujian"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_download_market" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_download_market.%Y%m%d0000 86400" common
</VirtualHost>

#ID: gongyingshang
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zhuanti.cn.china.cn
    DocumentRoot "/export/home1/founder/gongyingshang"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zhuanti_cn" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zhuanti_cn.%Y%m%d0000 86400" common
</VirtualHost>

#ID: qixian_shanxi
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName qixian.shanxi.china.cn
    DocumentRoot "/export/home1/founder/qixian_shanxi"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_qixian_shanxi" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_qixian_shanxi.%Y%m%d0000 86400" common
</VirtualHost>

#ID: chtf
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName chtf.china.cn
    DocumentRoot "/export/home1/founder/icif"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_chtf" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chtf.%Y%m%d0000 86400" common
</VirtualHost>

#ID: cicf
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName cicf.china.cn
    DocumentRoot "/export/home1/founder/gongyingshang/hjlt"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_cicf" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cicf.%Y%m%d0000 86400" common
</VirtualHost>

#ID: union
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName union.china.com.cn
    DocumentRoot "/export/home1/founder/union"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_union" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_union.%Y%m%d0000 86400" common
</VirtualHost>

#ID: city
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName city-china-cn
    DocumentRoot "/export/home1/founder/city_china"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_city" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_city.%Y%m%d0000 86400" common
</VirtualHost>

#ID: invest
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName invest.china.cn
    ServerAlias invest.china.com.cn investchina.gov.cn investchina.com.cn www.investchina.com.cn
    DocumentRoot "/export/home1/founder/invest"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_invest" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_invest.%Y%m%d0000 86400" common
</VirtualHost>

#ID: nationtv
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName nationtv.com.cn
    ServerAlias www.nationtv.com.cn
    DocumentRoot "/export/home1/founder/union"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_union" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_union.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zgshfx
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zgshfx.china.com.cn
    DocumentRoot "/export/home1/founder/zgshfx"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zgshfx" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zgshfx.%Y%m%d0000 86400" common
</VirtualHost>

#ID: xinzhou
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName xinzhou.china.cn
    DocumentRoot "/export/home1/founder/shanxi_china"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_xinzhou" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_xinzhou.%Y%m%d0000 86400" common
</VirtualHost>

#ID: ok-china
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.ok.china.com.cn
    ServerAlias ok.china.cn ok.china.com.cn www.ok.china.cn
    DocumentRoot "/export/home1/founder/invest/mqtj"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_okchina" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_okchina.%Y%m%d0000 86400" common
</VirtualHost>

#ID: cicf2006
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName cicf2006.china.cn
    DocumentRoot "/export/home1/founder/gongyingshang/cicf"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_cicf" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cicf.%Y%m%d0000 86400" common
</VirtualHost>

#ID: dianda
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName dianda.china.com.cn
    DocumentRoot "/export/home1/founder/dianda"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_dianda" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_dianda.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zcx
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
#    ServerName www.zhouchangxin.com.cn
#    ServerAlias www.zhouchangxin.org.cn zhouchangxin.org.cn zhouchangxin.com.cn
#    DocumentRoot "/export/home1/founder/zhouchangxin"
#    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zcx" common
#    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zcx.%Y%m%d0000 86400" common
#</VirtualHost>

#ID: news-y
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName news.y.china.com.cn
    DocumentRoot "/export/home1/founder/sunchina"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_news_y" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_news_y.%Y%m%d0000 86400" common
</VirtualHost>

#ID: huodong
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName huodong.china.com.cn
    DocumentRoot "/export/home1/founder/union/qiye"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_huodong" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_huodong.%Y%m%d0000 86400" common
</VirtualHost>

#ID: ccwm
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName ccwm.china.com.cn
    DocumentRoot "/export/home1/founder/ccwm"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_ccwm" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ccwm.%Y%m%d0000 86400" common
</VirtualHost>

#ID: soft_test
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName test.china-online.com.cn
    DocumentRoot "/export/home1/founder"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_soft_test" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_soft_test.%Y%m%d0000 86400" common
</VirtualHost>

#ID: nanning
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.nanning.china.com.cn
    ServerAlias nanning.china.com.cn www.nanning.china.cn nanning.china.cn
    DocumentRoot "/export/home1/founder/nanning"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_nanning" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_nanning.%Y%m%d0000 86400" common
</VirtualHost>

#ID: px-119
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName px.119.cn
    DocumentRoot "/export/home1/founder/firechina/ztbd"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/119_access" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/119_access.%Y%m%d0000 86400" common
</VirtualHost>

#ID: minge
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName minge.gov.cn
    ServerAlias www.minge.gov.cn
    DocumentRoot "/export/home1/founder/minge/index"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_minge" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_minge.%Y%m%d0000 86400" common
</VirtualHost>

#ID: daode
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName daode.china.com.cn
    DocumentRoot "/export/home1/founder/newsunchina/f"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_daode" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_daode.%Y%m%d0000 86400" common
</VirtualHost>

#ID: wlkp
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
#    ServerName www.uisp.org.cn
#    DocumentRoot "/export/home1/founder/wlkp"
#    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_wlkp" common
#    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_wlkp.%Y%m%d0000 86400" common
#</VirtualHost>

#ID: veolia-esasia
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.veolia-esasia.com
    DocumentRoot "/export/home1/founder/weiliya"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access-weiliya" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access-weiliya.%Y%m%d0000 86400" common
</VirtualHost>

#ID: jtjy
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.chinajtjy.org.cn
    ServerAlias jtjy.china.com.cn xn--fiQs8Sw2D0rD97Kgy6B.cn
    DocumentRoot "/export/home1/founder/jtjy"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_jtjy" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_jtjy.%Y%m%d0000 86400" common
</VirtualHost>

#ID: china119
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName __119.china.com.cn
    DocumentRoot "/export/home1/founder/firechina"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/119_access" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/119_access.%Y%m%d0000 86400" common
</VirtualHost>

#ID: citif2009
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName _2009citif.tac-online.org.cn
    DocumentRoot "/export/home1/founder/yxgjfy"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_tac" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_tac.%Y%m%d0000 86400" common
</VirtualHost>

#ID: bzgf119
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName bzgf.119.cn
    DocumentRoot "/export/home1/founder/firechina"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_bzgf_119" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_bzgf_119.%Y%m%d0000 86400" common
</VirtualHost>

#ID: green
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName green.china.com.cn
    DocumentRoot "/export/home1/founder/green"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_green" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_green.%Y%m%d0000 86400" common
</VirtualHost>

#ID: soic
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.soic.china.cn
    DocumentRoot "/export/home1/founder/dwllyt"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_soic" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_soic.%Y%m%d0000 86400" common
</VirtualHost>

#ID: beaubeau
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName beaubeau.china.com.cn
    DocumentRoot "/export/home1/founder/BuddhistForum/BuddhistForum"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_beaubeau" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_beaubeau.%Y%m%d0000 86400" common
</VirtualHost>

#ID: bitf
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName english.bitf.org.cn
    DocumentRoot "/export/home1/founder/bitf"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_bitf" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_bitf.%Y%m%d0000 86400" common
</VirtualHost>

#ID: acyf
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.acyf.org.cn
    DocumentRoot "/export/home1/founder/qgqn"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_acyf" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_acyf.%Y%m%d0000 86400" common
</VirtualHost>

#ID: han
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName han.china.org.cn
    DocumentRoot "/export/home1/founder/qqhy"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_han" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_han.%Y%m%d0000 86400" common
</VirtualHost>

#ID: sy-china
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName sy.china.cn
    DocumentRoot "/export/home1/founder/sydw"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_sy_china" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_sy_china.%Y%m%d0000 86400" common
</VirtualHost>

#ID: ocean
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName ocean.china.com.cn
    ServerAlias www.haiyangri.com www.haiyangri.com.cn www.haiyangri.cn www.haiyangri.net www.haiyangri.org
    DocumentRoot "/export/home1/founder/ocean/haiyangri"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_ocean" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ocean.%Y%m%d0000 86400" common
</VirtualHost>

#ID: shishi
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName shishi.china.com.cn
    ServerAlias www.shishibaogao.com
    DocumentRoot "/export/home1/founder/shishi"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_shishi" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_shishi.%Y%m%d0000 86400" common
</VirtualHost>

#ID: cass
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName cass.china.com.cn
    ServerAlias cassforum.china.com.cn
    DocumentRoot "/export/home1/founder/cass"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_cass" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cass.%Y%m%d0000 86400" common
</VirtualHost>

#ID: ocean360
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName ocean360.china.com.cn
    ServerAlias www.ocean360.net
    DocumentRoot "/export/home1/founder/ocean/haiyangshijie"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_ocean" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ocean.%Y%m%d0000 86400" common
</VirtualHost>

#ID: pinpai
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName pinpai.china.com.cn
    DocumentRoot "/export/home1/founder/pinpai"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_pinpai" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_pinpai.%Y%m%d0000 86400" common
</VirtualHost>

#ID: bjbj
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.bjbj.gov.cn
    DocumentRoot "/export/home1/founder/zgbjbj"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_bjbj" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_bjbj.%Y%m%d0000 86400" common
</VirtualHost>

#ID: cul
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName cul.china.com.cn
    DocumentRoot "/export/home1/founder/culpd"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_cul" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cul.%Y%m%d0000 86400" common
</VirtualHost>

#ID: ce
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName ce.china.com.cn
    DocumentRoot "/export/home1/founder/xyjj"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_ce" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ce.%Y%m%d0000 86400" common
</VirtualHost>

#ID: gscaa
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.gscaa.cn
    ServerAlias gscaa.cn
    DocumentRoot "/export/home1/founder/zgys"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_gscaa" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_gscaa.%Y%m%d0000 86400" common
</VirtualHost>

#ID: livechina
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName live.china.com.cn
    DocumentRoot "/export/home1/founder/livechina"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_livechina" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_livechina.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zhongcaioilpainting
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zhongcaioilpainting.com
    ServerAlias www.zhongcaioilpainting.com
    DocumentRoot "/export/home1/founder/zcyh"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zhongcaioilpainting" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zhongcaioilpainting.%Y%m%d0000 86400" common
</VirtualHost>

#ID: chongqing
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName chongqing.china.com.cn
#    ServerAlias cq.china.com.cn
    DocumentRoot "/export/home1/founder/chongqing"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_chongqing" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chongqing.%Y%m%d0000 86400" common
</VirtualHost>

#ID: gongyi
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName gongyi.china.com.cn
    DocumentRoot "/export/home1/founder/gongyi"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_gongyi" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_gongyi.%Y%m%d0000 86400" common
</VirtualHost>

#ID: ciis
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
#    ServerName www.ciis.org.cn
#    DocumentRoot "/export/home1/founder/ciis"
#    ErrorLog "/export/home0/logs/errors"
#    #CustomLog "/export/home0/logs/access_ciis" common
#    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ciis.%Y%m%d0000 86400" common
#</VirtualHost>

#ID: ny
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName ny.china.com.cn
    DocumentRoot "/export/home1/founder/nengyuan"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_ny" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ny.%Y%m%d0000 86400" common
</VirtualHost>

#ID: cqyq
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName cqyq.china.com.cn
    DocumentRoot "/export/home1/founder/cqyq"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_cqyq" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cqyq.%Y%m%d0000 86400" common
</VirtualHost>

#ID: henan
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName henan.china.cn
    ServerAlias ha.china.cn www.henan.china.cn
    DocumentRoot "/export/home1/founder/henan"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_henan" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_henan.%Y%m%d0000 86400" common
</VirtualHost>

<VirtualHost *:80>
    ServerName henan.china.com.cn
    DocumentRoot "/export/home1/founder/hnzbzlzt"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_hnzbzlzt.%Y%m%d0000 86400" common
</VirtualHost>

#ID: baby
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName baby.china.com.cn
    DocumentRoot "/export/home1/founder/muying"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_baby" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_baby.%Y%m%d0000 86400" common
</VirtualHost>

#ID: chinawatv
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.chinawatv.com
    DocumentRoot "/export/home1/founder/worldtea"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_chinawatv" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinawatv.%Y%m%d0000 86400" common
</VirtualHost>

#ID: music
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName music.china.com.cn
    DocumentRoot "/export/home1/founder/music"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_music" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_music.%Y%m%d0000 86400" common
</VirtualHost>

#ID: watv
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName watv.china.com.cn
    DocumentRoot "/export/home1/founder/worldtea"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_watv" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_watv.%Y%m%d0000 86400" common
</VirtualHost>

#ID: ipo
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName ipo.china.com.cn
    DocumentRoot "/export/home1/founder/ipo"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_ipo" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ipo.%Y%m%d0000 86400" common
</VirtualHost>

#ID: juqinghui
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName data.juqinghui.china.cn
    DocumentRoot "/export/home1/founder/juqinghui"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_data.juqinghui" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_data.juqinghui.%Y%m%d0000 86400" common
</VirtualHost>

#ID: bsyx
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName bsyx.china.com.cn
    DocumentRoot "/export/home1/founder/bsyx"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_bsyx" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_bsyx.%Y%m%d0000 86400" common
</VirtualHost>

#ID: windows
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName windows.china.com.cn
    DocumentRoot "/export/home1/founder/zgsc"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_windows" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_windows.%Y%m%d0000 86400" common
</VirtualHost>

#ID: docs12
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.idigest.com.cn
    DocumentRoot "/export/home1/founder/idigest/cn"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_idigest" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_idigest.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zhongfei
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName cn-ph.china.org.cn
    DocumentRoot "/export/home1/founder/zhongfei/"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zhongfei" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zhongfei.%Y%m%d0000 86400" common
</VirtualHost>

#ID: aga
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName aga.china.cn
    DocumentRoot "/export/home1/founder/aga"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_aga" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_aga.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zheshang
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zheshang.china.com.cn
    ServerAlias zj.china.com.cn
    DocumentRoot "/export/home1/founder/zstx/"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zheshang" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zheshang.%Y%m%d0000 86400" common
</VirtualHost>

#ID: MV
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName mv.china.com.cn
    DocumentRoot "/export/home1/founder/MVchina"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_mv" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_mv.%Y%m%d0000 86400" common
</VirtualHost>

#ID: fashion
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName fashion.china.com.cn
    DocumentRoot "/export/home1/founder/fashion"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_fashion" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_fashion.%Y%m%d0000 86400" common
</VirtualHost>

#ID: games
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName games.china.com.cn
    DocumentRoot "/export/home1/founder/games"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_games" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_games.%Y%m%d0000 86400" common
</VirtualHost>

#ID: lehuo
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName lohas.china.com.cn
    DocumentRoot "/export/home1/founder/lehuo"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_lohas" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_lohas.%Y%m%d0000 86400" common
</VirtualHost>

#ID: nongye
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName nongye.china.com.cn
    DocumentRoot "/export/home1/founder/nytd"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_nongye" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_nongye.%Y%m%d0000 86400" common
</VirtualHost>

#ID: techan
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName tc.china.com.cn
    DocumentRoot "/export/home1/founder/tc"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_tc" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_tc.%Y%m%d0000 86400" common
</VirtualHost>

#ID: gswsjzxx
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName gswsjzxx.china.com.cn
    DocumentRoot "/export/home1/founder/gswsjzxx"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_gswsjzxx" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_gswsjzxx.%Y%m%d0000 86400" common
</VirtualHost>

#ID: meilizg
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName m.china.com.cn
    ServerAlias mlzg.china.com.cn
    DocumentRoot "/export/home1/founder/meilizg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_mlzg" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_mlzg.%Y%m%d0000 86400" common
</VirtualHost>

#ID: nrfw
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName nrfw.scio.gov.cn
    DocumentRoot "/export/home1/founder/nrfw"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_nrfw" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_nrfw.%Y%m%d0000 86400" common
</VirtualHost>

#ID: people
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName people.china.com.cn
    DocumentRoot "/export/home1/founder/people"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_people" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_people.%Y%m%d0000 86400" common
</VirtualHost>

#ID: product-119
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName product.119.china.com.cn
    DocumentRoot "/export/home1/founder/119product"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_product119" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_product119.%Y%m%d0000 86400" common
</VirtualHost>

#ID: yuqing
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName yuqing.china.com.cn
    DocumentRoot "/export/home1/founder/zgyq"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_yuqing" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_yuqing.%Y%m%d0000 86400" common
</VirtualHost>

#ID: jilu
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName jilu.china.com.cn
    DocumentRoot "/export/home1/founder/jlpd"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_jilu" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_jilu.%Y%m%d0000 86400" common
</VirtualHost>

#ID: kfq
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName kfq.china.com.cn
    DocumentRoot "/export/home1/founder/kfq"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_kfq" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_kfq.%Y%m%d0000 86400" common
</VirtualHost>

#ID: xiaokang
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName xiaokang.cn.chinagate.cn
    DocumentRoot "/export/home1/founder/xiaokang"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_xiaokang" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_xiaokang.%Y%m%d0000 86400" common
</VirtualHost>

#ID: comra
<VirtualHost *:80>
    ServerName www.comra.org
    DocumentRoot "/export/home1/founder/dyxh"
    ErrorLog "/export/home0/logs/errors"

    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_comra.%Y%m%d0000 86400" common
</VirtualHost>

#ID: health
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName health.china.com.cn
    DocumentRoot "/export/home1/founder/jkzg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_health" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_health.%Y%m%d0000 86400" common
</VirtualHost>

#ID: lhzs
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName lhzs.yeyou.china.com.cn
    DocumentRoot "/export/home1/founder/yeyou"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_lhzs" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_lhzs.%Y%m%d0000 86400" common
</VirtualHost>

#ID: atti
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName atti.china.com.cn
    DocumentRoot "/export/home1/founder/atti"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_atti" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_atti.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zgmx
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName u.edu.china.com.cn
    DocumentRoot "/export/home1/founder/zgmx"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zgmx" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zgmx.%Y%m%d0000 86400" common
</VirtualHost>

#ID: mnc
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName mnc.china.com.cn
    DocumentRoot "/export/home1/founder/mnc"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_mnc" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_mnc.%Y%m%d0000 86400" common
</VirtualHost>

#ID: jubao
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.12377.cn
    ServerAlias jubao12377.cn 12377.cn org.12377.cn
    DocumentRoot "/export/home1/founder/net_china"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_netchina" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_netchina.%Y%m%d0000 86400" common
</VirtualHost>

#ID: rqjjh
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
#    ServerName rqjjh.china.cn
#    ServerAlias www.renquanjjh.com
#    DocumentRoot "/export/home1/founder/rqjjh"
#    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_rqjjh" common
#    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_rqjjh.%Y%m%d0000 86400" common
#</VirtualHost>

#ID: ticket
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName ticket.china.com.cn
    DocumentRoot "/export/home1/founder/ticket"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_ticket" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ticket.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zxxpd
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zxx.edu.china.com.cn
    DocumentRoot "/export/home1/founder/zxxpd"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zxx" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zxx.%Y%m%d0000 86400" common
</VirtualHost>

#ID: chuangxin
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName chuangxin.china.com.cn
    ServerAlias home.china.com.cn
    DocumentRoot "/export/home1/founder/chuangxin"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_chuangxin" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chuangxin.%Y%m%d0000 86400" common
</VirtualHost>

#ID: science
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName science.china.com.cn
    DocumentRoot "/export/home1/founder/science"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_science" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_science.%Y%m%d0000 86400" common
</VirtualHost>

#ID: caifang
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName caifang.china.com.cn
    DocumentRoot "/export/home1/founder/caifang"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_caifang" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_caifang.%Y%m%d0000 86400" common
</VirtualHost>

#ID: quzhou
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName qz.china.com.cn
    DocumentRoot "/export/home1/founder/zmqz"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_qz.%Y%m%d0000 86400" common
</VirtualHost>

#ID: fantastic
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName fantastic.art.china.cn
    DocumentRoot "/export/home1/founder/art/fantastic"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_fantastic" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_fantastic.%Y%m%d0000 86400" common
</VirtualHost>

#ID: hunan
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName hunan.china.org.cn
    DocumentRoot "/export/home1/founder/hunan"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_hunan" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_hunan.%Y%m%d0000 86400" common
</VirtualHost>

#ID: ou
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName ou.china.com.cn
    DocumentRoot "/export/home1/founder/ou"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_ou" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ou.%Y%m%d0000 86400" common
</VirtualHost>

#ID: grassland
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName grassland.china.com.cn
    DocumentRoot "/export/home1/founder/grassland"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_grassland" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_grassland.%Y%m%d0000 86400" common
</VirtualHost>

##ID: fujian
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
#    ServerName fj.china.com.cn
#    DocumentRoot "/export/home1/founder/fujian"
#    ErrorLog "/export/home0/logs/errors"
#    #CustomLog "/export/home0/logs/access_fujian" common
#    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_fujian.%Y%m%d0000 86400" common
#</VirtualHost>

#ID: chaye
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName tea.china.com.cn
    DocumentRoot "/export/home1/founder/chaye"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_chaye" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chaye.%Y%m%d0000 86400" common
</VirtualHost>

#ID: jjzg
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName jjzg.china.com.cn
    DocumentRoot "/export/home1/founder/jjzg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_jjzg" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_jjzg.%Y%m%d0000 86400" common
</VirtualHost>

#ID: wt
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName wt.china.com.cn
    DocumentRoot "/export/home1/founder/zgwt"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_wt" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_wt.%Y%m%d0000 86400" common
</VirtualHost>

#ID: dsj
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName dsj.china.com.cn
    DocumentRoot "/export/home1/founder/dashuju"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_dsj" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_dsj.%Y%m%d0000 86400" common
</VirtualHost>

#ID: xyjj
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName xyjj.china.com.cn
    DocumentRoot "/export/home1/founder/xyjj"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_xyjj" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_xyjj.%Y%m%d0000 86400" common
</VirtualHost>

#ID: shangxueyuan
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName bschool.edu.china.com.cn
    DocumentRoot "/export/home1/founder/shangxueyuan"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_shangxueyuan" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_shangxueyuan.%Y%m%d0000 86400" common
</VirtualHost>

#ID: ciicpic
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName cic.china.com.cn
    DocumentRoot "/export/home1/founder/ciicpic"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_cic" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cic.%Y%m%d0000 86400" common
</VirtualHost>

#ID: wlzg
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName wlzg-56.china.com.cn
    DocumentRoot "/export/home1/founder/wlzg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_wlzg" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_wlzg.%Y%m%d0000 86400" common
</VirtualHost>

#ID: leas
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName leasing.china.com.cn
    DocumentRoot "/export/home1/founder/leas"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_leas" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_leas.%Y%m%d0000 86400" common
</VirtualHost>

#ID: pxpd
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName px.edu.china.com.cn
    DocumentRoot "/export/home1/founder/pxpd"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_pxpd" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_pxpd.%Y%m%d0000 86400" common
</VirtualHost>

#ID: yuying
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName yuying.china.com.cn
    DocumentRoot "/export/home1/founder/yuying"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_yuying" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_yuying.%Y%m%d0000 86400" common
</VirtualHost>

#ID: wmzh
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName wmzh.china.com.cn
    DocumentRoot "/export/home1/founder/wmzh"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_wmzh" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_wmzh.%Y%m%d0000 86400" common
</VirtualHost>

#ID: yun
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName yun.china.com.cn
    DocumentRoot "/export/home1/founder/yun"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_yun" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_yun.%Y%m%d0000 86400" common
</VirtualHost>

#ID: sec
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
#    ServerName sec.china.com.cn
#    DocumentRoot "/export/home1/founder/sec"
#    ErrorLog "/export/home0/logs/errors"
#    #CustomLog "/export/home0/logs/access_sec" common
#    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_sec.%Y%m%d0000 86400" common
#</VirtualHost>

#ID: jilin
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName jilin.china.org.cn
    DocumentRoot "/export/home1/founder/jilin"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_jilin" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_jilin.%Y%m%d0000 86400" common
</VirtualHost>

#ID: sczg
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName sczg.china.com.cn
    DocumentRoot "/export/home1/founder/sczg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_sczg" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_sczg.%Y%m%d0000 86400" common
</VirtualHost>

#ID: harbin
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName harbin.china.com.cn
    DocumentRoot "/export/home1/founder/harbin"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_harbin" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_harbin.%Y%m%d0000 86400" common
</VirtualHost>

#ID: malaysia
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName malaysia.china.com.cn
    DocumentRoot "/export/home1/founder/Malaysia"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_malaysia" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_malaysia.%Y%m%d0000 86400" common
</VirtualHost>

#ID: aes
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName aes.edu.china.com.cn
    DocumentRoot "/export/home1/founder/aes"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_aes" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_aes.%Y%m%d0000 86400" common
</VirtualHost>

#ID: szjy
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName szjy.china.com.cn
    DocumentRoot "/export/home1/founder/szjy"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_szjy" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_szjy.%Y%m%d0000 86400" common
</VirtualHost>

#ID: idc
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName idc.china.com.cn
    DocumentRoot "/export/home1/founder/idc"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_idc" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_idc.%Y%m%d0000 86400" common
</VirtualHost>

#ID: minzu
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName mz.china.com.cn
    DocumentRoot "/export/home1/founder/minzu"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_mz" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_mz.%Y%m%d0000 86400" common
</VirtualHost>

#ID: yn
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName yn.china.com.cn
    DocumentRoot "/export/home1/founder/yn"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_yn" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_yn.%Y%m%d0000 86400" common
</VirtualHost>

#ID: cpscp
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
#    ServerName www.cpscp.cn
#    DocumentRoot "/export/home1/founder/cpscp"
#    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_cpscp" common
#    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cpscp.%Y%m%d0000 86400" common
#</VirtualHost>

#ID: iot
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName iot.china.com.cn
    DocumentRoot "/export/home1/founder/iot"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_iot" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_iot.%Y%m%d0000 86400" common
</VirtualHost>

#ID: wrsa
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.wrsa.net
    DocumentRoot "/export/home1/founder/wrsa"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_wrsa" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_wrsa.%Y%m%d0000 86400" common
</VirtualHost>

#ID: xqjy-edu
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName xqjy.edu.china.com.cn
    DocumentRoot "/export/home1/founder/xqjy"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_xqjy" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_xqjy.%Y%m%d0000 86400" common
</VirtualHost>

#ID: dao
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName dao.china.com.cn
    DocumentRoot "/export/home1/founder/djwh"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_dao" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_dao.%Y%m%d0000 86400" common
</VirtualHost>

#ID: dm
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName dm.china.com.cn
    DocumentRoot "/export/home1/founder/dongmeng"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_dm" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_dm.%Y%m%d0000 86400" common
</VirtualHost>

#ID: gold
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
#    ServerName gold.china.com.cn
#    DocumentRoot "/export/home1/founder/huangjin"
#    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_gold" common
#    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_gold.%Y%m%d0000 86400" common
#</VirtualHost>

#ID: canjiren
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName canjiren.china.com.cn
    DocumentRoot "/export/home1/founder/canjiren"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_canjiren" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_canjiren.%Y%m%d0000 86400" common
</VirtualHost>

<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName wc.canjiren.china.com.cn
    DocumentRoot "/export/home1/founder/wccanjiren"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_wccanjiren" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_wccanjiren.%Y%m%d0000 86400" common
</VirtualHost>
#ID: zgsc
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zgsc.china.com.cn
    DocumentRoot "/export/home1/founder/shichuang"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zgsc" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zgsc.%Y%m%d0000 86400" common
</VirtualHost>

#ID: shanghui
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName shanghui.china.com.cn
    DocumentRoot "/export/home1/founder/shanghui"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_shanghui" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_shanghui.%Y%m%d0000 86400" common
</VirtualHost>

#ID: jishi
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName jishi.china.com.cn
    DocumentRoot "/export/home1/founder/zhongguojishi"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_jishi" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_jishi.%Y%m%d0000 86400" common
</VirtualHost>

#ID: sdbwg-en
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName en.capitalmuseum.org.cn
    DocumentRoot "/export/home1/founder/sdbwg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_sdbwg" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_sdbwg.%Y%m%d0000 86400" common
</VirtualHost>

#ID: shengtai
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName stzg.china.com.cn
    DocumentRoot "/export/home1/founder/shengtai"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_stzg" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_stzg.%Y%m%d0000 86400" common
</VirtualHost>

#ID: yxzg
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName yxzg.china.com.cn
    DocumentRoot "/export/home1/founder/yxzg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_yxzg" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_yxzg.%Y%m%d0000 86400" common
</VirtualHost>

#ID: chengxiang
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName cxzg.china.com.cn
    DocumentRoot "/export/home1/founder/cxzg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_cxzg" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cxzg.%Y%m%d0000 86400" common
</VirtualHost>

#ID: digital
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName digital.china.com.cn
    DocumentRoot "/export/home1/founder/szzg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_digital" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_digital.%Y%m%d0000 86400" common
</VirtualHost>

#ID: business
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName business.china.com.cn
    DocumentRoot "/export/home1/founder/swzg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_business" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_business.%Y%m%d0000 86400" common
</VirtualHost>

#ID: kc
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName kc.china.com.cn
    DocumentRoot "/export/home1/founder/kczt"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_kc" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_kc.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zgjspd
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName js.china.com.cn
    DocumentRoot "/export/home1/founder/zgjspd"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_js" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_js.%Y%m%d0000 86400" common
</VirtualHost>

#ID: feiyi
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName feiyi.china.com.cn
    DocumentRoot "/export/home1/founder/fypd"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_feiyi" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_feiyi.%Y%m%d0000 86400" common
</VirtualHost>

#ID: gczg
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName guancha.china.com.cn
    DocumentRoot "/export/home1/founder/gczg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_guancha" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_guancha.%Y%m%d0000 86400" common
</VirtualHost>

#ID: ditan
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName ditan.china.com.cn
    DocumentRoot "/export/home1/founder/dtzg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_ditan" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ditan.%Y%m%d0000 86400" common
</VirtualHost>

#ID: youxue
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName tour.edu.china.com.cn
    DocumentRoot "/export/home1/founder/yxyx/"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_youxue" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_youxue.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zgjpd
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zgj.china.com.cn
    DocumentRoot "/export/home1/founder/zgjpd"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zgjpd" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zgjpd.%Y%m%d0000 86400" common
</VirtualHost>

#ID: xwz
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName wz.china.com.cn
    DocumentRoot "/export/home1/founder/xwz"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_xwz" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_xwz.%Y%m%d0000 86400" common
</VirtualHost>

#ID: fczg
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName fc.china.com.cn
    DocumentRoot "/export/home1/founder/fczg"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_fczg" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_fczg.%Y%m%d0000 86400" common
</VirtualHost>

#ID: sm_guoqing
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName sm.guoqing.china.com.cn
    DocumentRoot "/export/home1/founder/sm"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_smguoqing" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_smguoqing.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zgzz
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zgzz.china.com.cn
    DocumentRoot "/export/home1/founder/zgzz"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zgzz" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zgzz.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zhizao
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zhizao.china.com.cn
    DocumentRoot "/export/home1/founder/zhizao"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zhizao" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zhizao.%Y%m%d0000 86400" common
</VirtualHost>

#ID: innovate
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName innovate.china.com.cn
    DocumentRoot "/export/home1/founder/cx"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_innovate" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_innovate.%Y%m%d0000 86400" common
</VirtualHost>

#ID: life
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName life.china.com.cn
    DocumentRoot "/export/home1/founder/chinalife"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_life" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinalife.%Y%m%d0000 86400" common
</VirtualHost>

#ID: otop
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName otop.china.com.cn
    DocumentRoot "/export/home1/founder/otop"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_otop" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_otop.%Y%m%d0000 86400" common
</VirtualHost>

#ID: gonghui
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName gh.china.com.cn
    DocumentRoot "/export/home1/founder/gh"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_gh" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_gh.%Y%m%d0000 86400" common
</VirtualHost>

#ID: China-Ci
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName ci.china.com.cn
    DocumentRoot "/export/home1/founder/chinaci"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_chinaci" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinaci.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zigongzw
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zigong.china.com.cn
    DocumentRoot "/export/home1/founder/zigongzw"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zigongzw" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zigongzw.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zigongyw
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zigong.china.org.cn
    DocumentRoot "/export/home1/founder/zigongyw"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_zigongyw" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zigongyw.%Y%m%d0000 86400" common
</VirtualHost>

#ID: jiaju
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName jiaju.china.com.cn
    DocumentRoot "/export/home1/founder/jjpd"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_jjpd" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_jjpd.%Y%m%d0000 86400" common
</VirtualHost>

#ID: weidianying
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName vfilm.china.com.cn
    DocumentRoot "/export/home1/founder/wdy"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_wdy" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_wdy.%Y%m%d0000 86400" common
</VirtualHost>

#ID: sdsf
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName sdsf.edu.china.com.cn
    DocumentRoot "/export/home1/founder/sdsf"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_sdsf" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_sdsf.%Y%m%d0000 86400" common
</VirtualHost>

#ID:bjtimechina
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName www.bjtimechina.com.cn
    ServerAlias bjtimechina.com.cn
    DocumentRoot "/export/home1/founder/bjtimechina"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_bjtimechina" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_bjtimechina.%Y%m%d0000 86400" common
</VirtualHost>

#ID:Hu Bei
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName hb.china.com.cn
    DocumentRoot "/export/home1/founder/zghbpd"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_bjtimechina" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zghbpd.%Y%m%d0000 86400" common
</VirtualHost>

#ID:zggsds
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.webdomain
    ServerName zggsds.china.com.cn
    DocumentRoot "/export/home1/founder/zggsds"
    ErrorLog "/export/home0/logs/errors"
    #CustomLog "/export/home0/logs/access_bjtimechina" common
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zggsds.%Y%m%d0000 86400" common
</VirtualHost>

#ID:Gui Zhou
<VirtualHost *:80>
    ServerName guizhou.china.com.cn
    DocumentRoot "/export/home1/founder/gzpd"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_gzpd.%Y%m%d0000 86400" common
</VirtualHost>

#ID: cipgorg
<VirtualHost *:80>
    ServerName www.cipg.org.cn
    ServerAlias cipg.org.cn www.cicg.org.cn
    DocumentRoot "/export/home1/founder/testcipg"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_testcipg.%Y%m%d0000 86400" common
</VirtualHost>

#ID: zgt
<VirtualHost *:80>
    ServerName tong.china.com.cn
    DocumentRoot "/export/home1/founder/zgt"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zgt.%Y%m%d0000 86400" common
</VirtualHost>

#ID: expo 2020
<VirtualHost *:80>
    ServerName www.expochina2020.org
    DocumentRoot "/export/home1/founder/expochina2020"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_expo2020.%Y%m%d0000 86400" common
</VirtualHost>

#ID:yunhe
<VirtualHost *:80>
    ServerName yunhe.china.com.cn
    DocumentRoot "/export/home1/founder/yunhe"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_yunhe.%Y%m%d0000 86400" common
</VirtualHost>

#ID:sound
<VirtualHost *:80>
    ServerName sound.china.com.cn
    ServerAlias sound.china.cn
    DocumentRoot "/export/home1/founder/soundsyzg"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_sound.%Y%m%d0000 86400" common
</VirtualHost>

#ID:hainan
<VirtualHost *:80>
    ServerName hainan.china.com.cn
    DocumentRoot "/export/home1/founder/hnzmyq"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_hainan.%Y%m%d0000 86400" common
</VirtualHost>

#ID:ydah
<VirtualHost *:80>
    ServerName ydah.china.com.cn
    DocumentRoot "/export/home1/founder/ydah"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ydah.%Y%m%d0000 86400" common
</VirtualHost>

#ID:jiaopei
<VirtualHost *:80>
    ServerName jp.edu.china.com.cn
    DocumentRoot "/export/home1/founder/jpedu"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_jpedu.%Y%m%d0000 86400" common
</VirtualHost>

#ID:huanghe
<VirtualHost *:80>
    ServerName huanghe.china.com.cn
    DocumentRoot "/export/home1/founder/hpdh"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_huanghepd.%Y%m%d0000 86400" common
</VirtualHost>

#ID:gbapd
<VirtualHost *:80>
    ServerName gba.china.com.cn
    DocumentRoot "/export/home1/founder/gbapd"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_gbapd.%Y%m%d0000 86400" common
</VirtualHost>

#ID:nongyepindao
<VirtualHost *:80>
    ServerName agri.china.com.cn
    DocumentRoot "/export/home1/founder/pdargi"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_pdagri.%Y%m%d0000 86400" common
</VirtualHost>

#ID:cpra
<VirtualHost *:80>
    ServerName www.cpra.org.cn
    DocumentRoot "/export/home1/founder/cpra"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cpra.%Y%m%d0000 86400" common
</VirtualHost>

#ID:cpra
<VirtualHost *:80>
    ServerName nbjt.china.com.cn
    DocumentRoot "/export/home1/founder/cxnbpd"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cxnbpd.%Y%m%d0000 86400" common
</VirtualHost>

#ID:ljcqwx
<VirtualHost *:80>
    ServerName cq.china.com.cn
    DocumentRoot "/export/home1/founder/ljcqwx"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ljcqwx.%Y%m%d0000 86400" common
</VirtualHost>

#ID:ljcqwx
<VirtualHost *:80>
    ServerName cxjy.edu.china.com.cn
    DocumentRoot "/export/home1/founder/cxjyeduzt"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cxjyeduzt.%Y%m%d0000 86400" common
</VirtualHost>

#ID:cqjyedu
<VirtualHost *:80>
    ServerName cqjy.edu.china.com.cn
    DocumentRoot "/export/home1/founder/cqjyedu"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cqjyedu.%Y%m%d0000 86400" common
</VirtualHost>

#ID:canglan
<VirtualHost *:80>
    ServerName test.canglan.china.com.cn
    DocumentRoot "/export/home1/founder/canglan"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_canglan.%Y%m%d0000 86400" common
</VirtualHost>

#ID:canglan2
<VirtualHost *:80>
    ServerName www.lmcchina.org
    DocumentRoot "/export/home1/founder/canglan"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_lmc.%Y%m%d0000 86400" common
</VirtualHost>

#ID:creativity
<VirtualHost *:80>
    ServerName creativity.china.com.cn
    DocumentRoot "/export/home1/founder/creativity"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_creativity.%Y%m%d0000 86400" common
</VirtualHost>

#ID:watercube
<VirtualHost *:80>
    ServerName www.water-cube.com
    DocumentRoot "/export/home1/founder/watercube"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_watercube.%Y%m%d0000 86400" common


UseCanonicalName On
RequestHeader unset Range

Header always set X-Frame-Options "SAMEORIGIN"
Header always set Access-Control-Allow-Methods "GET, POST, OPTIONS"

Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options "nosniff"
Header set Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline' blob:"
Header set Referrer-Policy "origin"
Header set X-Download-Options "noopen"
Header set X-Permitted-Cross-Domain-Policies "none"
</VirtualHost>

#ID:ymyy
<VirtualHost *:80>
    ServerName ymyy.china.com.cn
    DocumentRoot "/export/home1/founder/ymyy"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ymyy.%Y%m%d0000 86400" common
</VirtualHost>

#ID:changde
<VirtualHost *:80>
    ServerName changde.china.com.cn
    DocumentRoot "/export/home1/founder/changde"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_changde.%Y%m%d0000 86400" common
</VirtualHost>

#ID:ccpdchina
<VirtualHost *:80>
    ServerName ccpd.china.com.cn
    DocumentRoot "/export/home1/founder/ccpdchina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_ccpd.%Y%m%d0000 86400" common
</VirtualHost>


#ID:weishizg
<VirtualHost *:80>
    ServerName weishi.china.com.cn
    DocumentRoot "/export/home1/founder/weishizg"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_weishizg.%Y%m%d0000 86400" common
</VirtualHost>

#ID:jlwx
<VirtualHost *:80>
    ServerName jilin.china.com.cn
    DocumentRoot "/export/home1/founder/jlwx"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_jlwx.%Y%m%d0000 86400" common
</VirtualHost>

#ID:zgyqpd
<VirtualHost *:80>
    ServerName www.zgyq.china.com.cn
    DocumentRoot "/export/home1/founder/zgyqpd"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zgyqpd.%Y%m%d0000 86400" common
</VirtualHost>

#ID:tibetology
<VirtualHost *:80>
    ServerName www.tibetology.ac.cn
    ServerAlias zangyan.china.com.cn
    DocumentRoot "/export/home1/founder/tibetology"

<IfModule mod_rewrite.c>
    rewriteEngine on    
    REWRITECOND %{REQUEST_URI} ^/zgzx/index
    RewriteRule ^/.* http://www.tibetology.ac.cn [R=permanent,L]
</IfModule>


    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_tibetology.%Y%m%d0000 86400" common
</VirtualHost>

#ID:qimingchina
<VirtualHost *:80>
    ServerName qiming.china.com.cn
    DocumentRoot "/export/home1/founder/qimingchina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_qimingchina.%Y%m%d0000 86400" common
</VirtualHost>

#ID:dqjyzt
<VirtualHost *:80>
    ServerName qdjy.edu.china.com.cn 
    DocumentRoot "/export/home1/founder/qdjyzt"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_dqjyzt.%Y%m%d0000 86400" common
</VirtualHost>

#ID:sjpd
<VirtualHost *:80>
    ServerName bigdata.china.com.cn
    DocumentRoot "/export/home1/founder/sjpd"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_sjpd.%Y%m%d0000 86400" common
</VirtualHost>

#ID:gxwlwx
<VirtualHost *:80>
    ServerName guangxi.china.com.cn
    DocumentRoot "/export/home1/founder/gxwlwx"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_gxwlwx.%Y%m%d0000 86400" common
</VirtualHost>

#ID:xjchina
<VirtualHost *:80>
    ServerName xj.china.com.cn
    DocumentRoot "/export/home1/founder/xjchina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_xj.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chlw
<VirtualHost *:80>
    ServerName chuanghai.ocean.china.com.cn
    DocumentRoot "/export/home1/founder/chlw"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chlw.%Y%m%d0000 86400" common
</VirtualHost>

#ID:zgwmy
<VirtualHost *:80>
    ServerName myzg.china.com.cn 
    DocumentRoot "/export/home1/founder/zgwmy"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_myzg.%Y%m%d0000 86400" common
</VirtualHost>

#ID:zgmy
<VirtualHost *:80>
    ServerName zgmy.china.com.cn
    DocumentRoot "/export/home1/founder/zgmy"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zgmy.%Y%m%d0000 86400" common
</VirtualHost>


#ID:hellotianjin
<VirtualHost *:80>
    ServerName tianjin.china.com.cn
    DocumentRoot "/export/home1/founder/hellotianjin"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_hellotianjin.%Y%m%d0000 86400" common
</VirtualHost>

#ID:encipg
<VirtualHost *:80>
    ServerName en.cicg.org.cn
    ServerAlias www.cicgcorp.com
    DocumentRoot "/export/home1/founder/encipg"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_encipg.%Y%m%d0000 86400" common
</VirtualHost>

#ID:zgwszjj
<VirtualHost *:80>
    ServerName szjj.china.com.cn
    DocumentRoot "/export/home1/founder/zgwszjj"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zgwszjj.%Y%m%d0000 86400" common
</VirtualHost>

#ID:read
<VirtualHost *:80>
    ServerName read.china.com.cn
    DocumentRoot "/export/home1/founder/readchina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_readchina.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chanyeagri
<VirtualHost *:80>
    ServerName chanye.agri.china.com.cn
    DocumentRoot "/export/home1/founder/chanyeagri"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chanyeagri.%Y%m%d0000 86400" common
</VirtualHost>

#ID:willchina
<VirtualHost *:80>
    ServerName will.china.com.cn
    DocumentRoot "/export/home1/founder/willchina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_willchina.%Y%m%d0000 86400" common
</VirtualHost>

#ID:sxjyedu
<VirtualHost *:80>
    ServerName sxjy.edu.china.com.cn
    DocumentRoot "/export/home1/founder/sxjyedu"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_sxjyedu.%Y%m%d0000 86400" common
</VirtualHost>

#ID:jxjyedu
<VirtualHost *:80>
    ServerName jxjy.edu.china.com.cn
    DocumentRoot "/export/home1/founder/jiangxiedu"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_jxjyedu.%Y%m%d0000 86400" common
</VirtualHost>


#ID:chinatech
<VirtualHost *:80>
    ServerName www.china-look.com.cn
    DocumentRoot "/export/home1/founder/chinatech"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_tech.%Y%m%d0000 86400" common
</VirtualHost>

#ID:tzsx
<VirtualHost *:80>
    ServerName tzsx.china.com.cn
    DocumentRoot "/export/home1/founder/tzsx"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_tzsx.%Y%m%d0000 86400" common
</VirtualHost>

#ID:shanxijy
<VirtualHost *:80>
    ServerName shanxijy.edu.china.com.cn
    DocumentRoot "/export/home1/founder/shanxijy"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_shanxijy.%Y%m%d0000 86400" common
</VirtualHost>


#ID:mcchina
<VirtualHost *:80>
    ServerName mc.china.com.cn
    DocumentRoot "/export/home1/founder/mcchina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_mcchina.%Y%m%d0000 86400" common
</VirtualHost>

#ID:cygxchina
<VirtualHost *:80>
    ServerName cygx.china.com.cn
    DocumentRoot "/export/home1/founder/cygxchina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_cygxchina.%Y%m%d0000 86400" common
</VirtualHost>


#ID:psychina
<VirtualHost *:80>
    ServerName psy.china.com.cn
    DocumentRoot "/export/home1/founder/psychina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_psychina.%Y%m%d0000 86400" common
</VirtualHost>


#ID:zxchina
<VirtualHost *:80>
    ServerName zx.china.com.cn 
    DocumentRoot "/export/home1/founder/zxchina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zxchina.%Y%m%d0000 86400" common
</VirtualHost>

#ID:fumu
<VirtualHost *:80>
    ServerName fumu.china.com.cn 
    DocumentRoot "/export/home1/founder/fumu"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_fumu.%Y%m%d0000 86400" common
</VirtualHost>

#ID:henanjy
<VirtualHost *:80>
    ServerName henanjy.edu.china.com.cn 
    DocumentRoot "/export/home1/founder/henanjy"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_henanjy.%Y%m%d0000 86400" common
</VirtualHost>

#ID:youthresearch
<VirtualHost *:80>
    ServerName www.youthresearch.org.cn
    DocumentRoot "/export/home1/founder/youthresearch"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_youthresearch.%Y%m%d0000 86400" common
</VirtualHost>

#ID:tcmchina
<VirtualHost *:80>
    ServerName tcm.china.com.cn
    DocumentRoot "/export/home1/founder/tcmchina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_tcmchina.%Y%m%d0000 86400" common
</VirtualHost>

#ID:gxjyedu
<VirtualHost *:80>
    ServerName gxjy.edu.china.com.cn
    DocumentRoot "/export/home1/founder/gxjyedu"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_gxjyedu.%Y%m%d0000 86400" common
</VirtualHost>

#ID:zwyychina
<VirtualHost *:80>
    ServerName zwyy.china.com.cn
    DocumentRoot "/export/home1/founder/zwyychina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_zwyychina.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinaminzu
<VirtualHost *:80>
    ServerName minzu.china.com.cn
    DocumentRoot "/export/home1/founder/chinaminzu"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinaminzu.%Y%m%d0000 86400" common
</VirtualHost>

#ID:aticicg
<VirtualHost *:80>
    ServerName www.aticicg.org.cn
    ServerAlias testaticicg-20231221.aticicg.org.cn
    DocumentRoot "/export/home1/founder/aticicg"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_aticicg.%Y%m%d0000 86400" common
</VirtualHost>

#ID:animation
<VirtualHost *:80>
    ServerName animation.china.com.cn
    DocumentRoot "/export/home1/founder/animation"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_animation.%Y%m%d0000 86400" common
</VirtualHost>

#ID:dbzxchina
<VirtualHost *:80>
    ServerName dbzx.china.com.cn
    DocumentRoot "/export/home1/founder/dbzxchina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_dbzxchina.%Y%m%d0000 86400" common
</VirtualHost>

#ID:xzchina
<VirtualHost *:80>
    ServerName xz.china.com.cn
    DocumentRoot "/export/home1/founder/xzchina"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_xzchina.%Y%m%d0000 86400" common
</VirtualHost>

#ID:xinsd
<VirtualHost *:80>
    ServerName sd.china.com.cn
    DocumentRoot "/export/home1/founder/xinsd"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_xinsd.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinagx
<VirtualHost *:80>
    ServerName gx.china.com.cn
    DocumentRoot "/export/home1/founder/chinagx"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinagx.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinaln
<VirtualHost *:80>
    ServerName ln.china.com.cn
    DocumentRoot "/export/home1/founder/chinaln"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinaln.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinajiangsu
<VirtualHost *:80>
    ServerName jiangsu.china.com.cn
    DocumentRoot "/export/home1/founder/chinajiangsu"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinajiangsu.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinasl
<VirtualHost *:80>
    ServerName slzg.china.com.cn
    DocumentRoot "/export/home1/founder/chinasl"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinasl.%Y%m%d0000 86400" common
</VirtualHost>

#ID:yingjipd
<VirtualHost *:80>
    ServerName yingji.china.com.cn
    DocumentRoot "/export/home1/founder/yingjipd"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_yingjipd.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinasc
<VirtualHost *:80>
    ServerName sc.china.com.cn
    DocumentRoot "/export/home1/founder/chinasc"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinasc.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinahsqz
<VirtualHost *:80>
    ServerName hsqz.china.com.cn
    DocumentRoot "/export/home1/founder/chinahsqz"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinahsqz.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinahsqz
<VirtualHost *:80>
    ServerName hsqz.china.com.cn
    DocumentRoot "/export/home1/founder/chinahsqz"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinahsqz.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinaent
<VirtualHost *:80>
    ServerName ent.china.com.cn
    DocumentRoot "/export/home1/founder/chinaent"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinaent.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinasports
<VirtualHost *:80>
    ServerName sports.china.com.cn
    DocumentRoot "/export/home1/founder/chinasports"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinasports.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinashineup
<VirtualHost *:80>
    ServerName shineup.china.com.cn
    DocumentRoot "/export/home1/founder/chinashineup"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinashineup.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinayingshi
<VirtualHost *:80>
    ServerName yingshi.china.com.cn
    DocumentRoot "/export/home1/founder/chinayingshi"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinayingshi.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinads
<VirtualHost *:80>
    ServerName ds.china.com.cn
    DocumentRoot "/export/home1/founder/chinads"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinads.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinainnovate
<VirtualHost *:80>
    ServerName innovate.china.com.cn
    DocumentRoot "/export/home1/founder/chinainnovate"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinainnovate.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinagk
<VirtualHost *:80>
    ServerName gk.china.com.cn
    DocumentRoot "/export/home1/founder/chinagk"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinagk.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinaxuexi
<VirtualHost *:80>
    ServerName xuexi.china.com.cn
    DocumentRoot "/export/home1/founder/chinaxuexi"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinaxuexi.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinakyzg
<VirtualHost *:80>
    ServerName kyzg.china.com.cn
    DocumentRoot "/export/home1/founder/chinakyzg"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinakyzg.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinadicn
<VirtualHost *:80>
    ServerName dicn.china.com.cn
    DocumentRoot "/export/home1/founder/chinadicn"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinadicn.%Y%m%d0000 86400" common
</VirtualHost>

#ID:taconline2024
<VirtualHost *:80>
    ServerName www.tac-online.org.cn
    ServerAlias tac-online.org.cn
    DocumentRoot "/export/home1/founder/taconline2024"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_taconline2024.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinafj
<VirtualHost *:80>
    ServerName fj.china.com.cn
    DocumentRoot "/export/home1/founder/chinafj"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinafj.%Y%m%d0000 86400" common
</VirtualHost>

#ID:chinazgettt
<VirtualHost *:80>
    ServerName zgettt.china.com.cn
    DocumentRoot "/export/home1/founder/chinazgettt"
    ErrorLog "/export/home0/logs/errors"
    CustomLog "|/usr/sbin/rotatelogs /export/home0/logs/access_chinazgettt.%Y%m%d0000 86400" common
</VirtualHost>
