Error 404 forbidden on web access

Hello i’ve installed owncloud server on a VM with CentOS. i’ve modified the installation path for owncloud but when i try to access via web or owncloud client to the server IP 10.88.xxx.xxx i received the error 403 Forbidden

this is my config.php

‘trusted_domains’ =>
array (
0 => ‘10.88.xxx.xxx’,
1 => ‘xxx-owncloud’,
),
‘datadirectory’ => ‘/mnt/owncloud/data/’,
‘overwrite.cli.url’ => ‘http://10.88.xxx.xxx/owncloud’,

in the error log i’ve found this :
[ssl:error] [pid 1634] AH02235: Unable to configure server certificate for stapling

what can i do?

Check your apache SSL configuration and do a web search for the error message.

1 Like