Page 1 of 1

Centos 7 - Permission Error

Posted: Sun Nov 08, 2015 6:47 pm
by RevengeFNF
Hello,

My live site is running Centos 6.7 with the last Vesta version very fine.

In my dev server, i formatted it with a clean Centos 7.1 and installed Vesta. The install occurred with no problems.
I restored a backup of my site on it, configured it, but when i try load the page, i get a error 403.

Here is what appear on the errors logs:

Code: Select all

[Sun Nov 08 19:22:17.386363 2015] [core:error] [pid 29644] (13)Permission denied: [client **.***.171.194:38667] AH00035: access to /index.php denied (filesystem path '/home/admin/web/******.com/public_html') because search permissions are missing on a component of the path
Already checked the chmod and chown permissions and they are fine. What may be?

Re: Centos 7 - Permission Error

Posted: Sun Nov 08, 2015 7:00 pm
by RevengeFNF
Ok i found the problem.

The domain folder ****.com (** instead of the real domain ;) ), was set with 700 chmod instead of 551. Is this a bug?