优胜美地的Localhost错误(403 Forbidden)

时间:2014-11-03 18:57:35

标签: apache httpd.conf http-status-code-403 osx-yosemite user.config

首先,我查看了这个页面[Apache localhost 403 error with Yosemite,因为这个人似乎和我有同样的问题。我尝试了不同的东西,但它对我不起作用。当我在我的网址中写入localhost时,我会收到403 Forbidden "You don't have permission to access / on this server"。对不起,我是初学者。我真的不知道你需要知道什么样的信息来帮助我解决这个问题。

我的目录/ Users / schan / Sites / 我的user.conf(schan.conf)是

<Directory "/Users/schan/Sites/">
  Options Indexes MultiViews
  AllowOverride All
  Require all granted
</Directory>

我的httpd.conf(有些信息告诉我你是否需要更多信息)

# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/Users/schan/Sites"
<Directory "/Users/schan/Sites">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options FollowSymLinks Multiviews
    MultiviewsMatch Any

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    AllowOverride All

#
# Controls who can get stuff from this server.
#
Require all granted

1 个答案:

答案 0 :(得分:2)

如果你写了#localhost&#39;在您的网址中,在yosemite上调用以下目录:/ Library / WebServer / Documents / 这与/ Users / schan / Sites不同 你可以使用:/ / p>来调用/ Users / schan / Sites

http://localhost/~schan

在本地主机上获取403&#39;在我的优胜美地发生,如果我从文件夹中删除了读取权限,它应该是644或者,在Finder Info中它会说

System    read and write
wheel     read only
everyone  read only

为了设置本地用户,我发现此链接最有帮助且最完整:http://coolestguidesontheplanet.com/get-apache-mysql-php-phpmyadmin-working-osx-10-10-yosemite/