码迷,mamicode.com
首页 > Web开发 > 详细

linux apache服务器配置虚拟主机

时间:2015-11-07 06:48:12      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:default   阿里云   虚拟主机   服务器   linux   

楼主用的是阿里云


配置虚拟主机需要在 /alidata/vhosts/default.conf文件中加以下内容

<VirtualHost *:80>
	DocumentRoot /alidata/www/default/baby
	ServerName www.nixiaofeng.xyz
	ServerAlias www.nixiaofeng.xyz
	<Directory "/alidata/www/default/baby">
	    Options Indexes FollowSymLinks
	    AllowOverride all
	    Order allow,deny
	    Allow from all
	</Directory>
	ErrorLog "/alidata/log/httpd/phpwind-error.log"
	CustomLog "/alidata/log/httpd/phpwind.log" common
</VirtualHost>


linux apache服务器配置虚拟主机

标签:default   阿里云   虚拟主机   服务器   linux   

原文地址:http://chenxiaolong.blog.51cto.com/8786841/1710419

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!