# Virtual Hosts # # Required modules: mod_log_config # If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn't need to worry about # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at # # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host # configuration. # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for all requests that do not # match a ServerName or ServerAlias in any block. # # 学校新主站 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/znlykjdxnew" ServerName www.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 新闻网1 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/xwwx" ServerName news.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common #新闻网2 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/xwwx" ServerName xww.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 学校主站英文网 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/yw" ServerName english.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 食品科学与工程学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/spkxygcxy" ServerName spxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 商学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/sxy" ServerName jgxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 理学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/website404" ServerName lxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 环境科学与工程学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/hjkxygcxy" ServerName hkgxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/hjkxygcxy" ServerName hjkxygcxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 外国语学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/wgyxy" ServerName wyxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 机电工程学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jdgcxy" ServerName jdxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 物流与交通学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jtysywlxy" ServerName wlxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 政法学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/zfxy" ServerName zfxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 旅游学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/lyxy" ServerName lyxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 林学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/lxy" ServerName zhxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 国际学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/gjxy" ServerName gjxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 风景园林学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/fjyl" ServerName hyxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 生态环境学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/smkx" ServerName ecolen.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 材料科学与工程学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/clkx" ServerName clxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 土木工程与力学学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/tmgc" ServerName tmxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 马克思主义学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/sxzz" ServerName skb.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 计算机与信息工程学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jsj" ServerName jsj.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 家具与艺术设计学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jjys" ServerName jyxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 体育学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/tyxy" ServerName tyxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 纪委监察处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jwjcc" ServerName jwjcc.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 党委组织部 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/dwzzb" ServerName dwzzb.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 党校 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/dx" ServerName dx.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 党委统战部 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/dwtzb" ServerName tzb.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 武装保卫处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/wzb" ServerName bwcn.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 离退休处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/ltxgzb" ServerName txgzb.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 工会 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/gh" ServerName gonghui.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 团委 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/gqtwyh" ServerName tw.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 教务处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jwc" ServerName jwc.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 研究生院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/yjsb" ServerName yjsy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 科学技术处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/kxjsc" ServerName kjc.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 社会科学处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/website404" ServerName skc.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 发展规划与学科建设处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/fzgh" ServerName fgc.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 人事处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/rsc" ServerName rscn.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 计划财务处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jhcwc" ServerName cwc.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 国有资产管理处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/sysjs" ServerName szglc.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 审计处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/sjc" ServerName sjc.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 国际合作与交流处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/gjhz" ServerName io.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 基建维修处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jjwx" ServerName jjcn.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 后勤管理处 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/hqcy" ServerName hqjt.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 政府采购与招投标管理中心 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/zfcg" ServerName cztzx.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 湖南绿色发展研究院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/lsfz" ServerName lsfz.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 国际合作与交流处--英文网 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/e_gjhz" ServerName e_gjc.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 学生会 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/xsh" ServerName xsh.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 经济学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/economy" ServerName jjxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 音乐学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/website404" ServerName ysxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 信息公开网 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/xxgkw" ServerName gkw.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 党办校办 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/dzb" ServerName dwxb.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 校友会 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/xyh" ServerName xyh.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 研究生会 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/website404" ServerName yjsh.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 继续教育学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jxjy" ServerName jxjy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 稻谷国家工程实验室 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/dggjgc" ServerName dggjgc.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 中外合作办学专栏 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/zwhz" ServerName hzbx.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 基金会办公室 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jjb" ServerName jjb.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 信息中心 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/xdjy" ServerName ic.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 创新争优活动专题网 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/cxzy" ServerName ztwz.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 班戈学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/bangor" ServerName bangor.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 班戈学院英文网 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/bgxyyww" ServerName bangorenglish.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 北京教学点 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/bjjxd" ServerName bjjxd.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 创新创业学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/cxcyxy" ServerName cy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 督察督导办公室 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/website404" ServerName ddb.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 湖南省环境资源植物开发与利用工程技术研究中心 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/hnhjzyz" ServerName hnhjzy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 森林植物实验教学中心 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/slzw" ServerName slzw.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 经济林培育与保护教育部重点实验室 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/zdsys" ServerName nwf.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 60周年校庆专题网 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/xqztw" ServerName xqw.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 机械设计制造及其自动化 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jxsjzz" ServerName jxsjzz.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 工程流变学湖南省重点实验室 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/lblx" ServerName lbs.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 国际学院英文站 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/website404" ServerName lxsb.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 涉外学院新网站 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/lkdswxy" ServerName swxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 迎新网 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/yxw" ServerName welcome.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 不忘初心,牢记使命主题教育 # # ServerAdmin webmaster@dummy-host.csuft.edu.cn # DocumentRoot "D:/web_bak/bwcx" # ServerName ztjy.csuft.edu.cn # ServerAlias www.dummy-host.csuft.edu.cn # ErrorLog "logs/error/2020-11-23.log " # CustomLog "logs/access/2020-11-23.log " common # # 株洲管委会 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/zzxq" ServerName zzgwh.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 林业教学科研实验实习中心 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/lyjxkysysxzx" ServerName cszx.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 资产经营管理有限公司 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/zcjygl" ServerName zcjy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 特医食品加工湖南省重点实验室 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/tyspjg" ServerName tysp.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 智慧物流技术湖南省重点实验室 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/wlsys" ServerName wlsys.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common #学生工作部 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/xsgzb" ServerName xsgzb.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 化学与化工学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/znlkdlxy_318" ServerName hxhgxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 电子信息与物理学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/znlkdlxy_320" ServerName dzwlxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 前沿交叉学科学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/hjkxygcxy_322" ServerName qyjcxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 心理健康与教育中心 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/xljkzx" ServerName xljkzx.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 图书馆(新) ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/tsg" ServerName library.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 芦头实验林场 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/jjwx_336" ServerName ltsylc.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 生命科学与技术学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/smkxyjsxy" ServerName sky.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 水土保持学院 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/stbcxy" ServerName stbcxy.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common # 现代分析测试中心 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/lyjxkysysxzx" ServerName cszx.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common #校史网 ServerAdmin webmaster@dummy-host.csuft.edu.cn DocumentRoot "D:/web_bak/xsw" ServerName xsw.csuft.edu.cn ServerAlias www.dummy-host.csuft.edu.cn ErrorLog "logs/error/2020-11-23.log " CustomLog "logs/access/2020-11-23.log " common