内射老阿姨1区2区3区4区_久久精品人人做人人爽电影蜜月_久久国产精品亚洲77777_99精品又大又爽又粗少妇毛片

教你如何用apache同ip多站點(diǎn)架設(shè)

2023-05-27    分類: 網(wǎng)站建設(shè)

這里是指同一IP綁定N個(gè)域名,有二種方式實(shí)現(xiàn)
方法1、僅修改httpd.conf
假設(shè)二個(gè)域名bbs.xxx.com與blog.xxx.com
打開(kāi)httpd.conf
將文件拖到下面,加上

view plaincopy to clipboardprint?

ServerName bbs.xxx.com #域名
DocumentRoot "F:/website/bbs" #該域名對(duì)應(yīng)的目錄地址
#該節(jié)點(diǎn)是配置權(quán)限、默認(rèn)首頁(yè)啊等等東東。
Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.php
AllowOverride None
Order Deny,Allow
Allow from all

ServerName blog.xxx.com
DocumentRoot "D:/PHPSite/wordpress"

Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.php
AllowOverride None
Order Deny,Allow
Allow from all

ServerName bbs.xxx.com #域名
DocumentRoot "F:/website/bbs" #該域名對(duì)應(yīng)的目錄地址
#該節(jié)點(diǎn)是配置權(quán)限、默認(rèn)首頁(yè)啊等等東東。
Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.php
AllowOverride None
Order Deny,Allow
Allow from all

ServerName blog.xxx.com
DocumentRoot "D:/PHPSite/wordpress"

Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.php
AllowOverride None
Order Deny,Allow
Allow from all

重啟apache,就OK啦。當(dāng)然你要修改你的hosts文件。

方法2、修改/PhpServer/Apache2.2/conf/extra/httpd-vhosts.conf
直接將上面一段copy到httpd-vhosts.conf的后即可。
實(shí)際上看名字就知道httpd-vhosts.conf是一個(gè)虛擬站點(diǎn)配置集中地,方便管理。
也就是如下:
view plaincopy to clipboardprint?
#
# Virtual Hosts
#
# 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.

#
# Use name-based virtual hosting.
#
NameVirtualHost *:80

#
# 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.
#

ServerName bbs.xxx.com #域名
DocumentRoot "F:/website/bbs" #該域名對(duì)應(yīng)的目錄地址
#該節(jié)點(diǎn)是配置權(quán)限、默認(rèn)首頁(yè)啊等等東東。
Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.php
AllowOverride None
Order Deny,Allow
Allow from all

ServerName blog.xxx.com
DocumentRoot "D:/PHPSite/wordpress"

Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.php
AllowOverride None
Order Deny,Allow
Allow from all

#
# Virtual Hosts
#
# 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.

#
# Use name-based virtual hosting.
#
NameVirtualHost *:80

#
# 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.
#

ServerName bbs.xxx.com #域名
DocumentRoot "F:/website/bbs" #該域名對(duì)應(yīng)的目錄地址
#該節(jié)點(diǎn)是配置權(quán)限、默認(rèn)首頁(yè)啊等等東東。
Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.php
AllowOverride None
Order Deny,Allow
Allow from all

ServerName blog.xxx.com
DocumentRoot "D:/PHPSite/wordpress"

Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.php
AllowOverride None
Order Deny,Allow
Allow from all

重啟apache。
如果不行的話,看你的httpd.conf是否啟用了vhost
打開(kāi)httpd.conf,找到
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
看是否啟用,即去掉Include conf/extra/httpd-vhosts.conf前的#
重啟apache,爽去吧。

網(wǎng)頁(yè)題目:教你如何用apache同ip多站點(diǎn)架設(shè)
本文地址:http://www.rwnh.cn/news34/260784.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站改版、網(wǎng)站設(shè)計(jì)公司、ChatGPTGoogle、外貿(mào)網(wǎng)站建設(shè)靜態(tài)網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

商城網(wǎng)站建設(shè)
抚顺市| 会泽县| 庆阳市| 汾西县| 门头沟区| 武胜县| 常宁市| 桃园市| 滨海县| 潜江市| 汶上县| 安泽县| 灌阳县| 马龙县| 五寨县| 措美县| 安远县| 朔州市| 碌曲县| 嘉定区| 浦江县| 兴安盟| 遵义市| 湟源县| 凤山县| 安龙县| 九龙坡区| 天水市| 淳安县| 潜江市| 鹿泉市| 门头沟区| 巩留县| 文安县| 乌鲁木齐县| 额济纳旗| 堆龙德庆县| 巢湖市| 昌吉市| 东乌| 香格里拉县|