91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Mac Apache配置虛擬主機

發布時間:2020-05-13 09:23:59 來源:億速云 閱讀:321 作者:Leah 欄目:編程語言

今天小編就為大家帶來一篇Mac在自帶apache配置虛擬主機的文章。小編覺得挺不錯的,為此分享給大家做個參考。一起跟隨小編過來看看吧。

一、啟動Apache

終端輸入:sudo apachectl start

Apache的安裝目錄在:/etc/apache2/,etc默認是隱藏的。有三種方式查看:

1.桌面位于Finder時:shift+command+g,輸入“/etc”(即Finder-前往-前往文件夾的快捷鍵)

2.打開終端:cd /etc

3.可以在terminal 輸入 "open /etc"

二、設置虛擬主機

1.在終端運行“sudo vi /etc/apache2/httpd.conf”,打開Apche的配置文件

2.在httpd.conf中找到“#Include /private/etc/apache2/extra/httpd-vhosts.conf”,去掉前面的“#”,保存并退出。

3.運行“sudo apachectl restart”,重啟Apache后就開啟了虛擬主機配置功能。

4.運行“sudo vi /etc/apache2/extra/httpd-vhosts.conf”,就打開了配置虛擬主機文件httpd-vhost.conf,配置虛擬主機了。需要注意的是該文件默認開啟了兩個作為例子的虛擬主機

<VirtualHost *:80> 
ServerAdmin webmaster@dummy-host.example.com 
DocumentRoot "/usr/docs/dummy-host.example.com" 
ServerName dummy-host.example.com 
ErrorLog "/private/var/log/apache2/dummy-host.example.com-error_log" 
CustomLog "/private/var/log/apache2/dummy-host.example.com-access_log" common 
</VirtualHost> 
<VirtualHost *:80> 
ServerAdmin webmaster@dummy-host2.example.com 
DocumentRoot "/usr/docs/dummy-host2.example.com" 
ServerName dummy-host2.example.com 
ErrorLog "/private/var/log/apache2/dummy-host2.example.com-error_log" 
CustomLog "/private/var/log/apache2/dummy-host2.example.com-access_log" common 
</VirtualHost>

而實際上,這兩個虛擬主機是不存在的,在沒有配置任何其他虛擬主機時,可能會導致訪問localhost時出現如下提示:
Forbidden
You don't have permission to access /index.php on this server

最簡單的辦法就是在它們每行前面加上#,注釋掉就好了,這樣既能參考又不導致其他問題。

5.增加如下配置,支持localhost訪問,添加虛擬主機訪問

<VirtualHost *:80> 
DocumentRoot "/Library/WebServer/Documents" 
ServerName localhost 
ErrorLog "/private/var/log/apache2/localhost-error_log" 
CustomLog "/private/var/log/apache2/localhost-access_log" common 
</VirtualHost> 
<VirtualHost *:80> 
DocumentRoot "/Library/WebServer/Documents" 
ServerName 虛擬主機地址 (如:www.test.com)
ErrorLog "/private/var/log/apache2/test-error_log" 
CustomLog "/private/var/log/apache2/test-access_log" common 
<Directory /> 
Options Indexes FollowSymLinks MultiViews 
AllowOverride None 
Order deny,allow 
Allow from all 
</Directory> 
</VirtualHost>

保存,退出,重啟Apache。

6.運行“sudo vi /etc/hosts”,打開hosts配置文件,加入"127.0.0.1 www.test.com",這樣就可以配置完成test虛擬主機了。

打開瀏覽器,輸入:www.test.com

It works!

配置成功,和localhost一致!

看完上述內容,你們掌握Mac Apache配置虛擬主機的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

平昌县| 沂南县| 嘉鱼县| 舒城县| 岳池县| 九江县| 清远市| 龙江县| 黄浦区| 顺义区| 宜良县| 兴国县| 景洪市| 灌云县| 定安县| 从江县| 瓦房店市| 板桥市| 北海市| 旬邑县| 农安县| 应城市| 得荣县| 富蕴县| 蒲城县| 丰镇市| 霍城县| 南木林县| 安塞县| 饶平县| 固镇县| 依兰县| 扬中市| 杭锦旗| 工布江达县| 刚察县| 西乡县| 苏州市| 黎平县| 句容市| 广东省|