Tôi biết điều này có vẻ tương tự như các câu hỏi khác nhưng dường như Yosemite đã thay đổi điều gì đó với cấu hình apache với bản nâng cấp. nhật ký lỗi của tôi cho biết "máy khách bị từ chối bởi cấu hình máy chủ: /Users/doumund/Sites/testpatient.php"
Phiên bản Apache: MacBook-Pro: apache2 douecraft $ apachectl -v Phiên bản máy chủ: Apache / 2.4.9 (Unix) Máy chủ được xây dựng: ngày 9 tháng 9 năm 2014 14:48:20 tệp douecraft.conf của tôi là 644 root / wheel và như sau:
<Directory "/Users/douglas/Sites">
Options Indexes Multiviews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
http.conf của tôi có các mục sau:
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User _www
Group _www
</IfModule>
...
DocumentRoot "/Library/WebServer/Documents"
#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Satisfy All
</Directory>
...
<Directory "/Library/WebServer/Documents">
#
# 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.2/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks MultiViews
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
#AllowOverride None
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
Satisfy All
</Directory>
Bất cứ điều gì sẽ được đánh giá cao. Tôi đã thử quay lại tệp http.conf trước đó nhưng có một số khác biệt về các mô-đun cần được tải. Hoàn toàn có thể là tôi đã bỏ lỡ một mô-đun nhưng không có khiếu nại trong nhật ký.