? 国产成人精品日本亚洲第一区 ,婷婷五月综合色中文字幕

全國(guó)銷售熱線:020-22275526 22274250

服務(wù)中心
常見(jiàn)問(wèn)題
apache的多域名配置方法
發(fā)布日期:2014-12-20        作者:凱易通軟件

 

1、httpd.conf

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

2.httpd.conf

找到(修改Directory路徑為你所有站點(diǎn)根目錄,我本地是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 
[email protected]
ServerName localhost

//以上是設(shè)置默認(rèn)站點(diǎn)

DocumentRoot D:wwwrootwww.XXX.com//(
www.xxx.com是我存放系統(tǒng)的文件夾名稱)
ServerName
www.XXXX.com

//以上設(shè)置你自己的站點(diǎn),具體日志位置的設(shè)置可以參考示例配置

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

添加:127.0.0.1 www.XXX.com

重啟Apache,OK!

網(wǎng)友評(píng)論
用戶姓名:
評(píng)論內(nèi)容:
驗(yàn)證碼:      看不清楚,換一張
         
  • 在線客服
    點(diǎn)擊圖標(biāo)咨詢

  • 服務(wù)熱線:
    400-8788-609
    020-22275526
  • 客服QQ
    1239396386
    2219944045