使用 MAMP 的 Mac OSX Lion 中的虚拟主机问题

使用 MAMP 的 Mac OSX Lion 中的虚拟主机问题

我在连接虚拟主机时遇到问题。这是我的代码。这里缺少什么吗?

在 httpd.conf 中

NameVirtualHost *
<VirtualHost *>
ServerName site1.local
DocumentRoot "/Users/Dan/Dropbox/Websites/www/site1"
</VirtualHost>

在 /etc/hosts 中

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1       localhost
255.255.255.255 broadcasthost
::1             localhost
fe80::1%lo0     localhost

127.0.0.1       site1.local

答案1

这里没什么问题。我需要将 MAMP 上的默认端口更改为 80。

相关内容