第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

輸入localhost之后,顯示的是test01的輸出語句,輸入test02也是顯示test01的語句

按照評(píng)論的解決方法,已經(jīng)修改了locahost的端口為8080,其他test01,test01端口為80;localhost的虛擬站點(diǎn)配置代碼如下:<VirtualHost *:8080>
?? ?ServerName localhost
?? ?DocumentRoot D:/Demo
?? ?<Directory? "D:/Demo">
?? ??? ?Options +Indexes +Includes +FollowSymLinks +MultiViews
?? ??? ?AllowOverride All
?? ??? ?Require all granted
?? ?</Directory>
</VirtualHost>

test01:

<VirtualHost *:80>
?? ?ServerName test01
?? ?DocumentRoot D:/Demo/test01
?? ?<Directory? "D:/Demo/test01">
?? ??? ?Options +Indexes +Includes +FollowSymLinks +MultiViews
?? ??? ?AllowOverride All
?? ??? ?Require all granted
?? ?</Directory>
</VirtualHost>

test02:

<VirtualHost *:80>
?? ?ServerName test02
?? ?DocumentRoot D:/Demo/test02
?? ?<Directory? "D:/Demo/test02">
?? ??? ?Options +Indexes +Includes +FollowSymLinks +MultiViews
?? ??? ?AllowOverride All
?? ??? ?Require all granted
?? ?</Directory>
</VirtualHost>

是出現(xiàn)了哪里的問題?

正在回答

4 回答

請(qǐng)問你是怎么解決的 我們是一樣的問題


0 回復(fù) 有任何疑惑可以回復(fù)我~


你開啟了httpd-vhosts.conf嗎??


0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

purple涵_23 提問者

開啟? 不是一直開著的嗎
2016-12-04 回復(fù) 有任何疑惑可以回復(fù)我~

也就是? localhost:8080?

0 回復(fù) 有任何疑惑可以回復(fù)我~

servername是服務(wù)器名,要帶域名全稱。


<VirtualHost *:8080>
?? ?ServerName localhost
?? ?DocumentRoot D:/Demo
?? ?<Directory? "D:/Demo">
?? ??? ?Options +Indexes +Includes +FollowSymLinks +MultiViews
?? ??? ?AllowOverride All
?? ??? ?Require all granted
?? ?</Directory>
</VirtualHost>

<VirtualHost *:80>
?? ?ServerName test01.com
?? ?DocumentRoot D:/Demo
?? ?<Directory? "D:/Demo">
?? ??? ?Options +Indexes +Includes +FollowSymLinks +MultiViews
?? ??? ?AllowOverride All
?? ??? ?Require all granted
?? ?</Directory>
</VirtualHost>

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

purple涵_23 提問者

也就是 localhost:8080?
2016-12-04 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

輸入localhost之后,顯示的是test01的輸出語句,輸入test02也是顯示test01的語句

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)