Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
我在macos上配置了httpd.conf以允许带有选项FollowSymLinks的符号链接,但我仍然得到403您没有权限_Macos_Apache_Symlink - Fatal编程技术网

我在macos上配置了httpd.conf以允许带有选项FollowSymLinks的符号链接,但我仍然得到403您没有权限

我在macos上配置了httpd.conf以允许带有选项FollowSymLinks的符号链接,但我仍然得到403您没有权限,macos,apache,symlink,Macos,Apache,Symlink,MacOS 10.12.5上的本地apache设置使用默认设置/private/etc/apache2/http.conf 这包括目录的以下设置: <Directory "/Library/WebServer/Documents"> Options Indexes Multiviews FollowSymLinks 这是ls-l/文档中的相关信息/ lrwxr-xr-x 1 root wheel 44 Sep 21 18:02 aliastest ->

MacOS 10.12.5上的本地apache设置使用默认设置/private/etc/apache2/http.conf

这包括目录的以下设置:

<Directory "/Library/WebServer/Documents">
   Options Indexes Multiviews FollowSymLinks
这是ls-l/文档中的相关信息/

lrwxr-xr-x   1 root  wheel       44 Sep 21 18:02 aliastest -> /Users/iani/Documents/001DEV/SITES/aliastest    
以及:

我还检查了httpd.conf文件中的include,没有发现任何冲突或覆盖。我重新启动了apachectl。问题依然存在

关于如何在macos上启用“我的根web目录”中的网页和链接文件夹浏览的提示

谢谢

伊安尼斯·赞诺斯

lrwxr-xr-x   1 root  wheel       44 Sep 21 18:02 aliastest -> /Users/iani/Documents/001DEV/SITES/aliastest    
-rwxrwxrwx  1 iani  staff  230 Sep 21 18:01 index.html