最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Apache 多端口多站點(diǎn)配置方法

 更新時(shí)間:2010年08月01日 19:21:10   作者:  
Apache多端口多站點(diǎn)的配置方法,配置apache服務(wù)器的朋友可以參考下。
配置httpd.conf
監(jiān)聽(tīng)多個(gè)端口

復(fù)制代碼 代碼如下:

# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 8081
Listen 8082
Listen 8083

#增加監(jiān)聽(tīng)端口
等以下內(nèi)容都設(shè)置以后,可以通過(guò)netstat -n -a查看端口是否開(kāi)啟
開(kāi)啟虛擬站點(diǎn)
復(fù)制代碼 代碼如下:

# Virtual hosts
#Include conf/extra/httpd-vhosts.conf
#修改為
# Virtual hosts
Include conf/extra/httpd-vhosts.conf

配置PHP模塊
加載php模塊,php5apache2_2代表使用的是apache2.2或以上版本
LoadModule php5_module "c:/php/php5apache2_2.dll"
PHPIniDir "C:/php"
配置php文件類(lèi)型映射
AddType application/x-httpd-php .php

配置conf/extra/httpd-vhosts.conf

復(fù)制代碼 代碼如下:

<VirtualHost *:8082>
ServerAdmin webmaster@dummy-host.localhost
DocumentRoot "C:/PhpDocRoot/Site1"
ServerName localhost
ServerAlias localhost
ErrorLog "logs/dummy-host.localhost-error.log"
CustomLog "logs/dummy-host.localhost-access.log" common
<Directory "C:/PhpDocRoot/Site1">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *:8083>
ServerAdmin webmaster@dummy-host2.localhost
DocumentRoot "C:/PhpDocRoot/Site2"
ServerName localhost
ErrorLog "logs/dummy-host2.localhost-error.log"
CustomLog "logs/dummy-host2.localhost-access.log" common
<Directory "C:/PhpDocRoot/Site2">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<Directory...>...</Directory>

一定不能少
重新啟動(dòng)apache試一下,如果出錯(cuò),查看一下logs下面的log文件還有windows的事件查看器記錄的錯(cuò)誤日志。

相關(guān)文章

最新評(píng)論

邯郸市| 霞浦县| 皋兰县| 新郑市| 福泉市| 晴隆县| 新龙县| 来宾市| 荆门市| 依安县| 新乐市| 香格里拉县| 玛纳斯县| 历史| 达尔| 慈溪市| 江源县| 腾冲县| 乐平市| 土默特右旗| 开阳县| 宝清县| 三亚市| 陇南市| 满洲里市| 施甸县| 柯坪县| 永靖县| 汾西县| 武陟县| 绵阳市| 易门县| 晋宁县| 龙里县| 巴里| 芜湖市| 岳西县| 怀柔区| 伊通| 稻城县| 宿州市|