来一发Apache设置多网站多域名 .
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!翻开Apache设置文件httpd.conf,如默许情形下为/etc/httpd/conf/httpd.conf#vi/etc/httpd/conf/httpd.conf
把以下假造机的设置加在httpd.conf文件开端便可
NameVirtualHost*:80//注重:这行默许是有#号的,记得要往失落
##VirtualHostexample:
#AlmostanyApachedirectivemaygointoaVirtualHostcontainer.
#ThefirstVirtualHostsectionisusedforallrequeststhatdonot
#matchaServerNameorServerAliasinanyblock.
#ServerAdminadmin@centoscn.com
<VirtualHost*:80>
ServerAdminadmin@centoscn.com
DocumentRoot/var/www/html/centos
ServerNamewww.centoscn.com
ServerAliaswww.centoscn.com
ErrorLoglogs/centoscn.com-error_log
CustomLoglog/centoscn.com-access_logcommon
</VirtualHost>
<VirtualHost*:80>
ServerAdminadmin@gamekey.com.cn
DocumentRoot/var/www/html/gamekey.com.cn
ServerNamewww.gamekey.com.cn
ServerAliaswww.gamekey.com.cn
ErrorLoglogs/gamekey.com.cn-error_log
CustomLoglogs/gamekey.com.cn-access_logcommon
</VirtualHost>
欢迎大家来到仓酷云论坛!
来一发Apache设置多网站多域名 .
期间我阅读了不少关于Linux的相关资料,其中也不乏一些有趣的小故事,这既丰富了我的课余生活,也让我加深了对一些术语的理解,比玩游戏强多了。? Linux高手更具有鼓励新手的文化精神。如何在Linux社区获得帮助,需要说明的是你要有周全的思考,准备好你的问题,不要草率的发问。 首先Linux是开源的,这也是最主要的原因,想学windows,Unix,对不起我们没源代码。也正是因为这样,Linux才能够像滚雪球一样越滚越大,发展到现在这种规模。 选择一些适于初学者的Linux社区。 熟悉操作是日常学习Linux中的三大法宝。以下是作者学习Linux的一些个人经验,供参考: 不同于Windows?系统需要花钱购买,因为Linux的核心是免费的,自由使用的,核心源代码是开放的。 以前觉得Linux就跟dos一样,全是用命令窗口,相对于窗口界面来说多麻烦呀。 我们这一代90后,从小接触的是windows98,家里条件好的自己有电脑装的是2000,后来又有了XP,上大学时又有了win7。
页:
[1]