国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 網(wǎng)站 > 建站經(jīng)驗(yàn) > 正文

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

2019-11-02 16:18:54
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
配置httpd.conf

監(jiān)聽多個(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)聽端口

等以下內(nèi)容都設(shè)置以后,可以通過(guò)netstat -n -a查看端口是否開啟

開啟虛擬站點(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文件類型映射

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ò)誤日志。
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 基隆市| 石城县| 手机| 平度市| 常熟市| 天水市| 莫力| 新巴尔虎左旗| 锡林浩特市| 五常市| 田林县| 滨海县| 南宁市| 中宁县| 门头沟区| 保山市| 建阳市| 武夷山市| 从江县| 江北区| 孙吴县| 南华县| 普兰店市| 万源市| 集贤县| 灵川县| 石楼县| 淳安县| 怀远县| 阿鲁科尔沁旗| 永平县| 揭阳市| 蒙山县| 襄樊市| 涡阳县| 靖边县| 无为县| 休宁县| 东乡县| 岗巴县| 汉沽区|