Content
Forbidden You don't have permission to access / on this server.
Added by Dimitri Yioulos over 6 years ago
Hello, All.
I've installed the latest version of OP on a CentOS 7 box via RPM. Installation seemed to go fine; I received no errors. Yet, despite everything I've tried, I can't get to the login page. Instead, I get a 403 error - Forbidden You don't have permission to access / on this server.
Here's output from https error_log:
[Sat Oct 27 14:03:29.038820 2018] [:error] [pid 12791] [client 193.112.86.81:57312] script '/opt/openproject/public/1.php' not found or unable to stat
[Sat Oct 27 14:03:29.269375 2018] [:error] [pid 12791] [client 193.112.86.81:57312] script '/opt/openproject/public/2.php' not found or unable to stat
[Sat Oct 27 14:03:29.496443 2018] [:error] [pid 12791] [client 193.112.86.81:57312] script '/opt/openproject/public/p.php' not found or unable to stat
[Sat Oct 27 14:03:30.922618 2018] [:error] [pid 12791] [client 193.112.86.81:57312] script '/opt/openproject/public/1.php' not found or unable to stat
[Sat Oct 27 14:03:36.418412 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/a.php' not found or unable to stat
[Sat Oct 27 14:03:36.653901 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/m.php' not found or unable to stat
[Sat Oct 27 14:03:36.890492 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/conf.php' not found or unable to stat
[Sat Oct 27 14:03:37.185096 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/123.php' not found or unable to stat
[Sat Oct 27 14:03:37.627491 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/HX.php' not found or unable to stat
[Sat Oct 27 14:03:38.243059 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/diy.php' not found or unable to stat
[Sat Oct 27 14:03:38.494221 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/666.php' not found or unable to stat
[Sat Oct 27 14:03:39.313562 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/777.php' not found or unable to stat
[Sat Oct 27 14:03:40.757540 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/qwq.php' not found or unable to stat
[Sat Oct 27 14:03:41.986783 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/.php' not found or unable to stat
[Sat Oct 27 14:03:42.667110 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/infos.php' not found or unable to stat
[Sat Oct 27 14:03:43.121196 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/x.php' not found or unable to stat
[Sat Oct 27 14:03:43.395503 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/htfr.php' not found or unable to stat
[Sat Oct 27 14:03:44.220116 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/zzk.php' not found or unable to stat
[Sat Oct 27 14:03:44.846517 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/xiaoma.php' not found or unable to stat
[Sat Oct 27 14:03:45.081513 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/xiaomae.php' not found or unable to stat
[Sat Oct 27 14:03:45.315567 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/xiaomar.php' not found or unable to stat
[Sat Oct 27 14:03:46.134086 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/qq.php' not found or unable to stat
[Sat Oct 27 14:03:46.586550 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/data.php' not found or unable to stat
[Sat Oct 27 14:03:46.823104 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/log.php' not found or unable to stat
[Sat Oct 27 14:03:48.267207 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/fack.php' not found or unable to stat
[Sat Oct 27 14:03:48.731360 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/angge.php' not found or unable to stat
[Sat Oct 27 14:03:48.965890 2018] [:error] [pid 12621] [client 193.112.86.81:1243] script '/opt/openproject/public/index.php' not found or unable to stat
[Sat Oct 27 14:06:25.373111 2018] [autoindex:error] [pid 12620] [client 69.25.192.1:52924] AH01276: Cannot serve directory /opt/openproject/public/: No matching DirectoryIndex (index.html,index.php) found, and server-generated directory index forbidden by Options directive
There are lots of "not found or unable to stat". A search of the system doesn't find any php or index files.
Your help in resolving this would be greatly appreciated.