手机看片精品高清国产日韩,色先锋资源综合网,国产哺乳奶水91在线播放,乱伦小说亚洲色图欧洲电影

如何配置Apache 多端口

2016-08-03 01:20:22 1693

配置httpd.conf 
監聽多個端口 

代碼如下:


# 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 


#增加監聽端口 

等以下內容都設置以后,可以通過netstat -n -a查看端口是否開啟 

開啟虛擬站點 

復制代碼 代碼如下:


# Virtual hosts 

#Include conf/extra/httpd-vhosts.conf 

#修改為 

# Virtual hosts 

Include conf/extra/httpd-vhosts.conf 


提交成功!非常感謝您的反饋,我們會繼續努力做到更好!

這條文檔是否有幫助解決問題?

非常抱歉未能幫助到您。為了給您提供更好的服務,我們很需要您進一步的反饋信息:

在文檔使用中是否遇到以下問題: