升级到 Lion 后,我的所有虚拟主机都停止工作。出于某种奇怪的原因,它们在我的设备上重定向到“它有效”主 Apache 页面。
例子:
在 /etc/hosts 中:
127.0.0.1 myhost.com
<VirtualHost *:80>
DocumentRoot "/Library/WebServer/Documents/testproj/"
ServerName myhost.com
<Directory "/Library/WebServer/Documents/testproj/">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ErrorLog "/private/var/log/apache2/testproj-error_log"
CustomLog "/private/var/log/apache2/testproj-access_log" common
</VirtualHost>
其他人遇到过同样的问题吗?我该如何解决这个问题?
答案1
似乎两个 apache 正在一起工作。一个是 homebew,另一个是 macport...删除 macport apache 解决了这个问题...似乎我正在修改不是在端口 80 上工作的 apache 配置