我在更改/ etc / apache2 / users /文件夹中“ username.conf”文件的权限时遇到问题。它需要获得许可,
-rw-r--r-- 1 root wheel 298 Jun 28 16:47 username.conf
但我无法实现。
我尝试使用命令更改权限,
sudo chmod 644 username.conf;
但没有更改。
我正在使用本教程:http : //coolestguidesontheplanet.com/forbidden-403-you-dont-have-permission-to-access-username-on-this-server/
当我检查文件的权限时,
-rw-r--r-- 1 root wheel 155 Jan 23 23:30 Owner.conf
当我导航到http:// localhost /〜Owner /时,我得到404 Not found。