您好,登錄后才能下訂單哦!
Apache簡(jiǎn)介:
Apache HTTP Server(簡(jiǎn)稱(chēng)Apache)是Apache軟件基金會(huì)的一個(gè)開(kāi)放源碼的網(wǎng)頁(yè)服務(wù)器,可以在大多數(shù)計(jì)算機(jī)操作系統(tǒng)中運(yùn)行,由于其多平臺(tái)和安全性被廣泛使用,是最流行的Web服務(wù)器端軟件之一。它快速、可靠并且可通過(guò)簡(jiǎn)單的API擴(kuò)展,將Perl/Python等解釋器編譯到服務(wù)器中。
Apache HTTP服務(wù)器是一個(gè)模塊化的服務(wù)器,源于NCSAhttpd服務(wù)器,經(jīng)過(guò)多次修改,成為世界使用排名第一的Web服務(wù)器軟件。
具體方法如下:
1、開(kāi)啟“虛擬目錄配置文件”httpd-vhosts.conf
文件路徑:\wamp\bin\apache\apache2.4.9\conf\extra\httpd-vhosts.conf
將以下配置:
# Virtual hosts # Include conf/extra/httpd-vhosts.conf
改為:
# Virtual hosts Include conf/extra/httpd-vhosts.conf
2、設(shè)置虛擬目錄可訪問(wèn)
文件路徑:\wamp\bin\apache\apache2.4.9\conf\extra\httpd-vhosts.conf
將以下配置:
<Directory /> AllowOverride none Require all denied </Directory>
改為:
<Directory /> AllowOverride none </Directory>
3、添加虛擬目錄
文件路徑:\wamp\bin\apache\apache2.4.9\conf\extra\httpd-vhosts.conf
添加虛擬目錄
<VirtualHost *:80> ServerAdmin webmaster@web.shop.com DocumentRoot "D:/_HelloWorld/01_MyProjects/06_PHP/01_Web/Product/Source/Shop" ServerName web.shop.com ErrorLog "logs/web.shop.com-error.log" CustomLog "logs/web.shop.com-access.log" common </VirtualHost>
4、重啟apache
以上就是如何設(shè)置apache虛擬目錄的詳細(xì)內(nèi)容,更多請(qǐng)關(guān)注億速云其它相關(guān)文章!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。