大家好我按照OS X Yosemite的教程设置了apache。
我可以从默认WebServer目录进入“It works”页面,但是在设置我自己的用户目录时,apache不再找到它。我在User文件夹中创建了Sites目录。
然后我在/etc/apache2/users
中创建了username.conf我在那里有一个Guest.conf,我的教程中没有提到但是我不知道是不是问题,我宁愿要求而不知道删除它。
我的username.conf文件:
<Directory "/Users/mathiashintjens/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
我使用sudo chmod 644 mathiashintjens.conf
来更改权限,然后sudo apachectl restart
然后我在〜/ Sites目录中创建了一个index.html文件,但仍然无法使用http://localhost/~mathiashintjens/
我过去安装了MAMP,所以也许这就是问题所在?
如果有人能帮助我,那真的很酷。 提前谢谢!