apache的多域名配置方法

全国销售热线:020-22275526 22274250

服务中心
其它问题
apache的多域名配置方法
发布日期:2014-12-20        作者:凯易通软件

 

1、httpd.conf

找到#Include conf/extra/httpd-vhosts.conf,将前面的#也就是注释去掉

2.httpd.conf

找到(修改Directory路径为你所有站点根目录,我本地是d:wwwroot)

修改 AllowOverride None->AllowOverride All

#
# Possible values for the Options directive are “None”, “All”,
# or any combination of:
#Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that “MultiViews” must be named *explicitly* — “Options All”
# doesn’t give it to you.
#
# The Options directive is both complicated and important.  Please see
#
http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks

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

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

3、去extra目录下找到httpd-vhosts.conf


DocumentRoot d:Apachehtdocs
ServerAdmin 
xxx@gmail.com
ServerName localhost

//以上是设置默认站点

DocumentRoot D:wwwrootwww.XXX.com//(
www.xxx.com是我存放系统的文件夹名称)
ServerName
www.XXXX.com

//以上设置你自己的站点,具体日志位置的设置可以参考示例配置

4、修改c盘windows->system32->driver->etc->hosts文件

添加:127.0.0.1 www.XXX.com

重启Apache,OK!

网友评论
用户姓名:
评论内容:
验证码:      看不清楚,换一张
         
  • 在线客服
    点击图标咨询

  • 服务热线:
    400-8788-609
    020-22275526
  • 客服QQ
    1239396386
    2219944045