私はLinuxを初めて使用し、opensuse 12.1でcakephpを設定しようとしています。私はcakephp Webサイト(ブログチュートリアル)の指示に従いましたが、おそらくいくつかの権限の問題が発生した可能性があります。 cakephpフォルダを/srv/www/htdocsに配置し、localhost/cakephpを使用してアクセスしようとしました。
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
しかし、私が得た権限を確認すると
Suse:/srv # ls -lR shows sankalp as owner for all the files down the tree.
sankalp@Suse:/srv/www/htdocs> whoami
sankalp
sankalp@Suse:/srv/www/htdocs> ls -l
total 108
drwxrwxrwx 6 sankalp users 4096 Jun 27 12:44 cakephp
-rw-r--r-- 1 sankalp users 73728 Jul 6 10:41 das
-rwxrwxrwx 1 sankalp root 302 Mar 13 2006 favicon.ico
-rwxrwxrwx 1 sankalp root 26 Jun 28 19:04 whoami.php
また、ブラウザにfavicon.icoが表示されている場合は、whoami.phpにアクセスできません。ユーザーに777を提供するとき、ここで私が何を間違っているのでしょうか?